Skip to content

TheClimateCorporation/fieldmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fieldmaps

https://travis-ci.org/TheClimateCorporation/fieldmaps.svg?branch=master https://readthedocs.org/projects/fieldmaps/badge/?version=latest

Fieldmaps is a Python package for visualizing geographic data. It provides a high-level API for plotting spatially cohesive data represented by raster, polygon and point geometries.

Installation

Install from source

$ python setup.py install

Development

Use tox to lint and run tests for a given python version

$ tox -e py37

For a more detailed coverage report, generate the report as HTML and open it in a browser

$ tox -e py37 -- --cov-report html:cov_html
$ open cov_html/index.html

tox can also be used to generate a local version of the docs (note that you will need an internet connection to fetch sample data that is required to build the docs)

$ tox -e docs
$ open .tox/html/index.html

About

A minimal Python package for visualizing geographic data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages