h4mapwriter is a utility that creates an HDF4 file content map for a given HDF4 file. An HDF4 file content map is an XML document that describes the file structure, file metadata, and offset/length of raw data in a HDF4 file. The map can be used to retrieve data from an HDF4 file without relying on the HDF4 library.
The current release is 1.0.2 which was released on November 1, 2011. The latest formal release of h4mapwriter can be obtained from this page. h4mapwriter requires HDF4 library which also requires the ZLIB and JPEG external libraries. For convenience, these external libraries are included in the source code package below.
If you have any questions or comments about h4mapwriter, or the project itself, please email help@hdfgroup.org.
What's New
The 1.0.2 release provides an improvement for handling empty SDS consistently.Documentation
Please read the following user's guide first for installation and usage.
h4mapwriter-user-guide.pdf -- HDF4 File Content Map Writer User's Guide
Source Code
SHA256 file is provided to check the integrity of the package files. Run %sha256sum h4map.tar.gz command to compare the checksum value of the downloaded file with one in the SHA256 file.
h4map.tar.gz -- the source code package for compiling h4mapwriter
h4map-testsuite.tar.gz -- the optional testsuite package
SHA256 -- the SHA256 message digest of the above packages
Platforms Tested
h4mapwriter has been tested on the following platforms.
| OS | Compiler |
|---|---|
| Linux 2.6.18-194.3.1.el5 #1 SMP i686 i386 GNU/Linux | gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) |
| Linux 2.6.18-274.7.1.el5 #1 SMP x86_64 GNU/Linux | gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) |
| Darwin Kernel Version 11.2.0 x86_64 | gcc version 4.2.1 (Based on Apple Inc. build 5658) |
- - Last modified:November 01st 2011
