The HDF-EOS Metadata Updater is a tool that extracts, replaces and updates metadata in an HDF-EOS file. This program accesses three kinds of metadata: CoreMetadata (InventoryMetadata), ArchiveMetadata and CollectionMetadata.
This program requires the
HDF4
library and the
HDF5
library. Although this program can access
HDF-EOS files, the
HDF-EOS2
library or the
HDF-EOS5
library is not necessary to build this program.
The HEMU package contains a Makefile
. The user needs to set HDF4 and HDF5 library paths
as follows:
-lsz
needs to be added to hemu
rule.
If the HDF5 library is 1.8 or higher, the user may get compilation errors about the number of
arguments, which can be avoided by adding -DH5_USE_16_API
to CFLAGS
.
The package includes a text document readme_linux.txt
. This text file explains
how to use this program. The following is an example that extracts metadata from a real AMSR-E AE_RnGd file from NSIDC.
Users can download this file
here.
AMSR_E_L3_RainGrid_B05_200707.hdf.output
.