ocgis icon indicating copy to clipboard operation
ocgis copied to clipboard

Nested hierarchy subsetting with inherited dimensions

Open bekozi opened this issue 5 years ago • 1 comments

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 avatar Jul 03 '19 19:07 bekozi

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

bekozi avatar Jul 03 '19 19:07 bekozi