⚠️ 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_feather

geoutils.Vector.to_feather#

Vector.to_feather(path, index=None, compression=None, schema_version=None, **kwargs)[source]#

Write a Vector to the Feather format.

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

Return type:

None