Timothy-W-Hilton / maptoolstwh

python mapping tools, based on cartopy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maptoolstwh

PyPI GitHub license Requires.io Travis

Built from makenew/python-package.

Description

framework for plotting data on maps with cartopy, matplotlib

Installation

Development and Testing

Source Code

The map-tools-twh source is hosted on GitHub. Clone the project with

$ git clone https://github.com/Timothy-W-Hilton/maptoolstwh.git

Requirements

You will need Python 3 with pip.

Install the development dependencies with

$ pip install -r requirements.devel.txt

Tests

Lint code with

$ python setup.py lint

Run tests with

$ python setup.py test

Contributing

Please submit and comment on bug reports and feature requests.

To submit a patch:

  1. Fork it (https://github.com/Timothy-W-Hilton/maptoolstwh/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Make changes. Write and run tests.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create a new Pull Request.

License

This Python package is licensed under the MIT license.

Warranty

This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.

About

python mapping tools, based on cartopy

License:MIT License


Languages

Language:Python 98.9%Language:Makefile 1.1%