cool-maps

Helper functions around cartopy for plotting data on maps. These functions are written to easily generate nice-looking maps.


Keywords
cool_maps
License
MIT
Install
pip install cool-maps==0.0.3

Documentation

Readme

cool_maps is a package containing functions that utilizearound the cartopy for plotting data on maps.

These functions are written to easily generate maps using pre-defined settings that our lab, Rutgers Center for Ocean Observing Leadership, prefers to use.

Installation

Stable release

We recommend using miniconda to manage your Python environments. Download and follow the Miniconda installation guide for the appropriate Miniconda installer for your operating system.

Install with conda:

$ conda install -c conda-forge cool_maps

From sources

The sources for cool_maps can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/rucool/cool_maps

Or download the tarball:

$ curl -OJL https://github.com/rucool/cool_maps/tarball/master

Change your directory to the source code of cool_maps

$ cd ~/cool_maps

Once you are in the correct directory, there are two ways to install from source.

Method 1:

$ python setup.py install

Method 2:

$ pip install .