mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
26 lines
630 B
Plaintext
26 lines
630 B
Plaintext
Dataset {
|
|
Structure {
|
|
Structure {
|
|
Int32 SDS_Array[fakeDim0 = 5];
|
|
} Array_Vgroup;
|
|
Structure {
|
|
Grid {
|
|
ARRAY:
|
|
Int32 SDS_Grid[fakeDim1 = 5];
|
|
MAPS:
|
|
Int32 fakeDim1[5];
|
|
} SDS_Grid;
|
|
} Grid_Vgroup;
|
|
Structure {
|
|
Int32 GRaster[GRaster__Y = 5][GRaster__X = 5];
|
|
} GR_Vgroup;
|
|
Structure {
|
|
Sequence {
|
|
Structure {
|
|
Int32 Field__0;
|
|
} Field;
|
|
} Vdata;
|
|
} Vdata_Vgroup;
|
|
} Main_Vgroup;
|
|
} testvs5.hdf;
|