Derek O'Callaghan

Results 6 issues of Derek O'Callaghan

Hi, I'm looking at creating a recipe for CMEMS ASCAT wind data (following the ftp approach in https://github.com/pangeo-forge/staged-recipes/pull/163). ASCAT products are available for all combinations of Metop A/B (REP) and...

These recipes will create two data sets containing [Copernicus Marine Service (CMS), or Copernicus Marine Environment Monitoring Service (CMEMS)](https://marine.copernicus.eu/) Reprocessed (2007 - 2021) and Near Real Time (2016 - 2021)...

blocked:backend-release
blocked:runner-release

Recipes that use `aiohttp` objects in `file_pattern.fsspec_open_kwargs["client_kwargs"]` are currently failing as the hash can't be computed, e.g.: * [eooffshore_ics_ccmp_v02_1_nrt_wind-feedstock](https://github.com/pangeo-forge/eooffshore_ics_ccmp_v02_1_nrt_wind-feedstock): uses `aiohttp.ClientTimeout`, details and suggested workarounds [here](https://github.com/pangeo-forge/eooffshore_ics_ccmp_v02_1_nrt_wind-feedstock/pull/3#discussion_r1010420618). * daymet staged recipe:...

Following approach in #445, this will port the [EOOffshore CCMP recipe](https://github.com/pangeo-forge/eooffshore_ics_ccmp_v02_1_nrt_wind-feedstock/blob/main/feedstock/recipe.py) (https://github.com/pangeo-forge/staged-recipes/pull/145) to use the [`beam-refactor`](https://github.com/pangeo-forge/pangeo-forge-recipes/pull/445#issuecomment-1342695047) branch. It will involve writing a custom `PTransform` for computing new wind speed and...

Following approach in #445, this will port the [CMEMS ASCAT REP and NRT recipes](https://github.com/pangeo-forge/staged-recipes/pull/183) to use the [`beam-refactor`](https://github.com/pangeo-forge/pangeo-forge-recipes/pull/445#issuecomment-1342695047) branch. It will involve writing at least one custom `PTransform` for required...

Fixes #443 using the proposed solution. Corresponding test cases added.