package documentation

GeoJSONLocalDataset is an AbstractVersionedDataSet to save and load GeoJSON files.

Module geojson_dataset GeoJSONDataSet loads and saves data to a local geojson file. The underlying functionality is supported by geopandas, so it supports all allowed geopandas (pandas) options for loading and saving geosjon files.

From __init__.py:

Class GeoJSONDataSet GeoJSONDataSet loads/saves data to a GeoJSON file using an underlying filesystem (eg: local, S3, GCS). The underlying functionality is supported by geopandas, so it supports all allowed geopandas (pandas) options for loading and saving GeoJSON files.