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.
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_mapsThe 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_mapsOr download the tarball:
$ curl -OJL https://github.com/rucool/cool_maps/tarball/masterChange your directory to the source code of cool_maps
$ cd ~/cool_mapsOnce you are in the correct directory, there are two ways to install from source.
Method 1:
$ python setup.py installMethod 2:
$ pip install .