geopandas.GeoDataFrame.to_wkt#
- GeoDataFrame.to_wkt(**kwargs)[source]#
Encode all geometry columns in the GeoDataFrame to WKT.
- Parameters:
- kwargs
Keyword args will be passed to
shapely.to_wkt()
.
- Returns:
- DataFrame
geometry columns are encoded to WKT