Open derekocallaghan opened 1 year ago
It looks like two PTransform
classes will be required:
Dataset
, including replacing the provided time
coordinates.
pangeo_forge_recipes.transforms._add_keys()
. PCollection
using the updated time
coordinates. I still need to confirm the best approach here, but it's likely that it will update the Position
in each Index
, something similar to what currently occurs in pangeo_forge_recipes.transforms.IndexItems
.This might be a candidate for the proposed separate issue for migrating tutorials from notebooks -> scripts (with CI testing)
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 customPTransform
for requiredDataset
preprocessing.