rs-python-tutorials icon indicating copy to clipboard operation
rs-python-tutorials copied to clipboard

Minor additions to Colab notebook

Open coolum001 opened this issue 6 years ago • 0 comments

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

coolum001 avatar Jan 16 '20 06:01 coolum001