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