Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install basemap in Google colab #535

Closed
SalvatoreRa opened this issue Mar 6, 2022 · 3 comments
Closed

install basemap in Google colab #535

SalvatoreRa opened this issue Mar 6, 2022 · 3 comments

Comments

@SalvatoreRa
Copy link

Hi,

I have tried to install basemap in colab, I tested some alternatives but none of them worked.

I tried also the proposed solution find in StackOverflow, without success

https://stackoverflow.com/questions/54613992/how-to-install-and-use-basemap-on-google-colab

How I can install basemap in Colab?

best

@molinav
Copy link
Member

molinav commented Mar 7, 2022

Hi @SalvatoreRa!

Can you try to install it with the solution that I posted here?
https://stackoverflow.com/a/70624545/13312069

Since version 1.3.0 we have precompiled wheels in PyPI, so you can install basemap in Google Colab as any other package:

!pip install basemap

In case you need the high-resolution datasets, you need to install them manually:

!pip install basemap-data-hires

@SalvatoreRa
Copy link
Author

Hi @SalvatoreRa!

Can you try to install it with the solution that I posted here? https://stackoverflow.com/a/70624545/13312069

Since version 1.3.0 we have precompiled wheels in PyPI, so you can install basemap in Google Colab as any other package:

!pip install basemap

In case you need the high-resolution datasets, you need to install them manually:

!pip install basemap-data-hires

thanks, It worked well

@molinav
Copy link
Member

molinav commented Mar 7, 2022

Perfect! Then I think we can close this issue.

@molinav molinav closed this as completed Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants