Skip to main content

Python client and wrapper for OGC Maps API

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ogcmaps-0.1.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

ogcmaps-0.1.1-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page