Skip to content

koldunovn/pyunconf2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Maps tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published