pangeo-forge / pangeo-forge-recipes

Python library for building Pangeo Forge recipes.
https://pangeo-forge.readthedocs.io/
Apache License 2.0
123 stars 54 forks source link

Port EOOffshore CMEMS ASCAT REP and NRT recipes to use `beam-refactor` branch #456

Open derekocallaghan opened 1 year ago

derekocallaghan commented 1 year ago

Following approach in #445, this will port the CMEMS ASCAT REP and NRT recipes to use the beam-refactor branch. It will involve writing at least one custom PTransform for required Dataset preprocessing.

derekocallaghan commented 1 year ago

It looks like two PTransform classes will be required:

derekocallaghan commented 1 year ago

This might be a candidate for the proposed separate issue for migrating tutorials from notebooks -> scripts (with CI testing)