Skip to content

Instantly share code, notes, and snippets.

@junzis
Last active December 4, 2021 01:22
Show Gist options
  • Save junzis/36fee36acd7cadfdf1c01c06d97f4947 to your computer and use it in GitHub Desktop.
Save junzis/36fee36acd7cadfdf1c01c06d97f4947 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
@Naeemkh
Copy link

Naeemkh commented Aug 2, 2020

I used anaconda; it works ok on the local machine; however, it gives different frustrating errors on the CI. I am considering switching to cartopy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment