Monday, 13 November 2017

Set 'Load in QGIS' of all batch processing rows to 'no'?


I'm using 'Save Selected Features' algorithm from the Processing Toolbox.


I'm batch processing thousands of GeoJSON files to tab files but the same would be true for any conversion. I've created a JSON input file to load in my thousands of records to convert, but QGIS opens each record created to the map view and therefore consumes all my system memory.



Is there a way to set all the rows to no without manually changing each, row by row?


enter image description here



Answer



Yes, it is possible.


Just manually set the first No value and then double-click on the Load in QGIS field name: it will set all the other rows to No.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...