Jessica Scheick
Jessica Scheick
A list of the components in the `ipx.Variables` module most likely to be impacted by this transition include: - [ ] `__init__` (in that it directly calls the below functions...
NSIDC on-premises subsetting services for ICESat-2 data are currently handled by the EGI system. This system is being sunset in favor of the [Harmony subsetter](https://harmony.earthdata.nasa.gov/docs). The timeline for this transition...
A list of the components in the `ipx.Query` module most likely to be impacted by this transition include: - [ ] `req_params` - [ ] `subset_params` - [ ] `show_custom_options`...
We currently emphasize icepyx' ability to request variable-subsetted data because it can substantially decrease the file size. A non-exhaustive list of places we'll need to address this transition includes: -...
To effectively order data, we need to point the `ipx.granules.place_order` function to the Harmony API instead of EGI and properly parse the response to download granules (`ipx.granules.download_order`). Proper inputs to...
`ipx.APIformatting` handles all the formatting and validation for any API submission. This includes CMR for granule filtering and (currently) EGI for granule ordering, including submission of subsetting parameters. This module...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? Currently, the suggested best practice...
Our in-progress test development from SciPy 2024 sprints. Hoping to get back to finishing implementation of these tests, but happy for someone else to run with them too (let me...
Widgets are a great tool we could use to make earthaccess even more accessible! I'd like to coordinate a SciPy 2024 conference sprint for Saturday that adds some widget capabilities....