view_hdf is a tool for visualizing and analyzing HDF and HDF-EOS files. Using this tool does not require much knowledge of either HDF or HDF-EOS .
This package contains a detailed document with illustrations of examples. Users should refer
to view_hdf.pdf
for more details. This page will not explain how to use this tool.
view_hdf is written in IDL and C. Users need to have IDL installed to run this program. Also, if you want to build the tool from the source code, C compiler is needed.
Pre-built binaries are provided for HPUX, IRIX, Solaris and Digital UNIX.
We couldn't find any documents on how to build this program under Linux.
Based on the source code contained in the package for Solaris, we wrote Makefile
as follows:
HDF4DIR
and HDFEOS2DIR
are specific to our linux environment.
Users need to change these values based on their own environments.
To build the binary from scratch, two object files, ies_bds.o
and get_digital_data.o
, and
one shared object ies_bds_rel2.so
were removed.
When make
is issued, we noticed that various warnings were reported. Some of them were serious.
For example,
a function get_digital_namelist
in get_digital_data.c
has the following
code:
For more information regarding this tool, please check the tool page here .