You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
and
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 hadrasterio
(I think as part of the Anaconda environment).Cheers
Don Cameron
The text was updated successfully, but these errors were encountered: