Skip to content

akumaraguru/oceans2019seattle_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install instructions

Set up repos

$ git submodule update --init
$ cd external/cartopy
$ git checkout tags/0.17.0  # .gitmodules won't check out tags
$ cd -

Install most Python deps

$ pipenv install --dev
$ pipenv shell

Build Cartopy

$ apt install proj-bin libproj-dev libgeos-dev
$ cd external/cartopy
$ python setup.py build_ext -I$GEOS_INC -L$GEOS_LIB
$ python setup.py install

Download the remaining course materials from the NOAA website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published