dask_geopandas.GeoDataFrame.to_wkt

dask_geopandas.GeoDataFrame.to_wkt#

GeoDataFrame.to_wkt(**kwargs)#

Encode all geometry columns in the GeoDataFrame to WKT.

This docstring was copied from geopandas.geodataframe.GeoDataFrame.to_wkt.

Some inconsistencies with the Dask version may exist.

Parameters:
kwargs

Keyword args will be passed to pygeos.to_wkt() if pygeos is installed.

Returns:
DataFrame

geometry columns are encoded to WKT