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