Index of /software/eos52nc4

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[   ]eos52nc4-1.1.tar.gz02-Jun-2017 10:37 280K

HDF-EOS5 to NetCDF-4 Converter
This program converts an HDF-EOS5 file to an equivalent netCDF-4 file.

Requirement ~
This program requires following libraries:
 * HDF5 library
 * HDF-EOS5 library
 * (optional) NetCDF-4 library

NetCDF-4 is not required to build this program, but it is required to
completely run the test suite.

How to build ~
The easiest way to build this program is to use h5cc as CC.

  $ ./configure \
      CC=<hdf5_path>/bin/h5cc \
      --with-hdf5=<hdf5_path> \
      --with-hdfeos5=<hdfeos5_path> \
      --with-netcdf4=<netcdf4_path>

Again, --with-netcdf4=<netcdf4_path> is optional because this is not required
to build this program. Then, one can build the program using 'make'.

  $ make

After building the program, one can use 'make check' for a sanity test. The
sanity test is available only if netCDF-4 is provided during configuration.

  $ make check

You should see no errors.

One can install the program using 'make install'.

  $ make install

Limitation ~
This converter can convert only swath and grid data.

Contact ~
Bugs should be reported to help@hdfgroup.org.