Python client for OGC API - Maps.
pip install ogcmaps
from ogcmaps import landing
data = landing.metadata()
print(data)
See the docs for complete API documentation.
Install
virtualenv env && source env/bin/activate
pip3 install -r requirements.txt
Install pre-commit and pytest
pip3 install pre-commit pytest
Build from source
pip3 install .
cd tests && pytest
sphinx-apidoc -fo docs/source ogcmaps ogcmaps/utils/*