HDFEOS
  1. HDFEOS

h4cflib

Public

Network

 
AuthorCommitMessageCommit Date
Muqun YangMuqun Yang
3af7cd30aa9HFRCFLIB-136, release 1.3.
Muqun YangMuqun Yang
f5c0b9c9897HFRCFLIB-136, update released documents.
Muqun YangMuqun Yang
283611ed491HFRCFLIB-133, the nc3 valgrind at has an issue. It fails in the middle. Fix it.
Muqun YangMuqun Yang
d76ce9188ceH4CFLIB-133, correct minor coding style.
Muqun YangMuqun Yang
f110d55d61bHFRCFLIB-133, remove unused variables, punctations etc.
Muqun YangMuqun Yang
593b2806528HFRCFLIB-133, remove redundant punctuation(semi-colon, parentheses) in the code.
Muqun YangMuqun Yang
2d077cc680cMMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdfeos/h4cflib
Muqun YangMuqun Yang
d1214a304bbHFRCFLIB-135, update netCDF-3 CDL files for MODIS products that valid_min,valid_max are not calculated correctly.
Muqun YangMuqun Yang
8185d72f678HFRCFLIB-133, change some shadowed local variable names.
Muqun YangMuqun Yang
60134818854HFRCFLIB-135, update the MODIS nc4 CDL files. The valid_min, valid_max are corrected.
Muqun YangMuqun Yang
0aa02699950HFRCFLIB-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.
Muqun YangMuqun Yang
00142de7143HFRCFLIB-133, 1) address a few coding issues(check the returned values, remove debugging info. etc.) 2) Add .at file for NASA files valgrind test.
Muqun YangMuqun Yang
2308654ece3HFCRLIB-133, needs to have tmp directory for <make check> to run successfully.
Muqun YangMuqun Yang
063ee19c25dHFRCFLIB-132, update the software version in the document and header files.
Muqun YangMuqun Yang
7a5cc62187aHFRCFLIB-132, updating the COPYING since this software doesn't need to have University.
Muqun YangMuqun Yang
aa88740a752HFRCFLIB-22, add another file.
Muqun YangMuqun Yang
dca2949cbabHFRCFLIB-132, update the copyright information, also update the release version in configure.ac.
Muqun YangMuqun Yang
f0e411e3c27HFRCFLIB-132, update the COPYING information.
Muqun YangMuqun Yang
bc3be8cefdfHFRCFLIB-132, update the INSTALL file.
Muqun YangMuqun Yang
556b398c502MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdfeos/h4cflib
Muqun (Kent) YangMuqun (Kent) Yang
63c0f550ea6HFRCFLIB-132, fix a warning detected on Mac
Muqun YangMuqun Yang
319d7098273HFRCFLIB-132, update the valgrind at files.
Muqun YangMuqun Yang
fb02044812fESDIS-535, updating ftp address
Muqun (Kent) YangMuqun (Kent) Yang
86e57260ccdEED-186, update RELEASE.txt for h4cf conversion toolkit.
Muqun YangMuqun Yang
dede3e678ebEED-186, update documents for the HFCFLIB 1.2 release.
BBSERV ADMBBSERV ADM
c819ce8d4dbThis file testsuite/tmp/README allows git to track an otherwise empty directory.
Muqun YangMuqun Yang
4d8ba672cafHFRCFLIB-131, update the README and RELEASE.txt.
Muqun YangMuqun Yang
4e16dd2b92bHFRCFLIB-131, update the Makefile template file.
Muqun YangMuqun Yang
4b7f4a222edHFCFLIB-131
Muqun YangMuqun Yang
879f7fd25a2HFRCFLIB-131, update configuration file due to version update
Muqun YangMuqun Yang
67725a229afHFRCFLIB-131, update the version and re-generate configuration files
Muqun YangMuqun Yang
1a5efda4a30HFRCFLIB-131, update the version
Muqun YangMuqun Yang
a870d0b90f1
Muqun YangMuqun Yang
8ff0d3591b5HFRCFLIB-131, update RELEASE.txt and README files for the 1.1 release.
Muqun YangMuqun Yang
f277fa394e2HFRCFLIB-131, update the INSTALL file for 1.1 release.
Muqun YangMuqun Yang
0da035ceeceHFRCFLIB-131, add contents to HISTORY.txt and RELEASE.txt for the release.
Muqun YangMuqun Yang
1375599d972HFRCFLIB-130, remove cerr debugging info., tested at MacOS10.10.
Muqun YangMuqun Yang
0dea85bce5eHFRCFLIB-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.
Muqun YangMuqun Yang
ac6976f4bbeHFRCFLIB-127, add a line to remove a windows warning suggested by MSDN.
Muqun YangMuqun Yang
372c15cab0eHFRCFLIB-127, fix warning issues reported by windows
Muqun YangMuqun Yang
316681ac02aHFRCFLIB-127, use the datatype representation accepted by both windows and other platforms. In this case, I need to use int16 for short integer.
Muqun YangMuqun Yang
eb659261211HFRCFLIB-127, the TRMM 1B21 scale_factor variable was not initialized but was used. Windows MSVS picked up the issue. So fix the CDL file.
Muqun YangMuqun Yang
f9184027a42HFRCFLIB-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.
Muqun YangMuqun Yang
d5eebddf1a2HFRCFLIB-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.
Muqun YangMuqun Yang
d027a49f620HFRCFLIB-127,check in the right CDL file due to the fix of uninitalized variable issue discovered by MS VS.
Muqun YangMuqun Yang
776357602f0HFRCFLIB-127, variable should be initialized, picked up by vs studio.
Muqun YangMuqun Yang
9b951b7002aHFRCFLIB-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...
Muqun YangMuqun Yang
aef6c5d5a6aHFRCFLIB-125, provide a workaround for a compiler issue at MacOS. when calling the HDF-EOS2 SWinqswath function call. But find a workaround to handle this. HDF-EOS function calls GDinqgrid and SWinqswath expect to receive the HDF-EOS2 file names that can be with a path. When the file name includes the absolute path before the file name like /Users/myang6/hdf-eosfile, SWinqswath will return the number of swath as 0 even the file includes swath objects. This will cause the added HDF4 objects ...
Muqun YangMuqun Yang
5e7ca335916HFRCFLIB-127, use strtod instead of strtof since MSVS 2010 doesn't support strtof yet.
Muqun YangMuqun Yang
4ce7c8caf68HFRCFLIB-127, MSVS requires <iterator> for function back_inserter. Also it will issue an error for a function that is supposed to return a value but not. This occurs for several unused functions in the package.