Skip to content

Releases: nsidc/earthaccess

v0.3.1 First usable version 🚀

28 Apr 17:55
Compare
Choose a tag to compare

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:

  • Authentication:

    • Auth can persist user credentials into a netrc file
    • Auth can refresh CMR tokens

Beta Release

14 Oct 05:35
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-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

21 Sep 19:31
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.