Adding read_parquet/read_feather and to_parquet/to_feather functions, so we can work from large data from disk (and not just from existing geopandas.GeoDataFrames).
An initial version could be a relatively simple wrapper of the dask + geopandas functionalities, I think.
(and later we should look into spatial partitioned datasets, but that first requires spatial partitioned dataframes)
Adding
read_parquet
/read_feather
andto_parquet
/to_feather
functions, so we can work from large data from disk (and not just from existing geopandas.GeoDataFrames).An initial version could be a relatively simple wrapper of the dask + geopandas functionalities, I think.
(and later we should look into spatial partitioned datasets, but that first requires spatial partitioned dataframes)