-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Supporting multiple geometry columns would be a huge bragging point for this library.
GeoPandas doesn't support multiple geometry columns very well. For example, their .dissolve method (which does a groupby) assumes there's only one geometry column (which is a huge pain, for obvious reasons). It automatically assumes you're talking about "the only geometry column" in a lot of methods, leading to bad assumptions.
Seems that this library could have (and probably does have) first-class support for multiple geometry columns, so bragging about that in the docs (maybe in a "Coming from GeoPandas" section) would be huge!
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation