Closed GKG1312 closed 1 year ago
Hi @GKG1312, sorry for the late reply! Could you please share the all the code that lead to your error so that we can try to reproduce? I have been running the code cells from episode 5 and it seems to work fine on my side?
Also recommend to use the environment provided in the lesson. It looks like boto3 shouldn't have a session attribute, it should be boto3.session.Session used internally by rioxarray https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html.
so maybe this would be solved by updating packages?
Closing, but feel free to open if you still think there's an issue
Hi, I am trying to download some specific bands from the Sentinel-2 L2A product using your code snippets:
But I am getting the following errors:
I tried to look for that error but found no promising results that could help. I am new to these concepts and may be missing some basic things. If anyone can help me, it would be very helpful for me. Thank you in advance. Girish