NASA-Openscapes / earthdata-cloud-cookbook

A tutorial book of workflows for research using NASA EarthData in the Cloud created by the NASA-Openscapes team
https://nasa-openscapes.github.io/earthdata-cloud-cookbook
Other
83 stars 30 forks source link

Cloud Clinic: AttributeError opening results #305

Closed graymckenna96 closed 4 months ago

graymckenna96 commented 4 months ago

Hi there! I am pretty new to python and I'm trying to follow along with the Earthdata Cloud Clinic and am running into an error in the "Access data" step: Screenshot 2024-02-09 135848

I am working in a py script in VS code, and I have all the packages installed. My script is just copied and pasted from the clinic page. Everything seems to work up to this point and I can see in the terminal the dataset is loading into the results variable since my pprint() returns all the same info in the example. What's causing this?

Thanks!

graymckenna96 commented 4 months ago

Nevermind, realized my login() wasnt working which i hadn't realized since search() worked. carrying on now.

jules32 commented 4 months ago

Ah great, thanks for following up @graymckenna96 !