Index of /software/h4cflib

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] SHA256 14-Jun-2013 12:46 87 [DIR] bin/ 10-Jun-2013 12:42 - [DIR] doc/ 10-Jun-2013 10:18 - [   ] h4cf-1.0.alpha.tar.gz 14-Jul-2011 14:18 464K [   ] h4cf-1.0.beta.tar.gz 14-Jun-2013 12:46 1.9M [DIR] src/ 10-Jun-2013 09:22 -
Copyright (C) 2010-2013 The HDF Group

H4CF Conversion Toolkit version 1.0.beta released on 2013-06-15
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.0.beta
-------------------------------
This section describes the contents of H4CF Conversion Toolkit 1.0.beta.

Description:
	h4cf library allows users to access objects in both HDF-EOS2 and HDF4 
        files by following CF conventions. The CF-compliant variables and 
        attributes 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 NetCDF files by using the h4cf library.

	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.