-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error reporting and CFA workflows #76
Comments
NB: the cfa-aggregation is described here! |
For example, if we take Example 1 in the formal document, we see something like:
So there are two issues that a tool would need to address if you wanted to subset into this aggregation:
|
The Command Line APISemantically there are three things to pass in: the aggregation file of interest, the subset required, and "the definition of local". Taking these one at a time:
Can be opened and read? Well, we can do that via two routes, trying to do it, or having the tool know from the URI what is local (so the tool is pre-configured to recognise local URIs). normal API? One option would be to consider the NCO netcdf kitchen sink API - ncks, but given this is a CF convention, we should probably use appropriately CF compliant subsetting syntax? Would these differ much? That's what we need to consider. |
Consider the following workflow:
Potentially we want a tool which can be used with a given subsetting command to generate a quark manifest and optionally migrate it to a particular "present" tier.
It is possible that the error could return a command using that tool which could make the necessary data present.
To close this ticket we need to have defined
The text was updated successfully, but these errors were encountered: