From cf2d2a9e9cc41deb6eb93acd22a12bf66798e338 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 14 Nov 2022 00:30:02 -0700 Subject: [PATCH] Fix docstring typo in to_crs (#2649) --- geopandas/array.py | 2 +- geopandas/geodataframe.py | 2 +- geopandas/geoseries.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geopandas/array.py b/geopandas/array.py index 779e729..9f36661 100644 --- a/geopandas/array.py +++ b/geopandas/array.py @@ -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. diff --git a/geopandas/geodataframe.py b/geopandas/geodataframe.py index f91eaf4..1498c67 100644 --- a/geopandas/geodataframe.py +++ b/geopandas/geodataframe.py @@ -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. diff --git a/geopandas/geoseries.py b/geopandas/geoseries.py index 038b6af..a7a84ee 100644 --- a/geopandas/geoseries.py +++ b/geopandas/geoseries.py @@ -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.