⚠️ 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.set_geometry

geoutils.Vector.set_geometry#

Vector.set_geometry(col, drop=False, inplace=False, crs=None)[source]#

Set the Vector geometry using either an existing column or the specified input. By default yields a new object.

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

Return type:

Vector | None