Skip to content

52North/api-maps-client

Repository files navigation

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/*

About

Python client for OGC API - Maps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages