HDFEOS
  1. HDFEOS

h4map

Public

Network

 
AuthorCommitMessageCommit Date
Hyo-Kyung LeeHyo-Kyung Lee
7a19b3a11adAdded test cases from ddChecker.
Hyo-Kyung LeeHyo-Kyung Lee
ff12a7576bfFixed compilation errors under VS 2010 on Windows 7.
Hyo-Kyung LeeHyo-Kyung Lee
640be36ddb3Added RPM support.
Hyo-Kyung LeeHyo-Kyung Lee
127d8978f83Removed NetCDF test file from the testsuite. Added missing object report generation based on ddChecker.
Hyo-Kyung LeeHyo-Kyung Lee
0b38c99840fAdded all files under NASAHDF on FTP server. Most offset/lengths look right. SDgetattdatainfo() still fails on some file.
Hyo-Kyung LeeHyo-Kyung Lee
03c899800afIntegrated the latest SDgetdatainfo() API to fix chunnked/linked/compressed SDS data. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
b6c6a0e25e8Updated documentation. Added more tests. Ported to linux 64 and solaris.Cleaned up code. Improved random number generation. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
6083bb59c6dAdded the soft link to vgint.h in the latest HDF4 source repository.
Hyo-Kyung LeeHyo-Kyung Lee
9ca1d2d9d1dCleaned up codes and added more tests. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
cf7718f0882Handles non-rooted Vgroups and vgroup annotations. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
576ecbd5928Replaced trim() with get_string_xml() to preserve non-printable characters. Added GR file attribute handling.
Hyo-Kyung LeeHyo-Kyung Lee
817cbafd0c7Merged metadata. Reformatted the outputs for verification values. Fixed bugs and turned off little endian checking. See ChangeLog for detail.
Hyo-Kyung LeeHyo-Kyung Lee
eb6706ca1f0Added compression, chunk array, verification values information. See ChangeLog for details.
Barbara JonesBarbara Jones
b67b595b886added note about being completed
Hyo-Kyung LeeHyo-Kyung Lee
a2a9bc5383aUpdated to use the SVN:5439 HDF4 API. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
a7d79e4b5d5Added soft links to big datafiles.
Hyo-Kyung LeeHyo-Kyung Lee
ea707691ff1Removed big files from repo.
Hyo-Kyung LeeHyo-Kyung Lee
d676fc8b4c5Added soft links to big datafiles.
Hyo-Kyung LeeHyo-Kyung Lee
4cb99550a56Removed big files from repository.
Hyo-Kyung LeeHyo-Kyung Lee
6502ede4cddAdded file annotation handling. Updated vgroup/vdata attribute content generation. Updated documentation.
Hyo-Kyung LeeHyo-Kyung Lee
85f2845ce1dAdded dimension scale reference. Corrected indentation. Added Raster Image test case. Updated documentation. See ChangeLog for details.
Hyo-Kyung LeeHyo-Kyung Lee
ac76bedbca4Added routine for Dimension element generation.
Hyo-Kyung LeeHyo-Kyung Lee
291fa3c9dcfAdded test difficult cases using real NASA data into testsuite. Fixed the FastestVaryingDimension value.
Hyo-Kyung LeeHyo-Kyung Lee
640d51d5649Added and updated XML files based on Draft 11.
Hyo-Kyung LeeHyo-Kyung Lee
530c4e91fefRemoved link to the old(Draft10) XML file.
Hyo-Kyung LeeHyo-Kyung Lee
445b65e8c19Removed backup files.
Hyo-Kyung LeeHyo-Kyung Lee
016e1f25a2eAll source codes are updated to be in sync with Draft schema 11.
Hyo-Kyung LeeHyo-Kyung Lee
1c698e15d97Removed a garbage file.
Hyo-Kyung LeeHyo-Kyung Lee
4640948f242Added xmllint test with a pair of sample schema/xml file.
Hyo-Kyung LeeHyo-Kyung Lee
cc065fc11bbFinished redirecting error. Added a test case for open failure. Cleaned up some codes.
xcaoxcao
f7790b77818
Hyo-Kyung LeeHyo-Kyung Lee
8ba03483a56Added a log file redirection. Needs to find a way to replace CHECK_ERROR with CHECK_ERROR2.
Hyo-Kyung LeeHyo-Kyung Lee
22fec8aa754Removed autom4te cache.
Hyo-Kyung LeeHyo-Kyung Lee
83ba93fa647Fixed testsuite.
Hyo-Kyung LeeHyo-Kyung Lee
2fe67d59b12Added command line option parsing and GNU autotest testsuite. Testsuite needs to be fixed.
Hyo-Kyung LeeHyo-Kyung Lee
fc9bf90aadcCheck for h4cc
Hyo-Kyung LeeHyo-Kyung Lee
d1f5b4f95fdAdded condition for checking h4cc.
Hyo-Kyung LeeHyo-Kyung Lee
8550acb8414Split hmap.h file into xml.h and h4.h
Binh-Minh RiblerBinh-Minh Ribler
c0d6a27dcaaPurpose: Cleanup Description: - Removed large amount of HDF4 library internal code from h4_sds.c by changing Makefile to use the library and by using two new APIs SDgetdatainfo and SDgetdatainfo_count. Makefile is still temporary until configuration is established. - Uncommented calls to write_map_ris, write_map_sds, and write_map_vdata in xml_hmap.c - Corrected typo in data/runmap.sh replaced: rm -f $TESTFILE.mapping.xml with: rm -f $T...
Hyo-Kyung LeeHyo-Kyung Lee
3f32a02400dStarted splitting hmap.h into xml.h and h4.h.
Hyo-Kyung LeeHyo-Kyung Lee
41a373379a1Added autoconf.
xcaoxcao
15f3966123ere-organize code to separate xml write function for SDS, VDATA, and RIS.
xcaoxcao
8d6ce6cfafcclean up code for testing libxml writer
xcaoxcao
23197194456examples to show how to use libxml2
xcaoxcao
7e610a2c25b
xcaoxcao
1a0e9416f80Rename files
xcaoxcao
22736a1f848
xcaoxcao
733e8854066Creating a branch for phase 1 work.
Binh-Minh RiblerBinh-Minh Ribler
0237ed3ff47Description: Added: hmap_read_nonspecial.c: tests reading regular SDS data without SD API hmap_read_chk.c: tests reading chunked SDS data without SD API Clean up the others. Tested Platforms: No automatic build yet. Built and checked data manually on these: Linux/32 2.6 (jam) SunOS 5.10 (linew)
Binh-Minh RiblerBinh-Minh Ribler
39200a98ccfDescription: Added test for reading data of non-special SDSs without using SD API. The test uses the associated mapped xml file to gather information about the data and read the data using plain C functions. It is only partially done. Platforms tested: SunOS 5.10 (linew)