Thursday, 8 November 2018

Adding area column using PyQGIS?



I'm trying to compute the areas of the new layer I created by intersecting two layers.


How can I write a script that does something equivalent to clicking Export/Add geometry columns?




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...