petern48 commented on code in PR #2063: URL: https://github.com/apache/sedona/pull/2063#discussion_r2185770845
########## python/sedona/geopandas/geoseries.py: ########## @@ -476,10 +491,12 @@ def _to_geopandas(self) -> gpd.GeoSeries: pd_series = self._to_internal_pandas() try: return gpd.GeoSeries( - pd_series.map(lambda wkb: shapely.wkb.loads(bytes(wkb))), crs=self.crs + pd_series.map( Review Comment: I originally settled for a quick fix since it was late at night, but I've now solved the underlying issue -- 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: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org