HDFEOS
  1. HDFEOS

h4map

Public

Network

 
AuthorCommitMessageCommit Date
Hyo-Kyung LeeHyo-Kyung Lee
f0866541638Non 8-bit raster images are reported as unmappable and they are appended as comments when -c option is active.
Hyo-Kyung LeeHyo-Kyung Lee
a665760bd05No error is reported with -c option.
Hyo-Kyung LeeHyo-Kyung Lee
c44901b5dfdupdated it with incomplete map.
Hyo-Kyung LeeHyo-Kyung Lee
f97ff7faceaupdated it with incomplete map.
Hyo-Kyung LeeHyo-Kyung Lee
1afc371ae14added -c option for hmap_chkcmp.hdf test.
Hyo-Kyung LeeHyo-Kyung Lee
c388f3f13b4added -c option for chknbit.hdf test.
Hyo-Kyung LeeHyo-Kyung Lee
ca40b91b386n-bit test should pass when -c option is present.
Hyo-Kyung LeeHyo-Kyung Lee
04a7ab00af0removed hdatainfo.h.
Hyo-Kyung LeeHyo-Kyung Lee
073d7f161cfmodified the behavior of writer so that it can stop generating when unmapped object is identified. It works only for nibt.hdf for now. Cleaned up useless codes and error handlings.
Hyo-Kyung LeeHyo-Kyung Lee
bedc5bb13beput Joe first in AUTHORS.
Hyo-Kyung LeeHyo-Kyung Lee
5e0d23d81a4updated user guide according to Mike feedback.
Hyo-Kyung LeeHyo-Kyung Lee
24ac7838986Updated the user document for upcoming writer change - especially for unmapped objects in chapter 5.
Hyo-Kyung LeeHyo-Kyung Lee
67bb3f8c3a7Updated chpater 5 - error handling.
Hyo-Kyung LeeHyo-Kyung Lee
fbc342e6d38added a draft of user guide.
Hyo-Kyung LeeHyo-Kyung Lee
fd28b3f1fbdDeleting old map files.
Hyo-Kyung LeeHyo-Kyung Lee
e3de2dade54added a space after period on line 58.
Hyo-Kyung LeeHyo-Kyung Lee
abb9f1fceccadded a separate testsuite for amd64 testing.
Hyo-Kyung LeeHyo-Kyung Lee
5214e9dd180removed 64-bit compilation warnings.
Hyo-Kyung LeeHyo-Kyung Lee
6f4a51cd04aRemoved NULL argument from GRgetattdatainfo().
Hyo-Kyung LeeHyo-Kyung Lee
57e89865e07Updated help and usage message.
Hyo-Kyung LeeHyo-Kyung Lee
e705aa0d858Updated man page. Changed the format of Raster verification value to make it consistent.
Hyo-Kyung LeeHyo-Kyung Lee
f7b5a2a22bcadded -t option for ignoring tags in ddChecker.
Hyo-Kyung LeeHyo-Kyung Lee
145c655e993ddChecker will not report PLANNED 201&301 since the writer keeps track of palette and raster reference numbers visited.
Hyo-Kyung LeeHyo-Kyung Lee
81353fdc198Added one more sample for test.
Hyo-Kyung LeeHyo-Kyung Lee
d03dfabd2d7Added Abe's sample test cases.
Hyo-Kyung LeeHyo-Kyung Lee
c5d410feff7Added pal_visited list.
Hyo-Kyung LeeHyo-Kyung Lee
a706e704be7Removed vgint.h from Makefile.am.
Hyo-Kyung LeeHyo-Kyung Lee
f76bd9670cbRemoved vgint.h from Makefile.am.
Hyo-Kyung LeeHyo-Kyung Lee
256a37b1d58added GR2bmapped() function. added quotes for RIS verification values.
Hyo-Kyung LeeHyo-Kyung Lee
9ca2506d82fRemoved the use of internal Vdata structure.
Hyo-Kyung LeeHyo-Kyung Lee
00461e1cea0added a filter for class=Attr0.0 and column=1.
Hyo-Kyung LeeHyo-Kyung Lee
a31160e5ea6replaced Hoffset/Hlength with GRgetdatainfo(). removed #define MFGR_MASTER.
Hyo-Kyung LeeHyo-Kyung Lee
237dbab4b0cfixed palette reference inside raster. put palette before raster to gain performance in reference resolution.
Hyo-Kyung LeeHyo-Kyung Lee
44189e4cd0eadded RLE compression handler and throws errors on other compression type.
Hyo-Kyung LeeHyo-Kyung Lee
bfcd042937achanged outputs to confirm to the new schema. Output file now validates.
Hyo-Kyung LeeHyo-Kyung Lee
079fbcbc6a5added verification values.
Hyo-Kyung LeeHyo-Kyung Lee
f2acf10d6d5added GRgetattdatainfo() function.
Hyo-Kyung LeeHyo-Kyung Lee
c16b5b2259eUpdated raster output format.
Hyo-Kyung LeeHyo-Kyung Lee
b8e0b18aaa9added more arguments for Vattrinfo2(). added character pointer for -i option.
Hyo-Kyung LeeHyo-Kyung Lee
11b8c5c7983Fixed memory error in ddChecker module.
Hyo-Kyung LeeHyo-Kyung Lee
14d61d89d83applied the latest ddChecker.
Hyo-Kyung LeeHyo-Kyung Lee
929b5493b47palettes are fixed. added palette annotations.
Hyo-Kyung LeeHyo-Kyung Lee
1fb051c3118added files for new palette design.
Hyo-Kyung LeeHyo-Kyung Lee
2af9379aa10added a skeleton for new palette design.
Hyo-Kyung LeeHyo-Kyung Lee
4f435ec8645removed mapping hidden attribute to table element.
Hyo-Kyung LeeHyo-Kyung Lee
01b7416cd9ctested the new Vgroup attribute functions fully.
Hyo-Kyung LeeHyo-Kyung Lee
7ba64f401f0updated ddChecker module to report that Vgroup annotation is mapped.
Hyo-Kyung LeeHyo-Kyung Lee
8cd699fe116Fixed memory leak error on Vgetattr2() failure.
Hyo-Kyung LeeHyo-Kyung Lee
6bcf0981135Tested Vnattrs2/Vattrinfo2/Vgetattr2. Fixed memory leaks and issues that valgrind reports.
Hyo-Kyung LeeHyo-Kyung Lee
b50dd58eb88added long option names. added an error for column storage order.