JPSS
  1. JPSS

JPSSnagg

Public

Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
2462b313385nagg_functions.sh Modified CHECK_VERSION to test output of --version option. test_nagg.sh Added line to call CHECK_VERSION function. Test passes, but nagg --version fails because input files are still expected.
Larry KnoxLarry Knox
f1f77fd91a3nagg_options.c Added function print_nagg_version. Added calls to close elements in get_*_props functions. test/testfiles/usage files Removed -V from help output and from expected output.
Larry KnoxLarry Knox
dee37f404c6Commit functions to get products and aggregate number from example file for --like option. Tested jam & koala.
Albert ChengAlbert Cheng
297fd517be5Another partial commit of -l implementation. The products_list allocation is defined now. Tested: koala (compiled and debug print okay.) Make check still failed.
Albert ChengAlbert Cheng
1e24b025890A partial implementation of the options structure and its related access functions. Not tested yet. A skeleton implementation (more like a declaration) of the get_example_props function. Tested: it compiles.
Albert ChengAlbert Cheng
6a7933a2ffaA partial implementation of the tests of the like option. It has a debug statement that skip a bunch of tests which will be restored later.
Albert ChengAlbert Cheng
b5b2d5d91f7Re-committed updates posted for v1.3.1-pre1.
Albert ChengAlbert Cheng
0b7a341e61bPost release version reset. Updated by bin/setversion for next release. Tested: koala.
Albert ChengAlbert Cheng
0143d458bcbPost release documentation. History: Archive v130 RELEASE.txt. RELEASE.txt reset for next release.
Larry KnoxLarry Knox
c8b8ecdace7Added nagg_-A_seconds_option.docx and updated nagg_example_file_option.docx.
Larry KnoxLarry Knox
b40b077d0b2test/testnagg_more.sh Added test for SVM01-16 + IICMO and GMODO as done by Paul Matinolich. Files are in /mnt/hdf/JPSS/CLASS/PaulM-2012-07-30. Make check with NAGG_TESST_MORE fails - the manyinputfilesSVM01-16.txt expected output file seems to be missing 4-SVM15-SVM16 in the filenames. Updated version to 1.3.1-pre1. Tested jam & koala, gcc and icc.
Larry KnoxLarry Knox
dace8d0ee4dAdded -V option. Changed version to 1.3.1-pre1
Mark EvansMark Evans
d1aaa264707log for nagg-User-Examples.docx: Added a sentence to end of first paragraph in section 1.1 regarding only having to download data once. log for other files: Edited for language and usage. Tested: Adobe Acrobat
Larry KnoxLarry Knox
d64bf82e10bsrc/nagg_options.c Added support for -v and --version command options. src/nagg_product.c Corrected typos in product table. test/testfiles Updated expected files to match changes to product table and the new command options. doc/RELEASE.txt Added descriptions of these changes to RELEASE.txt. Tested jam & koala, gcc and icc.
Larry KnoxLarry Knox
f58d99026fdsrc/nagg_product.c Corrected granule duration for IICMO. print_product_lists() function was printing granule duration from the product_table for the geolocation products. Corrected to print geolocation_table[i].duration. test/testfiles/usage.txt Modified expected output to match changes to the product and geolocation tables. Tested jam & koala, h5cc with gcc and icc.
Albert ChengAlbert Cheng
8fce6393497Updated by bin/setversion for v1.3.0 release.
Albert ChengAlbert Cheng
9c57e4d0f30Updated for v1.3.0 release.
Albert ChengAlbert Cheng
b1707be9f87Bug fix: JPSS-60 nagg -d <dir> should flag error sooner Solution: use stat() to verify if <dir> is an existing directory. Tested: koala, jam.
Albert ChengAlbert Cheng
78eadef1056Bug fix: JPSS-59 Nagg output file name with product ID sorted Description: the product ID list, including the Geolocation PID, in the output file names, were not sorted. Solution: For the unpackaged format, since there is only one product ID per file, the name is always sorted. For the packaged format, use a temporary buffer to hold all the product ID plus the optional geolocation product ID, then sort it before using it to generate the header part of the output file names. Also, update ma...
Mark EvansMark Evans
460d5fedf2bEdited files and made PDFs. Tested: Adobe Acrobat
Mark EvansMark Evans
d349b3eaac9Edited files and made PDFs. Tested: Adobe Acrobat
Albert ChengAlbert Cheng
a171d09fa8dChanged version to 1.3.0-beta1 for beta1 release.
Albert ChengAlbert Cheng
cc48bb97e9edoc/nagg.docx: Updated version information to 1.3.0-beta1 for beta release. doc/nagg.pdf: Generated from .docx file.
Albert ChengAlbert Cheng
59c482d0958updated with the -A option.
Albert ChengAlbert Cheng
d80026c4eddNew feature: -A aggregation time feature added. (JPSS-54) Initial implementation of test and code to support the -A aggregation time option. test/testfiles/usage.txt: test/testfiles/usage-bad-option.txt: updated with the addition of -A option. test/testfiles/redro4.txt: test/testfiles/redro32.txt: added for new tests of the -A option. test/testnagg.sh: Added tests to validate the -A option. src/nagg_main.c: src/nagg.h: src/nagg_posix.h: src/nagg_options.c: src/nagg_select_granul...
Larry KnoxLarry Knox
2113e89af4dAdded statement of purpose and an example for -A and -d options.
Albert ChengAlbert Cheng
594e48a42f9JPSS-49: -d output directory option Added test to verify Output directory name, with other product names, will not exceed the space allocated for the output name buffer. (Notes: the length check is on the conservative side.) src/nagg_select_granules.c: Added code to check outdirectory length. It is on the conservative side. It works for now. src/nagg_main.c: Added code to exit the tool if compose_output() returns error. test/testnagg.sh: Added tests to verify the output direc...
Albert ChengAlbert Cheng
a3415e1b372New feature: (JPSS-49) -d is fucntional now. test/testfiles/usage.txt: test/testfiles/usage-bad-option.txt: updated with new usage output. test/testfiles/redro1-d.txt: test/testfiles/redro1-d-redundant.txt: Expected output files for newly added tests for -d option. test/testnagg.sh: New tests for the -d option added. doc/RELEASE.txt: Updated with the new supported -d option. src/nagg.h: src/nagg_options.c: src/nagg_select_granules.c: Implement code to support the ...
Larry KnoxLarry Knox
cc47fef1579Rename nagg_-A_seconds_option.docx nagg_example_file_option.docx, check in revisions.
Albert ChengAlbert Cheng
6f9486b7936Moved release version to 1.3.0-snap0 for new work (-d and -A options).
Larry KnoxLarry Knox
eb93d1c8383Added RFC for nagg -A seconds option.
Larry KnoxLarry Knox
0e10b2030e8COPYING Update copyright date. nagg-User-Examples.docx nagg-User-Examples.pdf Change to correct copyright notice.
Albert ChengAlbert Cheng
68d76fa436ePost release documentation. History: Archive v120 RELEASE.txt. RELEASE.txt reset for next release.
Albert ChengAlbert Cheng
3db4a0bc810Post release, update to v1.2.0-post0.
Albert ChengAlbert Cheng
2c26c1b107ddoc/RELEASE.txt: src/nagg.h: README: Updated for v1.2.0 release. Tested: koala and jam.
Larry KnoxLarry Knox
9141bd047f0
Larry KnoxLarry Knox
8d154f57378nagg_write_granules.c The N_GEO_Ref attribute was copied for all files. Packaged files should not have the N_GEO_Ref attribute. It is now written only if required. Tested jam & koala, gcc & icc
Albert ChengAlbert Cheng
9b01e484e3bnagg_product.c: print the GPID column also. Added a statment explaining that "Products having the same GPID can be "packaged together". usage.tx: Adjusted to include the printing of the GPID column. Plus some cosmetic changes in the output. Tested: Koala.
Albert ChengAlbert Cheng
b64cc3a9ce6Updated the Usage message. Updated the expected output. Tested: koala.
Albert ChengAlbert Cheng
66f3130a875Updated for v120 release.
Albert ChengAlbert Cheng
2cf294509a6Update to v120 to prepare for release.
Albert ChengAlbert Cheng
9e952f0c2e2Added feature to dump produced output files to verify if granules are produced correctly. test/testfiles/redro1-dump.txt test/testfiles/redro3-dump.txt test/testfiles/satms_tatms2m-dump.txt test/testfiles/redro3S-dump.txt Newly added expected output. test/testnagg.sh test/nagg_functions.sh Added dump option to TOOLTEST to dump (--debug) produced output files to verify the correctness of granules aggregated. Changed TRANSFORM to change creation time pattern to just the generi...
Albert ChengAlbert Cheng
97cda555be1No longer needed.
Larry KnoxLarry Knox
b256e2557dbsomps_debug.txt Updated expected output for new pair of labels to identify printing of granules. Tested jam & koala, gcc & icc.
Albert ChengAlbert Cheng
24366ba2414src/nagg_options.c: A debugging print statment leaked out in production mode. Bracketed it with #ifdef DEBUG. src/nagg_get_granules.c: Added a pair of label to identify the printing of granules. Tested: koala.
Larry KnoxLarry Knox
ffcec89d4b5Update NAGG_Granule_info_max to 10000 and remove NAGG_inputfiles_max.
Larry KnoxLarry Knox
56f4b9b1cc2Fixed various typos, added nagg-User-Examples.pdf.
Larry KnoxLarry Knox
afcf3e0ebb8nagg_get_granules.c The geofile member of the granule structure was always printed (sometimes incorrectly) as (null). This checkin fixes that problem, and uses the stringval macro to print "(null)" for null instead of "". test/testnagg.sh Add a simple test with --debug to print the granules and check the output. test/testfiles/somps_debug.txt Output file for the test. Contains "long option debug found" and relative path to input files which will potentially be incorrect. Teste...
Larry KnoxLarry Knox
a0457160e51Initial version of examples document for nagg.
Albert ChengAlbert Cheng
addc51e1ab0Update version information to 120-beta2, done by bin/setversion. Tested: koala.