ogcmaps

Python client and wrapper for OGC Maps API


License
MIT
Install
pip install ogcmaps==0.1.1

Documentation

API Maps Client

Python client for OGC API - Maps.

Installation

pip install ogcmaps

Usage

from ogcmaps import landing
data = landing.metadata()

print(data)

See the docs for complete API documentation.

For developers

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 .

Run tests

cd tests && pytest

Generate docs

sphinx-apidoc -fo docs/source ogcmaps ogcmaps/utils/*