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
The notebook you linked to predated @betolink 's earthdata python library. We won't be updating that notebook, nor others in the 2021-Cloud-Hackathon event site (since it's a moment in time), but instead will focus on bringing best current practices to the Earthdata Cloud Cookbook and future events (hoping to get a 2022 hackathon in the fall!). We will add text to the Cookbook books pointing them to the Cookbook once we have it modernized further.
earthdata authentification
Is there a reason this is not using earthdata?
from earthdata import Auth
auth = Auth().login()
url = "https://archive.podaac.earthdata.nasa.gov/s3credentials"
response = requests.get(url).json()
The text was updated successfully, but these errors were encountered: