HDFEOS
  1. HDFEOS

aug_eos5

Public

Network

 
AuthorCommitMessageCommit Date
Muqun YangMuqun Yang
2d9f4999ac8AUGEOSFV-10, adding more comments to write.c, mostly for function descriptions
Muqun YangMuqun Yang
36cb99f119bAUGEOSFV-10, add proper comments to read.c
Muqun YangMuqun Yang
2484462f4a3AUGEOSFV-16, AUGEOSFV-10,Use HDF-EOS5 APIs for pixel and orig., also add more comments
Muqun YangMuqun Yang
78d401665e9AUGEOSFV-10, adding more comments. Especially change the variable and function names that apply to both swath and zonal average objects from swath to swathza etc.
Muqun YangMuqun Yang
efcd6f6e129AUGEOSFV-10,remove compiling warnings. The warnings was revealed when using -Wall option
Muqun YangMuqun Yang
728cf4989afAUGEOSFV-10,remove the sudden exit calls in the middle of the program,resources are released before exiting the program from the main function
Muqun YangMuqun Yang
b6730000002Previously the original files are augmented when you run test.sh once. On the second time that runs the test.sh, the augmentation tool tries to augment an augmented file. This is not right. This fix will copy the original files to a temp. dir and then copy back the orig. files after the testing.
Muqun YangMuqun Yang
31178e22d8cFix more potential memory leaking problem, exit(1) was used without first releasing all the resources held by the memory
Muqun YangMuqun Yang
a76ef655795AUGEOSFV-10, adding more comments, fix the memory leaking issue by not closing the handle and releasing resources when a file is augmented or when other errors occur
Muqun YangMuqun Yang
1ea9a95ff75AUGEOSFV-10, add more comments and remove some warnings
Muqun YangMuqun Yang
50b8f293691AUGEOSFV-10, add more comments
Muqun YangMuqun Yang
435558a0325AUGEOSFV-10, add more comments
Muqun YangMuqun Yang
b1c0b1f8c02AUGEOSFV-10, removes the global variable, initialize variable, and make one variable per line
Muqun YangMuqun Yang
2288a167247AUGEOSFV-10, initialize values for a few variables
Muqun YangMuqun Yang
d38bb3f0f64AUGEOSFV-10, add more comments to the functions in run.c, change names of variables that apply to both swath and zonal average objects from swath to swath_or_zonal or sz.
Muqun YangMuqun Yang
735cf6dc3caAUGEOSFV-10,Adding more comments
Muqun YangMuqun Yang
b41e80a0de41. Add more comments at run.c, util.h and util.c. Some comments are related to the assignment of the error code. 2. Fix a few "fail to close file handle" errors. 3. Change the error code to the correct ones at read.c
Muqun YangMuqun Yang
113c7ebdec3AUGEOSFV-10, adding more comments
Muqun YangMuqun Yang
ecd23404546AGUEOSFV-10, continue tackling the global variable issues
Muqun YangMuqun Yang
280439dba1aAUGEOSFV-10, code modularization, making a global variable be a local one
Muqun YangMuqun Yang
69d89b68a31AugEOSFV-10, adding more comments
Muqun YangMuqun Yang
b42a9a16243AUGEOSFV-10, add more comments to the header and c code
Muqun YangMuqun Yang
39986c290f5AUGEOSFV-10, 1. Fix a bug that doesn't allow XDim and YDim values to be provided by fields, 2. Add/correct comments
Hyo-Kyung LeeHyo-Kyung Lee
b0b804239e5ESDIS-299:updated copyright notice.
Hyo-Kyung LeeHyo-Kyung Lee
85ae2c2a1a3ESDIS-299:updated copyright notice.
Hyo-Kyung LeeHyo-Kyung Lee
b9ffb1d3cb2ESDIS-299:updated copyright notice.
Hyo-Kyung LeeHyo-Kyung Lee
5b3427a1e9aESDIS-299:added copyright documents.
Muqun YangMuqun Yang
b1cc245594cAdd the support of unlimited dimension for dimension scale, previously the dimension scale is always limited dimension.
Muqun YangMuqun Yang
1acab974fb1 Adding code to support the dimension scale with unlimited dimension
Muqun YangMuqun Yang
a2ff99bc286Continue adding some debug info.
Muqun YangMuqun Yang
9e33740235bContinue adding some debug info.
Muqun YangMuqun Yang
97c40e2ee7d Investigating the unlimited dimension support of the tool
Muqun YangMuqun Yang
80cd4945811open_hdfeos5 was not updated
donglmdonglm
17428548864AUGEOSFV-1
Muqun YangMuqun Yang
30844738e8dAdd a limitation: the tool cannot augment any augmented HDF-EOS5 file
Muqun YangMuqun Yang
b7d5e348ad1Add a simple release file to document what's new for this release
Muqun YangMuqun Yang
27b7a404f88 Remove the redundant lines
Muqun YangMuqun Yang
e405b20cf10Regenerated from Makefile.am that is removed from the redundant file
Muqun YangMuqun Yang
1873a67cce7Updating the configuration and Makefile according to the new arrangement
Muqun YangMuqun Yang
d725cbfd482Adding PDF version URLs
Muqun YangMuqun Yang
bd426e68aa2Adding a PDF version URL
Muqun YangMuqun Yang
a0364d2f26eremove special characters and formt the file
Muqun YangMuqun Yang
c31329b1fa7Adding the validation.txt to describe how to use the validation program
Muqun YangMuqun Yang
0f294727933 Adding usage.txt
Muqun YangMuqun Yang
d0587abb6e9check in the readme.txt
Muqun YangMuqun Yang
5c615b84c9a Adding some description for this directory
Muqun YangMuqun Yang
f3ecc0f4ebf revise the makefile again since the HDF5 and HDF-EOS5 are not used at all
Muqun YangMuqun Yang
bf21df2d4a0 Add comments for a correct version
Muqun YangMuqun Yang
547da0e1f34Add the makefile template
Muqun YangMuqun Yang
a17aaf2ce51 remove the validation source code etc. from the source code directory of the tool