Friday, 2 February 2018

shapely - How to Parse Through a ESRI GDB File/Folder After Opened with Fiona?


I should point out that I'm a noob.


I'm playing around with making a python gui app and believe I have opened an ESRI GDB file/folder using: with fiona.open(GDBPath, 'r') as sourceGeoData


What I'd like to do is inspect / parse through the sourceGeoData to verify I have indeed opened up / connected with the GDB. I don't know if this is still done via Fiona or if I must pass this on to Shapely which is what I believe I need to use for ultimately doing some spatial joins.


What I don't follow is the use of drivers I see sprinkled through Google searches I've done. How is this related?




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