Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 877 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 877 Bytes

Map basics

Maps tutorial for pyunconf 2015, Hamburg.

How to install requirements

The fastest way is to install Miniconda, that contains conda package manager and Python.

Then open the comand prompt (will work also in Windows) and put:

conda install ipython-notebook pandas matplotlib basemap pip netcdf4

This will set you up for the Basemap part.

Cartopy installation

Cartopy does not play very well with Basemap, so the easiest way to make it work is to create separate conda environment:

conda create --name cartopy ipython-notebook

acrivate it:

source activate cartopy

Install cartopy from anaconda.org (IOOS channel):

conda install -c https://conda.anaconda.org/ioos cartopy