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
Add the following code to the notebook which shows how to download measures data and upload to the bucket, and check that it works etc.
import earthaccess
from earthaccess import Auth, Store, DataCollections, DataGranules
auth = Auth()
#auth.login(strategy="interactive", persist=True) # if the code below fails it is probably because you haven't got credentials saved in a netrc file yet. Run this commented line to login and create a netrc file.
auth.login(strategy="netrc")
print(auth.authenticated)
downloading
The text was updated successfully, but these errors were encountered:
Add the following code to the notebook which shows how to download measures data and upload to the bucket, and check that it works etc.
downloading
The text was updated successfully, but these errors were encountered: