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

Minor additions to Colab notebook #1

Open
coolum001 opened this issue Jan 16, 2020 · 0 comments
Open

Minor additions to Colab notebook #1

coolum001 opened this issue Jan 16, 2020 · 0 comments

Comments

@coolum001
Copy link

Hi

First of all, thank you for this notebook.

A few minor notes and gotchas:

When I tried to recreate the notebook in Colab, I found I had to add the cells

!pip install rasterio

and

!export CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

at the start of the notebook. The second cell is to enable the use of the correct SSL library / certificates to allow AWS access.

When I tried to recreate the notebook on my laptop, I found I needed to install and import the boto3 package (the AWS SDK package), to access the AWS Landsat-8 URLs.. I already had rasterio (I think as part of the Anaconda environment).

# Name                    Version                   Build  Channel
boto3                     1.11.0                     py_0    **defaults**

Cheers
Don Cameron

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

1 participant