Package au.csiro.netcdf

Provides a set of commands that allow the manipulation of netCDF files.

See:
          Description

Class Summary
CreateFile  
NetCDFToolTest This class is a unit test suite to verify that the netCDF commands operate correctly.
TestCommandLineRunner This class is a unit test suite to verify that the NetCDFTool operates correctly.
TestExtractCommand This class is a unit test suite to verify that the Extract command operates correctly.
TestNcDefineAttributes This class is a unit test suite to verify that the NcDefineAttributes command operates correctly.
TestNcDefineDimension This class is a unit test suite to verify that the NcDefineDimension command operates correctly.
TestNcDefineVariable This class is a unit test suite to verify that the NcDefineVariable command operates correctly.
TestNcWriteVariable This class is a unit test suite to verify that the NcDefineDimension command operates correctly.
 

Exception Summary
TestCommandLineRunner.ExitException Exit exception used for catching system exits.
 

Package au.csiro.netcdf Description

Provides a set of commands that allow the manipulation of netCDF files. The provided commands can be executed via a command-line or programmatically. The command-line processing engine can be found in NetCDFTool

The commands are build on the netcdf-java library and are currently limited to manipulating 32 bit (standard) and 64 bit (large) netcdf-3 files.

The primary interface that defines a command can be found in Command

Maintenance note: If any command's usage string (output of getUsageString()) is changed, then the file USAGE.txt should be regenerated by running ProduceUsageDoc



Copyright © 2010. All Rights Reserved.