/python-ngogeo

geo tools

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

Geo tools

  • Free software: GNU General Public License v3

Installation

Install command:

pip install ngogeo

Settings are managed using simple-settings and can be overriden with configuration files (cfg, yaml, json) or with environment variables prefixed with NGOGEO_.

Documentation

https://python-ngogeo.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox