Pydantic data models for the GeoJSON spec.
Initial implementation by @geospatial-jeff; taken liberally from https://github.com/arturo-ai/stac-pydantic/
$ pip install -U pip
$ pip install geojson-pydantic
Or install from source:
$ pip install -U pip
$ pip install git+https://github.com/developmentseed/geojson-pydantic.git
See CONTRIBUTING.md.
See CHANGES.md.
See LICENSE