HDFEOS
  1. HDFEOS

h4cflib

Public

Network

 
AuthorCommitMessageCommit Date
Hyo-Kyung LeeHyo-Kyung Lee
faff94c7b5dHFRCFLIB-17:added test for h4cf_get_var_type. detected UINT16 type return value is wrong.
Hyo-Kyung LeeHyo-Kyung Lee
f41c52e5237HFRCFLIB-46:added instruction and a sample NCML file. tested the NcML with Panoply.
Hyo-Kyung LeeHyo-Kyung Lee
be9d2d8d18aHFRCFLIB-48:freeze testsuite generation.
Hyo-Kyung LeeHyo-Kyung Lee
2ae21e1ecc1HFRCFLIB-48:updated testsuite for changeset 159
Hyo-Kyung LeeHyo-Kyung Lee
d3d42f20c56HFRCFLIB-48:freeze testsuite change.
Hyo-Kyung LeeHyo-Kyung Lee
eacf55c2716HFRCFLIB-48:updated testsuite for changeset 159.
Hyo-Kyung LeeHyo-Kyung Lee
fa43ea22fe1HFRCFLIB-49:updated testsuite for the fix.
Muqun YangMuqun Yang
18aa54385751. Made the 3rd-dimension CV follow the units conventions. 2. Fixed a bug to convert MODIS level 1B to netCDF
Hyo-Kyung LeeHyo-Kyung Lee
0127fe6007aHFRCFLIB-2:added NC3 ncdump header outputs for NASA files. All look good.
Hyo-Kyung LeeHyo-Kyung Lee
0f82e60e629HFRCFLIB-2:updated testsuite to reflect 64-bit float output format change.
Hyo-Kyung LeeHyo-Kyung Lee
57e2c7b07a1HFRCFLIB-2:freeze testsuite update.
Hyo-Kyung LeeHyo-Kyung Lee
94f35f0d544HFRCFLIB-2:The first round of testing with converter and real NASA files on Jaguar. The converter failed to convert some MODIS files. See testsuite/nc.nasa1/nc4_fail_list.txt file for the list of failures.
Muqun YangMuqun Yang
a2a793509c4changing the string representation of double value from .6f to 8.3e. The previous representation may cause overflow
Hyo-Kyung LeeHyo-Kyung Lee
51e73f01537HFRCFLIB-2:updated testsuite to pass all tests. The testsds5.hdf.cdl valid_range attribute values look suspicious.
Muqun YangMuqun Yang
fc01b575699Fixed the duplicate lat/lon issues to handle AIRS level 3 files
Hyo-Kyung LeeHyo-Kyung Lee
bba20803313HFRCFLIB-17:added h4cf_get_var_value API test. h4cfTest.nc.at will be edited later to erase AIRS entry.
Hyo-Kyung LeeHyo-Kyung Lee
c61233f5f9aHFRCFLIB-43:added test case.
Muqun YangMuqun Yang
a56e3404b39Adding some comments regarding the comparision
Hyo-Kyung LeeHyo-Kyung Lee
be42c4a4ecbadded test HDF-EOS2 cases that have units in all variables.
Muqun YangMuqun Yang
9d029a481ccHFRCFLIB-42, now the cdldumper works fine with the testing file at idap, tested at idap, wenruo and Linux, needs to check with other files
Muqun YangMuqun Yang
2ad6c7ae2b0 Attempting to fix a bug on Mac
Muqun YangMuqun Yang
2a49c6c3cbaAdding some comments to avoid future bugs
Muqun YangMuqun Yang
f72cd6c0d93Adding some comments etc. for the examples
Muqun YangMuqun Yang
d9c25ab0a6fcorrect the valid_range output
Muqun YangMuqun Yang
84c2dcd96fc Fixing two bugs: 1. General HDF4 SDS CVs were always set to Longtitude if the CV name is not lat previously. Fixed it. 2. The CDL dumper output for valid_range that has the double datatype was wrongly represented. It caused seg. fault. Corrected it by using scientific representation
Hyo-Kyung LeeHyo-Kyung Lee
2dd08a9ca43HFRCFLIB-2:prepare testsuite for tests with h4tonccf conversion tool and ncdump.
Hyo-Kyung LeeHyo-Kyung Lee
6ac9377275cHFRCFLIB-2:fixed a bug for nc_def_var_deflate(), which is unique in NC4. added a conditional to check dimension size > 0.
Hyo-Kyung LeeHyo-Kyung Lee
006bddc454aHFRCFLIB-5:added nc4 expected output. nc_def_var_deflate() should be turned off in main_converter.cpp to generate this nc4 file.
Hyo-Kyung LeeHyo-Kyung Lee
6817d5a6c6dHFRCFLIB-5:added the expected NC4 file.
Hyo-Kyung LeeHyo-Kyung Lee
caf4c0fa51dHFRCFLIB-5:added nc3 expected output.
Hyo-Kyung LeeHyo-Kyung Lee
b1ddb15961eHFRCFLIB-5:added nc4 expected output.
Hyo-Kyung LeeHyo-Kyung Lee
22927e5eb50HFRCFLIB-5:added expected nc3 outputs.
Muqun YangMuqun Yang
acb6a7afb25Adding the display of vdata attributes
Hyo-Kyung LeeHyo-Kyung Lee
89fbf5139e6HFRCFLIB-5:added expected netcdf4 output.
Hyo-Kyung LeeHyo-Kyung Lee
61e72f69d8cHFRCFLIB-5:added expected netcdf3 output.
Muqun YangMuqun Yang
8ced8890c30 A correction for the previous log, the current implementation improves the condense_2d_latlon. The previous implementation used too much memory and choken the testing virtual machine.
Muqun YangMuqun Yang
0d946055ef9Improving the HDF-EOS2 filter condense_2d_latlon. No need to compare each value of lat/lon for HDF-EOS2 grids since we know only lat/lon CEA and GEO projections can be condensed. In fact the current implementation choke the testing virtual machine for the MOD29 LAMAZ projection file. The 2D lat/lon is about 300 MB.
Hyo-Kyung LeeHyo-Kyung Lee
8401ec55a33HFRCFLIB-39:gloabl file attributes are written in their original types, not string.
Hyo-Kyung LeeHyo-Kyung Lee
25472ffb0e2HFRCFLIB-39:made output more meaningful with variable name and right subscript.
Muqun YangMuqun Yang
a32b7e72d4cAdd some comments
Hyo-Kyung LeeHyo-Kyung Lee
f1e033d1634HFRCFLIB-39:made output more meaningful with variable name and right subscript.
Hyo-Kyung LeeHyo-Kyung Lee
ab6d1ed842aHFRCFLIB-39:made output more meaningful with variable name and right subscript.
Hyo-Kyung LeeHyo-Kyung Lee
985207a8495HFRCFLIB-39:made output more meaningful with variable name and right subscript.
Hyo-Kyung LeeHyo-Kyung Lee
6dba9afe65aupdating testsuite for changeset 120
Hyo-Kyung LeeHyo-Kyung Lee
f6923ac66bdHFRCFLIB-40:updated testsuite output.
Hyo-Kyung LeeHyo-Kyung Lee
a6537e8f7f4HFRCFLIB-40:turned off path name generation for HDF4 files in cdldumper.
Muqun YangMuqun Yang
792fe26757cCorrecting the way to handle a profiler-like HDF-EOS2 swath. In such a case, the longitude may not be treated as a coordinate
Hyo-Kyung LeeHyo-Kyung Lee
f7654cbfbf3HFRCFLIB-39:updated testsuite for dimension name change.
Hyo-Kyung LeeHyo-Kyung Lee
c01333f0631HFRCFLIB-39:updated hybrid example to use new API names.
Hyo-Kyung LeeHyo-Kyung Lee
82cb58a17f7HFRCFLIB-39:updated API names.