Author Commit Message Commit Date Muqun Yang a400e667338 CWIP-188, update the documents. 18 Sep 2024 Muqun Yang 139fd90d12e CWIP-188, include cstring instead of string to make Linux happy 17 Sep 2024 Muqun Yang c1ea1ad99ac CWIP-187, Fix a bug that causes segmentation fault on a MODIS file. The issue is due to the current storage size limit(4GB). Increase the limit to fix the bug. Also add a configuration template file. 16 Sep 2024 Muqun Yang 3af7cd30aa9 HFRCFLIB-136, release 1.3. 04 Mar 2020 Muqun Yang f5c0b9c9897 HFRCFLIB-136, update released documents. 17 Aug 2019 Muqun Yang 283611ed491 HFRCFLIB-133, the nc3 valgrind at has an issue. It fails in the middle. Fix it. 24 Jul 2019 Muqun Yang d76ce9188ce H4CFLIB-133, correct minor coding style. 15 Jul 2019 Muqun Yang f110d55d61b HFRCFLIB-133, remove unused variables, punctations etc. 12 Jul 2019 Muqun Yang 593b2806528 HFRCFLIB-133, remove redundant punctuation(semi-colon, parentheses) in the code. 12 Jul 2019 Muqun Yang 2d077cc680c M Merge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdfeos/h4cflib 11 Jul 2019 Muqun Yang d1214a304bb HFRCFLIB-135, update netCDF-3 CDL files for MODIS products that valid_min,valid_max are not calculated correctly. 11 Jul 2019 Muqun Yang 8185d72f678 HFRCFLIB-133, change some shadowed local variable names. 11 Jul 2019 Muqun Yang 60134818854 HFRCFLIB-135, update the MODIS nc4 CDL files. The valid_min, valid_max are corrected. 11 Jul 2019 Muqun Yang 0aa02699950 HFRCFLIB-133, HFRCFLIB-134, remove unused variables, change names for shadowed local variable names.Also fix the bug of MODIS valid_min and valid_max calculation for the products with the simple linear algebra scale/offset rule. 11 Jul 2019 Muqun Yang 00142de7143 HFRCFLIB-133, 1) address a few coding issues(check the returned values, remove debugging info. etc.) 2) Add .at file for NASA files valgrind test. 10 Jul 2019 Muqun Yang 2308654ece3 HFCRLIB-133, needs to have tmp directory for <make check> to run successfully. 08 Jul 2019 Muqun Yang 063ee19c25d HFRCFLIB-132, update the software version in the document and header files. 25 Sep 2018 Muqun Yang 7a5cc62187a HFRCFLIB-132, updating the COPYING since this software doesn't need
to have University. 19 Sep 2018 Muqun Yang aa88740a752 HFRCFLIB-22, add another file. 19 Sep 2018 Muqun Yang dca2949cbab HFRCFLIB-132, update the copyright information, also update the release version in configure.ac. 19 Sep 2018 Muqun Yang f0e411e3c27 HFRCFLIB-132, update the COPYING information. 19 Sep 2018 Muqun Yang bc3be8cefdf HFRCFLIB-132, update the INSTALL file. 19 Sep 2018 Muqun Yang 556b398c502 M Merge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdfeos/h4cflib 18 Sep 2018 Muqun (Kent) Yang 63c0f550ea6 HFRCFLIB-132, fix a warning detected on Mac 14 Sep 2018 Muqun Yang 319d7098273 HFRCFLIB-132, update the valgrind at files. 18 Sep 2018 Muqun Yang fb02044812f ESDIS-535, updating ftp address 13 Sep 2017 Muqun (Kent) Yang 86e57260ccd EED-186, update RELEASE.txt for h4cf conversion toolkit. 16 Aug 2017 Muqun Yang dede3e678eb EED-186, update documents for the HFCFLIB 1.2 release. 16 Aug 2017 BBSERV ADM c819ce8d4db This file testsuite/tmp/README allows git to track an otherwise empty directory. 15 Aug 2016 Muqun Yang 4d8ba672caf HFRCFLIB-131, update the README and RELEASE.txt. 11 Sep 2015 Muqun Yang 4e16dd2b92b HFRCFLIB-131, update the Makefile template file. 11 Sep 2015 Muqun Yang 4b7f4a222ed HFCFLIB-131 10 Sep 2015 Muqun Yang 879f7fd25a2 HFRCFLIB-131, update configuration file due to version update 08 Sep 2015 Muqun Yang 67725a229af HFRCFLIB-131, update the version and re-generate configuration files 08 Sep 2015 Muqun Yang 1a5efda4a30 HFRCFLIB-131, update the version 08 Sep 2015 Muqun Yang a870d0b90f1 08 Sep 2015 Muqun Yang 8ff0d3591b5 HFRCFLIB-131, update RELEASE.txt and README files for the 1.1 release. 08 Sep 2015 Muqun Yang f277fa394e2 HFRCFLIB-131, update the INSTALL file for 1.1 release. 08 Sep 2015 Muqun Yang 0da035ceece HFRCFLIB-131, add contents to HISTORY.txt and RELEASE.txt for the release. 04 Sep 2015 Muqun Yang 1375599d972 HFRCFLIB-130, remove cerr debugging info., tested at MacOS10.10. 01 Sep 2015 Muqun Yang 0dea85bce5e HFRCFLIB-130, use a map(var path to latlon1D_samedim) to make sure 1-D lat and lon's dimension names are compared within the same group.
Also modify eoslib_group.h to include a flag to check if this file includes multi-groups. If not(means it only has one single group), we still use the old routine to compare to reduce the large number of string comparison to check the variable path.
Tested with visual studio 2010 on the basic H4toCF/netCDF-4 conversion. 01 Sep 2015 Muqun Yang ac6976f4bbe HFRCFLIB-127, add a line to remove a windows warning suggested by MSDN. 28 Aug 2015 Muqun Yang 372c15cab0e HFRCFLIB-127, fix warning issues reported by windows 28 Aug 2015 Muqun Yang 316681ac02a HFRCFLIB-127, use the datatype representation accepted by both windows and other platforms. In this case, I need to use int16 for short integer. 28 Aug 2015 Muqun Yang eb659261211 HFRCFLIB-127, the TRMM 1B21 scale_factor variable was not initialized but was used. Windows MSVS picked up the issue. So fix the CDL file. 27 Aug 2015 Muqun Yang f9184027a42 HFRCFLIB-127,
The HDF4CF to netCDF-3 converter doesn't convert the unsigned 16-bit integer to 32-bit integer correctly. The original value buffer is defined as vector<char> for unsigned 16-bit integer. The total number of element for unsigned 16-bit integer should be half of the original buffer size. 27 Aug 2015 Muqun Yang d5eebddf1a2 HFRCFLIB-129, the variable SSMI is decomposed but the value of the data is not assigned at all. Fixing the data value is not worth the effort. Just not decomposing the data. I also fix the wrong dimension names in the original file. 27 Aug 2015 Muqun Yang d027a49f620 HFRCFLIB-127,check in the right CDL file due to the fix of uninitalized variable issue discovered by MS VS. 25 Aug 2015 Muqun Yang 776357602f0 HFRCFLIB-127, variable should be initialized, picked up by vs studio. 25 Aug 2015 Muqun Yang 9b951b7002a HFRCFLIB-128, the STL set is implemented differently for the clang compiler. The toolkit uses a filter pipeline with priority number to indicate which filter runs first. With the same priority, the code's intention is to run the first filter added. This is fine with gnu g++ compiler. However, for clang at MacOS 10.10, it (correctly) considers the the name of the filter which includes as the second component of the pair set. The first component is priority. So the order of filter remove_redund... 25 Aug 2015 Next → require('plugin/commitgraph/network').applyCommits([{id: 'a400e66733828a0b278abeb3a0cec1b63be807fb', href: '/projects/HDFEOS/repos/h4cflib/commits/a400e66733828a0b278abeb3a0cec1b63be807fb',labels: [{name: 'master', type: 'BRANCH', href: '/projects/HDFEOS/repos/h4cflib/browse?at=master'}],parents: [{ id: '139fd90d12e11ca35e73d9d3cdc5ff0185bb7f49' }]},{id: '139fd90d12e11ca35e73d9d3cdc5ff0185bb7f49', href: '/projects/HDFEOS/repos/h4cflib/commits/139fd90d12e11ca35e73d9d3cdc5ff0185bb7f49',parents: [{ id: 'c1ea1ad99acebc1726229aab24f1ef0282c6a3aa' }]},{id: 'c1ea1ad99acebc1726229aab24f1ef0282c6a3aa', href: '/projects/HDFEOS/repos/h4cflib/commits/c1ea1ad99acebc1726229aab24f1ef0282c6a3aa',parents: [{ id: '3af7cd30aa9f96430d6a0a1eabec7f28487a06fe' }]},{id: '3af7cd30aa9f96430d6a0a1eabec7f28487a06fe', href: '/projects/HDFEOS/repos/h4cflib/commits/3af7cd30aa9f96430d6a0a1eabec7f28487a06fe',parents: [{ id: 'f5c0b9c9897fc676a13a5aa86ba3a0bb35c3ed08' }]},{id: 'f5c0b9c9897fc676a13a5aa86ba3a0bb35c3ed08', href: '/projects/HDFEOS/repos/h4cflib/commits/f5c0b9c9897fc676a13a5aa86ba3a0bb35c3ed08',parents: [{ id: '283611ed4913dd29c1be416c00a1f4c89d86525e' }]},{id: '283611ed4913dd29c1be416c00a1f4c89d86525e', href: '/projects/HDFEOS/repos/h4cflib/commits/283611ed4913dd29c1be416c00a1f4c89d86525e',parents: [{ id: 'd76ce9188ce1cb151cc9a2fd173b333677463920' }]},{id: 'd76ce9188ce1cb151cc9a2fd173b333677463920', href: '/projects/HDFEOS/repos/h4cflib/commits/d76ce9188ce1cb151cc9a2fd173b333677463920',parents: [{ id: 'f110d55d61b54b9673da5589bfb918640372443b' }]},{id: 'f110d55d61b54b9673da5589bfb918640372443b', href: '/projects/HDFEOS/repos/h4cflib/commits/f110d55d61b54b9673da5589bfb918640372443b',parents: [{ id: '593b28065288a9af23611987fc8a0c44c50edc9e' }]},{id: '593b28065288a9af23611987fc8a0c44c50edc9e', href: '/projects/HDFEOS/repos/h4cflib/commits/593b28065288a9af23611987fc8a0c44c50edc9e',parents: [{ id: '2d077cc680c4c3ecc222e8dccec03f631f28b89f' }]},{id: '2d077cc680c4c3ecc222e8dccec03f631f28b89f', href: '/projects/HDFEOS/repos/h4cflib/commits/2d077cc680c4c3ecc222e8dccec03f631f28b89f',parents: [{ id: '8185d72f6789336ea459594bf0dcfee772f08ab3' },{ id: 'd1214a304bb986fdf4d5c610f93a5cd628663cbf' }]},{id: 'd1214a304bb986fdf4d5c610f93a5cd628663cbf', href: '/projects/HDFEOS/repos/h4cflib/commits/d1214a304bb986fdf4d5c610f93a5cd628663cbf',parents: [{ id: '601348188543b88dac1f511c8e4e76911313f408' }]},{id: '8185d72f6789336ea459594bf0dcfee772f08ab3', href: '/projects/HDFEOS/repos/h4cflib/commits/8185d72f6789336ea459594bf0dcfee772f08ab3',parents: [{ id: '601348188543b88dac1f511c8e4e76911313f408' }]},{id: '601348188543b88dac1f511c8e4e76911313f408', href: '/projects/HDFEOS/repos/h4cflib/commits/601348188543b88dac1f511c8e4e76911313f408',parents: [{ id: '0aa026999501749b2a4299dd224412d6ebb0f3b3' }]},{id: '0aa026999501749b2a4299dd224412d6ebb0f3b3', href: '/projects/HDFEOS/repos/h4cflib/commits/0aa026999501749b2a4299dd224412d6ebb0f3b3',parents: [{ id: '00142de7143dfd0041042c47477fb360b4028596' }]},{id: '00142de7143dfd0041042c47477fb360b4028596', href: '/projects/HDFEOS/repos/h4cflib/commits/00142de7143dfd0041042c47477fb360b4028596',parents: [{ id: '2308654ece3ebef81c020fb263ba3b2fa827a1c0' }]},{id: '2308654ece3ebef81c020fb263ba3b2fa827a1c0', href: '/projects/HDFEOS/repos/h4cflib/commits/2308654ece3ebef81c020fb263ba3b2fa827a1c0',parents: [{ id: '063ee19c25da4bf8e2aef3cd701761a05edc28bc' }]},{id: '063ee19c25da4bf8e2aef3cd701761a05edc28bc', href: '/projects/HDFEOS/repos/h4cflib/commits/063ee19c25da4bf8e2aef3cd701761a05edc28bc',parents: [{ id: '7a5cc62187a52e9cd12b548807f9a6d44afa7d46' }]},{id: '7a5cc62187a52e9cd12b548807f9a6d44afa7d46', href: '/projects/HDFEOS/repos/h4cflib/commits/7a5cc62187a52e9cd12b548807f9a6d44afa7d46',parents: [{ id: 'aa88740a752a96c1f410a5a291785baede03cabb' }]},{id: 'aa88740a752a96c1f410a5a291785baede03cabb', href: '/projects/HDFEOS/repos/h4cflib/commits/aa88740a752a96c1f410a5a291785baede03cabb',parents: [{ id: 'dca2949cbab33cb81a83e09af839f53e9c9cb6f8' }]},{id: 'dca2949cbab33cb81a83e09af839f53e9c9cb6f8', href: '/projects/HDFEOS/repos/h4cflib/commits/dca2949cbab33cb81a83e09af839f53e9c9cb6f8',parents: [{ id: 'f0e411e3c2767403bd871a5383b7b73fdf75dc90' }]},{id: 'f0e411e3c2767403bd871a5383b7b73fdf75dc90', href: '/projects/HDFEOS/repos/h4cflib/commits/f0e411e3c2767403bd871a5383b7b73fdf75dc90',parents: [{ id: 'bc3be8cefdf2cab989cd858facde9d1606def778' }]},{id: 'bc3be8cefdf2cab989cd858facde9d1606def778', href: '/projects/HDFEOS/repos/h4cflib/commits/bc3be8cefdf2cab989cd858facde9d1606def778',parents: [{ id: '556b398c50242dc43da1f45bcc614b59dc831d20' }]},{id: '556b398c50242dc43da1f45bcc614b59dc831d20', href: '/projects/HDFEOS/repos/h4cflib/commits/556b398c50242dc43da1f45bcc614b59dc831d20',parents: [{ id: '319d7098273d6217da74b8b0a5e2483b5d0434d3' },{ id: '63c0f550ea69be771d32c0a1f753ee8f12b80071' }]},{id: '63c0f550ea69be771d32c0a1f753ee8f12b80071', href: '/projects/HDFEOS/repos/h4cflib/commits/63c0f550ea69be771d32c0a1f753ee8f12b80071',parents: [{ id: 'fb02044812f0e96b6de251026e34d46bb10f3c1c' }]},{id: '319d7098273d6217da74b8b0a5e2483b5d0434d3', href: '/projects/HDFEOS/repos/h4cflib/commits/319d7098273d6217da74b8b0a5e2483b5d0434d3',parents: [{ id: 'fb02044812f0e96b6de251026e34d46bb10f3c1c' }]},{id: 'fb02044812f0e96b6de251026e34d46bb10f3c1c', href: '/projects/HDFEOS/repos/h4cflib/commits/fb02044812f0e96b6de251026e34d46bb10f3c1c',parents: [{ id: '86e57260ccd5de2126d69a8d710683607ab80423' }]},{id: '86e57260ccd5de2126d69a8d710683607ab80423', href: '/projects/HDFEOS/repos/h4cflib/commits/86e57260ccd5de2126d69a8d710683607ab80423',parents: [{ id: 'dede3e678eb6fb7587c3be5b2b84f33523c1706a' }]},{id: 'dede3e678eb6fb7587c3be5b2b84f33523c1706a', href: '/projects/HDFEOS/repos/h4cflib/commits/dede3e678eb6fb7587c3be5b2b84f33523c1706a',parents: [{ id: 'c819ce8d4db9faba1506afa24c8250ee94910ba3' }]},{id: 'c819ce8d4db9faba1506afa24c8250ee94910ba3', href: '/projects/HDFEOS/repos/h4cflib/commits/c819ce8d4db9faba1506afa24c8250ee94910ba3',parents: [{ id: '4d8ba672caf20b67117f74b74c5a9f0042a0486c' }]},{id: '4d8ba672caf20b67117f74b74c5a9f0042a0486c', href: '/projects/HDFEOS/repos/h4cflib/commits/4d8ba672caf20b67117f74b74c5a9f0042a0486c',labels: [{name: '1.1', type: 'TAG', href: '/projects/HDFEOS/repos/h4cflib/browse?at=1.1'}],parents: [{ id: '4e16dd2b92bad8681139778bcf64e62e2f4a4937' }]},{id: '4e16dd2b92bad8681139778bcf64e62e2f4a4937', href: '/projects/HDFEOS/repos/h4cflib/commits/4e16dd2b92bad8681139778bcf64e62e2f4a4937',parents: [{ id: '4b7f4a222edd6f23d6348e7f7040cbdfaff12d08' }]},{id: '4b7f4a222edd6f23d6348e7f7040cbdfaff12d08', href: '/projects/HDFEOS/repos/h4cflib/commits/4b7f4a222edd6f23d6348e7f7040cbdfaff12d08',parents: [{ id: '879f7fd25a21a8735c6fe677cde3ee45ea187969' }]},{id: '879f7fd25a21a8735c6fe677cde3ee45ea187969', href: '/projects/HDFEOS/repos/h4cflib/commits/879f7fd25a21a8735c6fe677cde3ee45ea187969',parents: [{ id: '67725a229afc2d29b58836777016e8c02f7794be' }]},{id: '67725a229afc2d29b58836777016e8c02f7794be', href: '/projects/HDFEOS/repos/h4cflib/commits/67725a229afc2d29b58836777016e8c02f7794be',parents: [{ id: '1a5efda4a3065a33497507ef25dec99015d46146' }]},{id: '1a5efda4a3065a33497507ef25dec99015d46146', href: '/projects/HDFEOS/repos/h4cflib/commits/1a5efda4a3065a33497507ef25dec99015d46146',parents: [{ id: 'a870d0b90f1fd53eb67fbafea4722b6403ef7996' }]},{id: 'a870d0b90f1fd53eb67fbafea4722b6403ef7996', href: '/projects/HDFEOS/repos/h4cflib/commits/a870d0b90f1fd53eb67fbafea4722b6403ef7996',parents: [{ id: '8ff0d3591b59d385c883cd5a512c785343762015' }]},{id: '8ff0d3591b59d385c883cd5a512c785343762015', href: '/projects/HDFEOS/repos/h4cflib/commits/8ff0d3591b59d385c883cd5a512c785343762015',parents: [{ id: 'f277fa394e284752f131b1bbdd8c7e580947a8e2' }]},{id: 'f277fa394e284752f131b1bbdd8c7e580947a8e2', href: '/projects/HDFEOS/repos/h4cflib/commits/f277fa394e284752f131b1bbdd8c7e580947a8e2',parents: [{ id: '0da035ceeced648ec26f8583d0088240f640d533' }]},{id: '0da035ceeced648ec26f8583d0088240f640d533', href: '/projects/HDFEOS/repos/h4cflib/commits/0da035ceeced648ec26f8583d0088240f640d533',parents: [{ id: '1375599d972fa9d68dc77210ca5d77ae72849691' }]},{id: '1375599d972fa9d68dc77210ca5d77ae72849691', href: '/projects/HDFEOS/repos/h4cflib/commits/1375599d972fa9d68dc77210ca5d77ae72849691',parents: [{ id: '0dea85bce5ebdacbc1008f14b18e099e5384aa92' }]},{id: '0dea85bce5ebdacbc1008f14b18e099e5384aa92', href: '/projects/HDFEOS/repos/h4cflib/commits/0dea85bce5ebdacbc1008f14b18e099e5384aa92',parents: [{ id: 'ac6976f4bbe00d0e2c4de8b9bfba0cdb26c04ccc' }]},{id: 'ac6976f4bbe00d0e2c4de8b9bfba0cdb26c04ccc', href: '/projects/HDFEOS/repos/h4cflib/commits/ac6976f4bbe00d0e2c4de8b9bfba0cdb26c04ccc',parents: [{ id: '372c15cab0e98bc3cb7bb6994f83a4e474411a76' }]},{id: '372c15cab0e98bc3cb7bb6994f83a4e474411a76', href: '/projects/HDFEOS/repos/h4cflib/commits/372c15cab0e98bc3cb7bb6994f83a4e474411a76',parents: [{ id: '316681ac02a719195d0a425a292a6bc839c98496' }]},{id: '316681ac02a719195d0a425a292a6bc839c98496', href: '/projects/HDFEOS/repos/h4cflib/commits/316681ac02a719195d0a425a292a6bc839c98496',parents: [{ id: 'eb6592612112baad5696bf9f757cf717329b2074' }]},{id: 'eb6592612112baad5696bf9f757cf717329b2074', href: '/projects/HDFEOS/repos/h4cflib/commits/eb6592612112baad5696bf9f757cf717329b2074',parents: [{ id: 'f9184027a42cfbd8b0f7bab3bfd1ca8e331599c0' }]},{id: 'f9184027a42cfbd8b0f7bab3bfd1ca8e331599c0', href: '/projects/HDFEOS/repos/h4cflib/commits/f9184027a42cfbd8b0f7bab3bfd1ca8e331599c0',parents: [{ id: 'd5eebddf1a28127180dfa4c477668f718ab60f70' }]},{id: 'd5eebddf1a28127180dfa4c477668f718ab60f70', href: '/projects/HDFEOS/repos/h4cflib/commits/d5eebddf1a28127180dfa4c477668f718ab60f70',parents: [{ id: 'd027a49f6209e4eba9b7b844cadec2f293096e8a' }]},{id: 'd027a49f6209e4eba9b7b844cadec2f293096e8a', href: '/projects/HDFEOS/repos/h4cflib/commits/d027a49f6209e4eba9b7b844cadec2f293096e8a',parents: [{ id: '776357602f0fd8c167352e3502c7d9ed3fd2acf1' }]},{id: '776357602f0fd8c167352e3502c7d9ed3fd2acf1', href: '/projects/HDFEOS/repos/h4cflib/commits/776357602f0fd8c167352e3502c7d9ed3fd2acf1',parents: [{ id: '9b951b7002acb076a6cc0e7dd0cf05c9b1b3e772' }]},{id: '9b951b7002acb076a6cc0e7dd0cf05c9b1b3e772', href: '/projects/HDFEOS/repos/h4cflib/commits/9b951b7002acb076a6cc0e7dd0cf05c9b1b3e772',parents: [{ id: 'aef6c5d5a6a4df985d456e56c3d648c29c45253b' }]}]);