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;