Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

[netcdfgroup] ncdump / ncks reports wrong dimensions.

 See the attached file with HDFView first.

 The below is CDL dump.

netcdf test_unlimited {
dimensions:
dim0 = UNLIMITED ; // (0 currently)
dim1 = UNLIMITED ; // (33 currently)
k = 3 ;
l = 33 ;
variables:
float a(dim0, k) ;
float b(l, dim0, dim1) ;
float dim0(dim0) ;
float dim1(dim1) ;
float k(k) ;
float l(l) ;
}

 dim1 is supposed to be // (0 currently).
 b variable should be (dim0, dim1, l)

--

HDF Product Designer: Ideate interoperable Bigdata for Citizen Science and IoT.

Attachment: test_unlimited.h5
Description: Binary data

  • 2015 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: