Skip to content

Instantly share code, notes, and snippets.

@anielsen001
Last active November 15, 2018 01:36
Show Gist options
  • Save anielsen001/a6cd2e9e5f128afb41b934ed4a4f60f8 to your computer and use it in GitHub Desktop.
Save anielsen001/a6cd2e9e5f128afb41b934ed4a4f60f8 to your computer and use it in GitHub Desktop.
building matplotlib/basemap

Target Ubunutu 16.04

Dependencies

cython

pip3 install cython

proj

install from source
https://proj4.org/  
https://github.com/OSGeo/proj.4

pyproj

install from source
git clone https://github.com/jswhit/pyproj
pip3 install .

basemap

git clone https://github.com/matplotlib/basemap
pip3 install -r requirements-dev.txt
pip3 install -r requirements.txt
pip3 install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment