Releases: nsidc/earthaccess
Releases · nsidc/earthaccess
v0.3.1 First usable version 🚀
This is probably the first usable version for earthdata
New features:
-
python-cmr:
- it now uses the latest python-cmr version(NASA fork) which opens new possibilities for querying CMR. Soon, on top of datasets and data files(granules) also platforms and variables will be supported.
-
Documentation:
- Documentation is now available at both readthedocs and github pages
-
Authentication:
- Auth can persist user credentials into a netrc file
- Auth can refresh CMR tokens
Beta Release
Core features are now working making the library usable.
New features and improvements
- The Auth class can now authenticate using a
.netrc
file or environment variables - Queries can be debugged with
.debug(True)
- cloud collections will return S3 links by default or HTTPS with
.data_links(direct_s3=False)
Bug fixes
- Date parses incomplete dates in a more predictable way
Initial Release
earthdata v0.1.1-alpha.0
Initial beta release of earthdata a client library for NASA CMR and EDL.
New features and improvements
- Added simple classes to search and download collections and granules
- Authentication is managed using an Auth class that gets the user's EDL credentials one time.
- No need to use .netrc as all the calls from the client use the Auth session if provided.
Acknowledgments
- NASA OpenScapes: A NASA funded project to support open science and scientific researchers using data from NASA Distributed Active Archive Centers (DAACs) as they migrate workflows to the cloud.