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

Contents

geoutils.Vector.to_crs#

Vector.to_crs(crs=None, epsg=None, inplace=False)[source]#

Transform geometries to a new coordinate reference system.

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

Return type:

Vector | None