awburgess / geopandas-postgis

Adds a custom accessor to GeoPandas that provides enhanced PostGIS interaction
MIT License
10 stars 7 forks source link

Fix SRID extraction #11

Open tynowell opened 4 years ago

tynowell commented 4 years ago

This addresses issue #10. I'm not sure whether the original issue was caused by a difference in package versions. Line 25 could cause some conflicts if that is the case, but this can be mitigated by setting the SRID directly in the function call.

awburgess commented 4 years ago

You might see if this PR fixes the issue.