Derek O'Callaghan
Derek O'Callaghan
> When constructing a `Pipeline`, you can pass options, and one such option is `save_main_session`, which is supposed to deal exactly with this picking scenario, yet when I set this...
It looks like two `PTransform` classes will be required: * Similar to the [CCMP recipe](https://github.com/pangeo-forge/pangeo-forge-recipes/issues/453#issuecomment-1359247786), the first transform will preprocess each `Dataset`, including [replacing the provided `time` coordinates](https://github.com/pangeo-forge/staged-recipes/pull/183). * For...
This might be a candidate for the proposed [separate issue for migrating tutorials from notebooks -> scripts (with CI testing)](https://github.com/pangeo-forge/pangeo-forge-recipes/issues/483#issuecomment-1577266822)
> @derekocallaghan were you ever able to confirm that this does work in `0.10.0`? If so, perhaps it will make a good tutorial. Sorry @cisaacstern, I didn't notice your question...
Thanks for the update @cisaacstern. Should I look into getting the recipe to work with a local copy of `0.9.0`, or is it best to stick with `0.9.1` and wait...
Hi @cisaacstern, it looks like the [pre-commit autofix didn't work](https://results.pre-commit.ci/run/github/282059363/1664397278.b7Am2HaTRluA-hcWwkqDHA) as the PR was made from an organization, similar to https://github.com/pangeo-forge/staged-recipes/pull/145#issuecomment-1262695137
Hi @cisaacstern, I don't think these recipes have been run yet, but I wanted to confirm that all imports required by the `process_input` function are in the function body, similar...
Thanks for the update @cisaacstern, and for triggering the recipe tests. I see that they were started and have been running for a few hours now. I'm assuming that there's...
> > Thanks for the update @cisaacstern, and for triggering the recipe tests. I see that they were started and have been running for a few hours now. I'm assuming...
I've been trying to run these recipes locally with Beam (and looking at [`pangeo_forge_runner.feedstock.Feedstock._import()`](https://github.com/pangeo-forge/pangeo-forge-runner/blob/main/pangeo_forge_runner/feedstock.py#L38)), and it looks like the issues are being caused by the use of [`class AscatXarrayZarrRecipe(XarrayZarrRecipe)`](https://github.com/eooffshore/staged-recipes/blob/eooffshore_ics_cms_WIND_GLO_WIND_L3_OBSERVATIONS_Metop_ASCAT/recipes/eooffshore_ics_cms_WIND_GLO_WIND_L3_OBSERVATIONS_Metop_ASCAT/recipe.py#L89). Subsequent...