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

Handling Variables in Groups #15

Open
srizvi-NASA opened this issue Apr 2, 2024 · 0 comments · May be fixed by #20
Open

Handling Variables in Groups #15

srizvi-NASA opened this issue Apr 2, 2024 · 0 comments · May be fixed by #20
Labels
enhancement New feature or request

Comments

@srizvi-NASA
Copy link

The current conversion code doesn't handle situations where variables are stored within groups in the netcdf data. To address this, we need a way to process data containing groups. Here are two possible solutions:

  1. Add a new feature to flatten the data tree of the groups: This would modify the conversion process to incorporate logic for handling groups and extracting variables from them.
  2. Create a separate utility to flatten the data structure before conversion: This would involve creating a separate tool that takes the netcdf data as input, flattens any groups, and then feeds the flattened data to the existing conversion code.

Including functionality to handle grouped variables will improve the overall robustness of the conversion process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants