dask_geopandas.GeoSeries.to_wkt#
- GeoSeries.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
shapely.to_wkt()
.
- Returns:
- DataFrame
geometry columns are encoded to WKT