Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concatenate across multiple dimensions #52

Open
rabernat opened this issue Jan 24, 2021 · 0 comments
Open

Concatenate across multiple dimensions #52

rabernat opened this issue Jan 24, 2021 · 0 comments
Assignees
Labels
design question A question of the design of Pangeo Forge recipe enhancement Solving this requires us to enhance the recipe classes

Comments

@rabernat
Copy link
Contributor

Currently we only support sequential inputs, along a single dimension, commonly time.

foo.time0.nc
foo.time1.nc
...
foo.timeN.nc

However, many potential recipes instead multiple axes in the files names, e.g. time and ensemble member:

foo.member0.time0.nc
foo.member0.time1.nc
...
foo.member1.time0.nc
foo.member1.time1.nc
...
foo.memberM.timeN.nc

This raises many of the same issues as #39.

@rabernat rabernat added the recipe enhancement Solving this requires us to enhance the recipe classes label Jan 24, 2021
@rabernat rabernat added the design question A question of the design of Pangeo Forge label Jan 24, 2021
@rabernat rabernat self-assigned this Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design question A question of the design of Pangeo Forge recipe enhancement Solving this requires us to enhance the recipe classes
Projects
None yet
Development

No branches or pull requests

1 participant