petern48 opened a new issue, #2006: URL: https://github.com/apache/sedona/issues/2006
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
