File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -891,10 +891,10 @@ def from_wkt(wkt, crs=None):
891
891
wkt: dask Series
892
892
A dask Series containing WKT objects.
893
893
crs: value, optional
894
- Coordinate Reference System of the geometry objects. Can be anything
895
- accepted by
896
- :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
897
- such as an authority string (eg "EPSG:4326") or a WKT string.
894
+ Coordinate Reference System of the geometry objects.
895
+ Can be anything accepted by
896
+ :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
897
+ such as an authority string (eg "EPSG:4326") or a WKT string.
898
898
899
899
Returns
900
900
-------
@@ -916,10 +916,10 @@ def from_wkb(wkb, crs=None):
916
916
wkb: dask Series
917
917
A dask Series containing WKB objects.
918
918
crs: value, optional
919
- Coordinate Reference System of the geometry objects. Can be anything
920
- accepted by
921
- :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
922
- such as an authority string (eg "EPSG:4326") or a WKT string.
919
+ Coordinate Reference System of the geometry objects.
920
+ Can be anything accepted by
921
+ :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
922
+ such as an authority string (eg "EPSG:4326") or a WKT string.
923
923
924
924
Returns
925
925
-------
Original file line number Diff line number Diff line change @@ -923,10 +923,10 @@ def from_wkt(wkt, crs=None):
923
923
wkt: dask Series
924
924
A dask Series containing WKT objects.
925
925
crs: value, optional
926
- Coordinate Reference System of the geometry objects. Can be anything
927
- accepted by
928
- :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
929
- such as an authority string (eg "EPSG:4326") or a WKT string.
926
+ Coordinate Reference System of the geometry objects.
927
+ Can be anything accepted by
928
+ :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
929
+ such as an authority string (eg "EPSG:4326") or a WKT string.
930
930
931
931
Returns
932
932
-------
@@ -948,10 +948,10 @@ def from_wkb(wkb, crs=None):
948
948
wkb: dask Series
949
949
A dask Series containing WKB objects.
950
950
crs: value, optional
951
- Coordinate Reference System of the geometry objects. Can be anything
952
- accepted by
953
- :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
954
- such as an authority string (eg "EPSG:4326") or a WKT string.
951
+ Coordinate Reference System of the geometry objects.
952
+ Can be anything accepted by
953
+ :meth:`pyproj.CRS.from_user_input() <pyproj.crs.CRS.from_user_input>`,
954
+ such as an authority string (eg "EPSG:4326") or a WKT string.
955
955
956
956
Returns
957
957
-------
You can’t perform that action at this time.
0 commit comments