Wednesday 25 July 2018

python - How to do a Spatial Join after opening a GDB file with Fiona?


After I successfully open up an ESRI GDB file/folder with Fiona, what open-source Python package should I use to do a spatial join?


I was told Shapely is not the appropriate package for this.



I am completely new to GIS.




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