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

Downloading HTTPS files with ```python import earthaccess results = earthaccess.search_data( short_name="SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205", count=10 ) files = results[0].data_links(access="indirect") out = earthaccess.download(files, "testdownload") print(f"{out = }") ``` works as expected with output ```...

bug

Today, working with 0080v2, I found some granules without RelatedUrls which caused an exception within `search_data()`. I release 0.7.1 to handle this case without failing, but we still should talk...

I don't feel super strongly, but have a mild preference for using squash merging on most projects. This makes it so contributors don't have to be careful with individual commits...

question

I just can't stand the `gh-pages` branch. Any preferences? It's an easy migration.

enhancement
automation

Sometimes it's easy to forget to lint code (I do this all the time!) and then CI builds fail because, for example, `black` isn't happy. We might consider using `pre-commit`...

enhancement
good first issue
automation

The user experience described in #314 is confusing. We should do a better job detecting this case and communicating to the user that it is unsupported. Work defined by #328...

Following up on https://github.com/nsidc/earthaccess/pull/318#discussion_r1360931257 > I'm not sure why we have separate access and in_region kwargs for determining if we want to use s3 or https urls. Is one kwarg...

enhancement

A new s3 credentials endpoint for the GES DISC's [Giovanni](https://giovanni.gsfc.nasa.gov/giovanni/) Zarr store is now available: https://api.giovanni.earthdata.nasa.gov/s3credentials We should make sure this is discoverable through earthaccess. Initially, the associated data collection,...

There are use cases when we would like to store the results of a search for future use. One of such use cases is for when we are testing the...

enhancement
help wanted

Part of doing a release is publishing to PyPI and another part is archiving with Zenodo. Before one of those artifacts is there, we can't really say we've "released". Once...

good first issue
automation