Skip to content

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

Stars

6 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages