dask_geopandas.from_wkt#
- dask_geopandas.from_wkt(wkt, crs=None)#
Convert dask.dataframe.Series of WKT objects to a GeoSeries.
- Parameters:
- wkt: dask Series
A dask Series containing WKT objects.
- crs: value, optional
Coordinate Reference System of the geometry objects. Can be anything accepted by
pyproj.CRS.from_user_input()
, such as an authority string (eg “EPSG:4326”) or a WKT string.
- Returns:
- GeoSeries