|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Class Summary | |
---|---|
NcCSVExtract | The ncextractcsv command reads a specified column of data from a comma separated file and then writes this column to standard output. |
NcDefineAttributes | The ncdefineAtt command defines global or variable Attribute s in a netCDF file. |
NcDefineDimension | The ncdefineDim command defines a Dimension in a netCDF file. |
NcDefineVariable | The ncdefineVar command defines a Variable object in a netCDF file. |
NcWriteVariable | The ncwriteVar command writes a specified portion of data to a Variable
object in a netCDF file. |
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
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |