Index of /software/h4cflib

      Name                    Last modified       Size  Description

[DIR] Parent Directory 03-Apr-2012 09:20 - [DIR] bin/ 30-Mar-2012 22:29 - [   ] h4cf-1.0.alpha.tar.gz 14-Jul-2011 14:18 464k

H4CF Conversion Library (h4cf-1.0.alpha.tar.gz)
***********************************************

This document describes the contents of h4cf-1.0.alpha.tar.gz. It was last 
updated on July 10, 2011.

Description:

  H4CF Conversion Library converts both HDF-EOS2 and HDF4 files by 
following CF conventions. The data and attributes of converted files are 
accessible through a set of high-level APIs. 

  Besides the library itself, this software package also provides 
two command-line tools. The first tool(h4tonccf) is a tool that 
can be used to convert from HDF4/HDF-EOS2 files to netCDF files 
by using this library. The second tool(cdldumper) is a debugging 
tool that will dump the library output in the Common Data Language(CDL)
format.  
        
  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 a variable or a file.


Files:
  After unpacking the distribution file, you will end up with six
sub-directories:
	
	src/
	utility/
	internal_test/
	examples/
	doc/
	config/

  All library source codes are under src/. 
  The HDF4 to netCDF conversion tool(h4tonccf) codes are under utility/.
  The debugging cdl dumper tool(cdldumper) codes are under internal_test/.
  The example codes on how to use high-level APIs are under examples/.
  The reference manual and the user's guide are under doc/.
  The config/ directory is generated automatically by the autoconf tool.