Skip to content

Helper functions around the Python toolboxes matplotlib, for plotting data, and cartopy, for plotting data on maps. These functions are written to easy generate maps using some pre-defined settings that our lab prefers to use.

License

Notifications You must be signed in to change notification settings

rucool/cool_maps

Repository files navigation

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 .

About

Helper functions around the Python toolboxes matplotlib, for plotting data, and cartopy, for plotting data on maps. These functions are written to easy generate maps using some pre-defined settings that our lab prefers to use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published