earthaccess icon indicating copy to clipboard operation
earthaccess copied to clipboard

Python Library for NASA Earthdata APIs

Results 194 earthaccess issues
Sort by recently updated
recently updated
newest added

Bumps [python-benedict](https://github.com/fabiocaccamo/python-benedict) from 0.25.2 to 0.25.3. Release notes Sourced from python-benedict's releases. 0.25.3 Fix set dict item value in list. #109 Changelog Sourced from python-benedict's changelog. 0.25.3 - 2022-08-23 Fix...

dependencies

Bumps [autoflake](https://github.com/PyCQA/autoflake) from 1.4 to 1.5.1. Commits 01769b0 Bump to 1.5.1 52697ac Add last missing field a6b557a add entry_points autoflake = autoflake:main to setup.cfg (#128) 711d076 github/workflows: automatic upload to...

dependencies

Bumps [types-setuptools](https://github.com/python/typeshed) from 64.0.1 to 65.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-setuptools&package-manager=pip&previous-version=64.0.1&new-version=65.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

* docstrings are now following the google convention with mkdocstrings * re-implemented base classes to update the docstrings format * added types to method signatures

Bumps [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) from 7.7.1 to 7.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipywidgets&package-manager=pip&previous-version=7.7.1&new-version=7.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [types-requests](https://github.com/python/typeshed) from 2.28.8 to 2.28.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.28.8&new-version=2.28.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

If we are querying hundred of thousands of granules, we need to handle them in a more efficient way, perhaps implementing an iterator like ```python links = [] for g...

Hi @betolink ! Screensharing with you and this is a reminder to please add Store and Auth docs to https://earthdata.readthedocs.io :)

I'm thinking of a readthedocs page

documentation

Not even UMM guarantees that some basic fields will be in the metadata so we need to make sure we don't break the parsing methods i.e. C2021957657-LPCLOUD doesn't have the...