Skip to content

developmentseed/geojson-pydantic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11ff35b · Dec 19, 2024
Dec 19, 2024
Dec 20, 2023
Dec 19, 2024
Dec 19, 2024
May 11, 2021
Dec 19, 2024
Dec 19, 2024
May 9, 2023
May 21, 2020
Jul 24, 2023
Dec 19, 2024

Repository files navigation

geojson-pydantic

Pydantic models for GeoJSON.

Test Coverage Package version Downloads License Conda


Documentation: https://developmentseed.org/geojson-pydantic/

Source Code: https://github.com/developmentseed/geojson-pydantic


Description

geojson_pydantic provides a suite of Pydantic models matching the GeoJSON specification rfc7946. Those models can be used for creating or validating geojson data.

Install

$ 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

Contributing

See CONTRIBUTING.md.

Changes

See CHANGES.md.

Authors

Initial implementation by @geospatial-jeff; taken liberally from https://github.com/arturo-ai/stac-pydantic/

See contributors for a listing of individual contributors.

License

See LICENSE