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-pydanticOr install from source:
We recommand using uv as project manager for development.
See https://docs.astral.sh/uv/getting-started/installation/ for installation
git clone https://github.com/developmentseed/geojson-pydantic.git
cd geojson-pydantic
uv syncInstall with conda from conda-forge:
conda install -c conda-forge geojson-pydanticSee 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