geoutils.Vector.rename_geometry

geoutils.Vector.rename_geometry#

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

Renames the Vector geometry column to the specified name. By default yields a new object.

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

Return type:

Vector | None