Skip to content

Instantly share code, notes, and snippets.

@hiepph
Forked from junzis/install_basemap_commands
Created January 30, 2019 14:56
Show Gist options
  • Save hiepph/de15a462f0e75a7a17107ecda7a0833f to your computer and use it in GitHub Desktop.
Save hiepph/de15a462f0e75a7a17107ecda7a0833f 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