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

A small sample of examples that the user might be interested in following the initial "quick win" example. E.g. : * out of region streaming (cc @cboettig) * ??

documentation

``` In addition, you must also add a corresponding entry to `ci/environment-mindeps.yaml`. You'll notice in this file that required dependencies should be pinned exactly to the versions specified in `pyproject.toml`...

I think we should add a new "Explanation" (the 4th diataxis category) section for this. What considerations should users be aware of? The problem: fsspec read-ahead is poorly optimized for...

documentation

I'm trying to run the API for TROPOMI ozone as follows: `` results = earthaccess.search_data( short_name='S5P_L2__O3__PR_HiR', cloud_hosted=True, bounding_box=(min_lon, min_lat, max_lon, max_lat), # point = (max_lon, max_lat), temporal=("2020-06-01", "2020-06-02") # count=10...

#521 proposed a maintainer doc, but that would be an addition, not a refactor. This ticket is for the new documentation. Related: #529 * How to become a maintainer? *...

documentation

Should be part of the contributing docs. Link out to openscapes team culture documentation, talks, etc. Related: #514 #525 #521 EDIT: Also #537 . I feel there's an obligation on...

documentation

We need a contributor troubleshooting doc to help with some common pitfalls or pain points. E.g. "Why am I getting `vcr.errors.CannotOverwriteExistingCassetteException`?"

documentation

I find the doc a bit overwhelming to traverse to find the thing I'm looking for. I think it could stand to be made in to a category. Perhaps subpages...

documentation
enhancement

For example, in our docs, do directories and file names use hyphens or underscores as separators?

documentation

Find an _earthaccess_ PR for a bugfix and feature. They should be: * Small * Explainable * Include unit tests They should be linked at or near where we currently...

documentation
good first issue