From 870d2ae2431489bdbbc5dee45687a5a9dd434b24 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 24 Jun 2024 15:53:03 +0200 Subject: [PATCH] DOC: fix indentation in docstring of from_wkb/from_wkt (#297) --- dask_geopandas/core.py | 16 ++++++++-------- dask_geopandas/expr.py | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dask_geopandas/core.py b/dask_geopandas/core.py index 7d68e32..b448319 100644 --- a/dask_geopandas/core.py +++ b/dask_geopandas/core.py @@ -891,10 +891,10 @@ def from_wkt(wkt, crs=None): wkt: dask Series A dask Series containing WKT objects. crs: value, optional - Coordinate Reference System of the geometry objects. Can be anything - accepted by - :meth:`pyproj.CRS.from_user_input() `, - such as an authority string (eg "EPSG:4326") or a WKT string. + Coordinate Reference System of the geometry objects. + Can be anything accepted by + :meth:`pyproj.CRS.from_user_input() `, + such as an authority string (eg "EPSG:4326") or a WKT string. Returns ------- @@ -916,10 +916,10 @@ def from_wkb(wkb, crs=None): wkb: dask Series A dask Series containing WKB objects. crs: value, optional - Coordinate Reference System of the geometry objects. Can be anything - accepted by - :meth:`pyproj.CRS.from_user_input() `, - such as an authority string (eg "EPSG:4326") or a WKT string. + Coordinate Reference System of the geometry objects. + Can be anything accepted by + :meth:`pyproj.CRS.from_user_input() `, + such as an authority string (eg "EPSG:4326") or a WKT string. Returns ------- diff --git a/dask_geopandas/expr.py b/dask_geopandas/expr.py index d56dcb0..a14e8bc 100644 --- a/dask_geopandas/expr.py +++ b/dask_geopandas/expr.py @@ -923,10 +923,10 @@ def from_wkt(wkt, crs=None): wkt: dask Series A dask Series containing WKT objects. crs: value, optional - Coordinate Reference System of the geometry objects. Can be anything - accepted by - :meth:`pyproj.CRS.from_user_input() `, - such as an authority string (eg "EPSG:4326") or a WKT string. + Coordinate Reference System of the geometry objects. + Can be anything accepted by + :meth:`pyproj.CRS.from_user_input() `, + such as an authority string (eg "EPSG:4326") or a WKT string. Returns ------- @@ -948,10 +948,10 @@ def from_wkb(wkb, crs=None): wkb: dask Series A dask Series containing WKB objects. crs: value, optional - Coordinate Reference System of the geometry objects. Can be anything - accepted by - :meth:`pyproj.CRS.from_user_input() `, - such as an authority string (eg "EPSG:4326") or a WKT string. + Coordinate Reference System of the geometry objects. + Can be anything accepted by + :meth:`pyproj.CRS.from_user_input() `, + such as an authority string (eg "EPSG:4326") or a WKT string. Returns -------