awburgess / geopandas-postgis

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

Write custom geometry column name #9

Closed schilli closed 4 years ago

schilli commented 4 years ago

Write custom geometry column name instead of default 'geom'. The original geometry column name as stored in gdf.geometry.name is preserved when writing to postgis.

awburgess commented 4 years ago

@schilli Looks good to me. Ignore the failing build. I need to clean up the testing procedures. Thanks for bringing my attention back here.

schilli commented 4 years ago

Great! I hope this does not have unwanted side effects for anyone who was expecting the column renaming...