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