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

SDAP-534 - Better handling of data vars in NetCDF groups #111

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

RKuttruff
Copy link
Contributor

Previous approach required either all data variables and coordinate arrays to be in the opened group (root by default)

Now data variables can be defined with paths with groups separated by / (ie, group/var for the variable var in root-level group group)

Coordinate variables are still required to be colocated in the same group as the group field (optional; root by default). We should eventually deprecate and remove this entirely in favor of this pathed approach

rileykk added 3 commits February 20, 2025 08:04
Will identify and include them in special list in `granule` section of RMQ message
@RKuttruff RKuttruff self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant