petern48 commented on code in PR #2150:
URL: https://github.com/apache/sedona/pull/2150#discussion_r2229221839
##########
python/sedona/geopandas/geodataframe.py:
##########
@@ -1552,7 +1484,7 @@ def buffer(
mitre_limit=5.0,
single_sided=False,
**kwargs,
- ) -> GeoDataFrame:
+ ) -> sgpd.GeoSeries:
Review Comment:
I've fixed the doc here to say GeoSeries, but in reality we should remove
this implementation does not belong in geodataframe. I just needed to fix
things to make sure tests still pass. This will be resolved in the upcoming PR
to make all geoseries functions callable from geodataframe.
--
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]