Index of /software/h4cflib/previous_releases
Copyright (C) 2010-2015 The HDF Group
H4CF Conversion Toolkit version 1.1 released on 2015-09-11
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------
This release is fully functional for the APIs and the tool described in the
documentation. See the RELEASE.txt file in docs/ directory for information
specific to this release of the toolkit.
The H4CF Conversion Toolkit website is located at:
http://hdfeos.org/software/h4cflib.php
Documentation for this release can be found at the following URL:
http://www.hdfeos.org/software/h4cflib/doc/
The following forum is currently set up for the toolkit users:
http://hdfeos.org/forums/
Bugs should be reported to the forum above (preferred) or eoshelp@hdfgroup.org.
-------------------------------
What's inside the h4cf-1.1
-------------------------------
This section describes the contents of H4CF Conversion Toolkit 1.1.
Description:
h4cf library allows users to access objects in both HDF-EOS2 and HDF4
files by following CF conventions. The CF-compliant variables and
ttributes of the files are accessible through a set of high-level
APIs with C++ STL objects.
Besides the library itself, this software package also provides
a command-line tool. The tool, h4tonccf, can convert HDF4/HDF-EOS2
files to NetCDF3 or NetCDF4 files by using the h4cf library.
Here NetCDF3 files are original netCDF format files that follow the netCDF classic data model.
NetCDF4 files are in HDF5 format but follow the netCDF classic data model. In this release,
we add the experimental/minimal support of MS visual studio support as well Linux and MacOS.
We also provide example codes to demonstrate how to use high-level APIs
to retrieve data values of a variable or its subset and the attributes
of either a variable or a file.
Files:
After unpacking the distribution file, you will end up with six
sub-directories:
config/
doc/
examples/
src/
testsuite/
utility/
where the config directory is generated automatically by the autoconf;
the reference manual and the user's guide are under doc;
the example codes on how to use H4CF Library APIs are under examples;
the library source codes are under src;
the API test codes, sample data, test outputs are under testsuite;
the HDF4-to-NetCDF conversion tool (h4tonccf) codes are under utility.