AuthorCommitMessageCommit dateIssues
Muqun YangMuqun Yang
c2cebafab1eCorrect user's guide name.2.4
Muqun YangMuqun Yang
3e20e2eb1b2 Update section numbers of User's guide in these documents>
Muqun YangMuqun Yang
792a04d7e06Add users' guide and help NASA doc to the package
Muqun YangMuqun Yang
06b073b7e5cUpdate the release.txt
Muqun YangMuqun Yang
3b8540eb0fdUpdate the document name for User's guide.
Muqun YangMuqun Yang
d113b96d868Change the organization of the documents because in this release most information is merged into one doc.Change readme to README.
Muqun YangMuqun Yang
d9e45adc37aRevise the testing part
Muqun YangMuqun Yang
4803fcad5aeAccidently check in wrong files in the previous revision.Re-check them
Muqun YangMuqun Yang
755b28861caMinor corrections
Muqun YangMuqun Yang
9cd33b4679eMore improvement for the validation text
Muqun YangMuqun Yang
eb156987e2eUpdate the validation and code
Muqun YangMuqun Yang
aa3757edde0For the validation program: add code not check the dimension scales for pure dimensions
Muqun YangMuqun Yang
4d8a20d5a19Update readme for the new release
Muqun YangMuqun Yang
43babbb1265Need to revise the validation program for pure netCDF dimension
Muqun YangMuqun Yang
b5da8d67cafAdd the improvement of reading dimension scale ASII files.
Muqun YangMuqun Yang
f620e46729bUpdate
Muqun YangMuqun Yang
f3e1d51a82bmake install doesn't work.The issue is due to a bug in the old version of autoconf and automake. Using a newer version of auto tools(autoconf 2.67 and automake 1.11) to generate the corresponding configuration files
Muqun YangMuqun Yang
9f820f94258Update the release.txt for 2.4 release.
Muqun YangMuqun Yang
b450851613cUpdate the readme for the new testing scripts
Muqun YangMuqun Yang
4a84b65160fFinal code touch before the release
Muqun YangMuqun Yang
9888bc8ba56Final checking the code and comments before the release
Muqun YangMuqun Yang
1679c1bdbd3Slightly updating an error message
Muqun YangMuqun Yang
5251f0689d7Clean some warnings exposed by gcc Wall and the clang compiler.
Hyo-Kyung LeeHyo-Kyung Lee
fcef9aa2997AUGEOSFV-20:added path for h5diff.test script doesn't find it automatically.AUGEOSFV-20
Hyo-Kyung LeeHyo-Kyung Lee
50f21ce5966AUGEOSFV-20:redirect make distclean output to /dev/null.AUGEOSFV-20
Hyo-Kyung LeeHyo-Kyung Lee
3a6031681a9AUGEOSFV-20:finished the daily test script.AUGEOSFV-20
Hyo-Kyung LeeHyo-Kyung Lee
8695aa01349AUGEOSFV-20:added a daily test cron job.Catching error and notifying email is not implemented yet.AUGEOSFV-20
Muqun YangMuqun Yang
ad04ba2878dRevise the output a bit
Muqun YangMuqun Yang
f97837654cfAdd output infomration in the test scripts
Muqun YangMuqun Yang
0619a69536eAdd output information for the tests
Muqun YangMuqun Yang
3f38a97a2dbFor HDF5 fixed size string, one needs to add another character for the termination.The augmentation tool doesn't add this character. Although h5dump or HDFView shows the full string correctly. h5py picks this up. So fixing the attribute routine in the tool and re-generate the expected files.
Muqun YangMuqun Yang
6ef8cef7928Updating the testing fileFor HDF5 fixed size string, one needs to add another character for the termination. The augmentation tool doesn't add this character. Although h5dump or HDFView shows the full string correctly. h5py picks this up. So fixing the attribute routine in the tool and re-generate the expected files. _
Muqun YangMuqun Yang
90b52e15ddbUpdating the testing fileFor HDF5 fixed size string, one needs to add another character for the termination. The augmentation tool doesn't add this character. Although h5dump or HDFView shows the full string correctly. h5py picks this up. So fixing the attribute routine in the tool and re-generate the expected files.
Muqun YangMuqun Yang
dcfbd6ad944Previously for 1-D unlimited dimension extendible dataset,the chunk size is set to be 1, which may cause really bad performance.Given the fact the dimension scale array may not be very large, I set the chunk size to be 100 instead of 1.
Muqun YangMuqun Yang
1566068de32Remove some C++ comments
Muqun YangMuqun Yang
eb3d3626652Clean up debugging info in the code
Muqun YangMuqun Yang
f8201a553d6Adding the download scripts for obtaining NASA files on Mac
Muqun YangMuqun Yang
5cbc0e167a5getopt on Mac OS 10.8 doesn't assign 0 to optopt even if the command-line arguments are right.So add a flag to check the values to by-pass this issue.
Muqun YangMuqun Yang
f493c0e9ae91.Add the scripts to download NASA files for both the default option and the file/index option
Muqun YangMuqun Yang
21d0873f504Remove the original download scripts and modify the top level test.sh
Muqun YangMuqun Yang
bb83722d6c31. Add shell scripts and the mapping files and the dimensional scale data files for NASA HDF-EOS5 files.2. The real NASA files are huge so a script of downloading the NASA files will be provided in case users whant to test
Muqun YangMuqun Yang
d1429a1bf511. Add shell scripts to test the fake files for default, file and index options and also to test if the tool correctly handles the augmented file2. Add fake test files(mostly from the HDF5 OPeNDAP handler) and the corresponding mapping files for the file option 3. Test on 64-bit Linux xile-vm 2.6.18-371.1.2.el5 #1 SMP
Muqun YangMuqun Yang
7270672c5dbTurn off the debugging info.for the release
Muqun YangMuqun Yang
f91ea775d71Enhance code to read dimension scale data from an ASCII filePreviously, the tool only supports reading the dimension scale values from an ASCII file that holds the format 'one number per line'. While testing OMI and TES data, I found that some of their dimension scale data are stored in an attribute. HDFView shows the attribute values with commas. For users to conveniently copy the dimension scale data to an ASCII file,the tool had better support the re...
Muqun YangMuqun Yang
69735ad2246AUGEOSFV-14, making the tool read dimension scale ASCII file that have different delimiter such as , as white spaceAUGEOSFV-14
Muqun YangMuqun Yang
a403f14d440AUGEOSFV-8, change the lat/lon names by following user's suggestionsAUGEOSFV-8
Muqun YangMuqun Yang
48f3be07921Enhance the error handling code a little bit
Muqun YangMuqun Yang
d0f827997201. Finish the major coding part to check if the dimension names and the field names in the mapping file match corresponding names in the HDF-EOS5 file2. Test various combinatios of single grid, multiple grids,single swath, multiple swaths, single zonal and multiple zonal cases. 3. Comments etc. still need to be cleaned up
Muqun YangMuqun Yang
a004bbcbe82AUGEOSFV-14,add a function to check if dimension and field names specified in the mapping file match the HDFEOS5 fileAUGEOSFV-14
Muqun YangMuqun Yang
4a16b7e5eefAUGEOSFV-14, Add the code to check whether the dimension and the field names in the mapping file match the corresponding names in the HDF-EOS5 fileAUGEOSFV-14