evetion / GeoDataFrames.jl

Simple geographical vector interaction built on top of ArchGDAL
https://www.evetion.nl/GeoDataFrames.jl/dev/
MIT License
68 stars 6 forks source link

Store geometry column names in dataframe metadata #46

Closed rafaqz closed 1 year ago

rafaqz commented 1 year ago

A colleague trying the package was most stuck by the column name having to be specified manually (e.g. :Shape)

If we have the names available in gdal it would be good to propagate them to dataframe metadata so we can retrieve them automatically.