zhangfengcdt commented on code in PR #2063:
URL: https://github.com/apache/sedona/pull/2063#discussion_r2185163065


##########
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:
   Does this mean the crs won't the passed to new geo series anymore?



-- 
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]

Reply via email to