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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes:
Fix spelling mistake in access variable assignment (direc -> direct)
in earthaccess.store._get_granules.
Pass threads arg to _open_urls_https in earthaccess.store._open_urls, replacing the hard-coded value of 8.
Return S3 data links by default when in region.
Enhancements:
earthaccess.download now accepts a single granule as input in addition to a list of granules.
earthaccess.download now returns fully qualified local file paths.
New Features:
Earthaccess will now automatically search for Earthdata authentication. earthaccess.login()
still works as before, but is no longer required if you have a ~/.netrc file for have set EARTHDATA_USERNAME and EARTHDATA_PASSWORD environment variables.
Add earthaccess.auth_environ() utility for getting Earthdata authentication environment variables.