geoutils.Vector.rename_geometry

geoutils.Vector.rename_geometry#

Vector.rename_geometry(col, inplace=False)[source]#

Rename the Vector geometry column to the specified name.

See more details at geopandas.GeoDataFrame.rename_geometry().

Return type:

Vector | None