Pydantic models for GeoJSON.
Documentation: https://developmentseed.org/geojson-pydantic/
Source Code: https://github.com/developmentseed/geojson-pydantic
geojson_pydantic
provides a suite of Pydantic models matching the GeoJSON specification rfc7946. Those models can be used for creating or validating geojson data.
$ python -m pip install -U pip
$ python -m pip install geojson-pydantic
Or install from source:
$ python -m pip install -U pip
$ python -m pip install git+https://github.com/developmentseed/geojson-pydantic.git
Install with conda from conda-forge
:
$ conda install -c conda-forge geojson-pydantic
See CONTRIBUTING.md.
See CHANGES.md.
Initial implementation by @geospatial-jeff; taken liberally from https://github.com/arturo-ai/stac-pydantic/
See contributors for a listing of individual contributors.
See LICENSE