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.

[thredds] hdf5 in TDS (variables names)

Hi H. Joe, Hi John,

I believe the the TDS server wilth the version 3.15 does not translate the 
space into underscore, but the TDS server with the version 3.16 do it.

John ! Thank you for the TDS server version 3.17. I will deploy it.

Notes :
----------

1) The DDS response in the TDS server (version 3.16) :


 Dataset {
   Float32 /HDFEOS/GRIDS/GeoGrid/Data_Fields/temperature[YDim = 4][XDim = 8];
   .....
} testAll-Hyrax-directory/data/hdf5/grid_1_2d.h5;

1) The DDS response in the TDS server (version 3.15) :


 Dataset {
   Float32 /HDFEOS/GRIDS/GeoGrid/Data%20Fields/temperature[YDim = 4][XDim = 8];
   ....
} testAll-Hyrax-directory/data/hdf5/grid_1_2d.h5;
3) The DDS response in the TDS server (version 2.10)

Dataset {
    Float32 temperature[YDim = 4][XDim = 8];
    ....
} testAll-Hyrax-directory%2fdata%2fhdf5%2fgrid_1_2d%2eh5;
  • 2013 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: