mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-09 11:22:50 +08:00
Fix docstring typo in to_crs (#2649)
This commit is contained in:
+1
-1
@@ -698,7 +698,7 @@ class GeometryArray(ExtensionArray):
|
||||
be set. Either ``crs`` or ``epsg`` may be specified for output.
|
||||
|
||||
This method will transform all points in all objects. It has no notion
|
||||
or projecting entire geometries. All segments joining points are
|
||||
of projecting entire geometries. All segments joining points are
|
||||
assumed to be lines in the current projection, not geodesics. Objects
|
||||
crossing the dateline (or other projection boundary) will have
|
||||
undesirable behavior.
|
||||
|
||||
@@ -1289,7 +1289,7 @@ individually so that features may have different properties
|
||||
be set. Either ``crs`` or ``epsg`` may be specified for output.
|
||||
|
||||
This method will transform all points in all objects. It has no notion
|
||||
or projecting entire geometries. All segments joining points are
|
||||
of projecting entire geometries. All segments joining points are
|
||||
assumed to be lines in the current projection, not geodesics. Objects
|
||||
crossing the dateline (or other projection boundary) will have
|
||||
undesirable behavior.
|
||||
|
||||
@@ -1053,7 +1053,7 @@ class GeoSeries(GeoPandasBase, Series):
|
||||
be set. Either ``crs`` or ``epsg`` may be specified for output.
|
||||
|
||||
This method will transform all points in all objects. It has no notion
|
||||
or projecting entire geometries. All segments joining points are
|
||||
of projecting entire geometries. All segments joining points are
|
||||
assumed to be lines in the current projection, not geodesics. Objects
|
||||
crossing the dateline (or other projection boundary) will have
|
||||
undesirable behavior.
|
||||
|
||||
Reference in New Issue
Block a user