sedona icon indicating copy to clipboard operation
sedona copied to clipboard

Geopandas: Refactor GeoDataframe logic to properly manage the active geometry column

Open petern48 opened this issue 6 months ago • 0 comments

Currently, the GeoDatafram simply selected the first geometry column it finds.

first_col = self.get_first_geometry_column()

However Geopandas actually allows multiple geometry columns and the developer can select which one by changing the active geometry column, such as using the .set_geometry() method

petern48 avatar Jun 25 '25 05:06 petern48