⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

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