You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For now, the preprocess function can be wrapped with pangeo_forge_recipes.transforms._add_keys().
The second transform will sort the 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.
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.The text was updated successfully, but these errors were encountered: