dask_geopandas.from_wkb

Contents

dask_geopandas.from_wkb#

dask_geopandas.from_wkb(wkb, crs=None)#

Convert dask.dataframe.Series of WKB objects to a GeoSeries.

Parameters:
wkb: dask Series

A dask Series containing WKB 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