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

Nested hierarchy subsetting with inherited dimensions #503

Open
bekozi opened this issue Jul 3, 2019 · 1 comment
Open

Nested hierarchy subsetting with inherited dimensions #503

bekozi opened this issue Jul 3, 2019 · 1 comment
Labels

Comments

@bekozi
Copy link
Contributor

bekozi commented Jul 3, 2019

Deeply nested netCDF data structures with inherited dimensions are causing issues with dimension map nesting and dimension retrieval from metadata. The two main issues are:

  1. Dimension map parametrization should match the nested location of the field. Only a single level of nesting works currently.
  2. Inherited dimensions should be found by looking up levels until a match is located. Dimensions are expected to be at the current nest level currently.

Thanks to @KURINJISELVARAJ for reporting.

@bekozi bekozi added the bug label Jul 3, 2019
@bekozi
Copy link
Contributor Author

bekozi commented Jul 3, 2019

There is working dev code in the following branch: https://github.com/NCPP/ocgis/tree/i503-nested-subsetting

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

No branches or pull requests

1 participant