Joseph H Kennedy
Joseph H Kennedy
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
With https://github.com/nasa-jpl/autoRIFT/pull/59 we changed the default Wallis filter width to 5. This change should only be applied to optical missions, so this PR sets the filter width back to 21...
sometimes they come as string and sometimes as numeric values, so @mliukis has them all listed when grouping in composites: ``` LANDSAT89 = MSTuple('L89', ['8.', '9.', '8.0', '9.0', 8.0, 9.0],...
Note: Reported by @iamdonovan in chat [`search_data`](https://earthaccess.readthedocs.io/en/latest/user-reference/api/api/#earthaccess.api.search_data) allows you to specify a `polygon=` keyword argument, who's value is handled by: https://github.com/nsidc/earthaccess/blob/v0.9.0/earthaccess/search.py#L734-L742 and passed to python-cmr's `polygon` method: https://github.com/nasa/python_cmr/blob/develop/cmr/queries.py#L458 python-cmr expects...
We might want to consider extending our ruff linting to cover: - [ ] "UP": [pyupgrade](https://docs.astral.sh/ruff/rules/#pyupgrade-up) and [pyupgrade settings](https://docs.astral.sh/ruff/settings/#pyupgrade) - [ ] "D": [pydocstyle](https://docs.astral.sh/ruff/rules/#pydocstyle-d) and [pydocstyle settings](https://docs.astral.sh/ruff/settings/#pydocstyle) - [ ]...
When you run `pytest` from the repository root, there are: * an absolute ton of files output all over the repository * some data files that were checked in are...
In the `RAiDER.models.credentials` module, the `check_api` function will blow away a user's entire `.netrc` file, potentially removing access to other hosts. For example: ```python [1] from RAiDER.models.credentials import check_api [2]...
Will need to access them via their sub-packages, like: ```python from RAiDER.models.hres import HRES ``` instead of ```python from RAiDER.models import HRES ``` fixes #608
All tests in `test/test_temporal_interpolate.py` fail due to an HTTP 301 Moved Permanently Error being raised: ``` webob.exc.HTTPError: 301 Moved Permanently 301 Moved Permanently Moved Permanently The document has moved here....