Skip to content

Instantly share code, notes, and snippets.

@jaecheverrip
Forked from junzis/install_basemap_commands
Created November 1, 2018 16:28
Show Gist options
  • Save jaecheverrip/3efc4a05fa3482fb7688a8c8cab88d39 to your computer and use it in GitHub Desktop.
Save jaecheverrip/3efc4a05fa3482fb7688a8c8cab88d39 to your computer and use it in GitHub Desktop.
install basemap quickly on ubuntu
sudo apt-get install libgeos-3.X.X
sudo apt-get install libgeos-dev
pip install --user https://github.com/matplotlib/basemap/archive/master.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment