geoutils.Vector.to_parquet

geoutils.Vector.to_parquet#

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

Write a Vector to the Parquet format.

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

Return type:

None