-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove GeoPandas dependency #18
Comments
Two more thinks to consider:
|
Have you checked out https://github.com/geopandas/pyogrio? |
Look's like it still requires GeoPandas to read a .shp 😑, so I think I'd still need to include GeoPandas in the .toml dependencies, which won't work on Windows, unless I'm missing something. Thanks though 😄 |
Ah yes, that's true. But I think For reference, if you're using poetry, the |
Amazing! Thanks for that 👍 I originally tried Any idea if a similar approach will be taken with |
Cool, glad that it worked!
Some day perhaps, see GenericMappingTools/pygmt#1853 😉 |
I've tried to replace For now I've added |
Description of the desired feature:
GeoPandas is causing some issues with Poetry and packaging/install on a Windows machine, I think mostly due to its C dependencies. Since we only use it to read shapefiles, there might be an alternative.
This thread suggests
Pandas/Shapely
orSpatialpandas
.Or maybe pyshp with this Gist
Look here for discussion on spatialpandas
Article on using Arcpy
Link to using spark.read.shapefile()
Another similar one
Are you willing to help implement and maintain this feature?
The text was updated successfully, but these errors were encountered: