Query: nctoh5
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NCTOH5(1) General Commands Manual NCTOH5(1)NAMEnctoh5 - Convert a NetCDF file into a PyTables (HDF5 format) fileSYNOPSISnctoh5 -h -v -o --complevel=(0-9) --complib=lib --shuffle=(0|1) --fletcher32=(0|1) --unpackshort=(0|1) --quantize=(0|1) netcdffilename hdf5filenameDESCRIPTIONConvert a generic NetCDF file into a PyTables (HDF5 format) fileOPTIONSA summary of options is included below. -h Prints a help text. -v Show more information. -o Overwite destination file. --complevel=(0-9) Sets a compression level (0 for no compression, which is the default). --complib=lib Sets the compression library to be used during the copy. lib can be set to "zlib", "lzo" or "ucl". Defaults to "zlib". --shuffle=(0|1) Activate or not the shuffling filter (default is active if complevel>0). --fletcher32=(0|1) Whether activate or not the fletcher32 filter (not active by default). --unpackshort=(0|1) Unpack short integer variables to float variables using scale_factor and add_offset netCDF variable attributes (not active by default). --quantize=(0|1) Quantize data to improve compression using least_significant_digit netCDF variable attribute (not active by default). See http://www.cdc.noaa.gov/cdc/conventions/cdc_netcdf_standard.shtml for further explanation of what this attribute means.SEE ALSOptdump(1),ptrepack(1). These utilities are documented fully by PyTables user's manual.AUTHORThis manual page was written by Francesc Altet <faltet@carabos.com>. November 11, 2004 NCTOH5(1)
Related Man Pages |
---|
layerutil(1) - mojave |
zlib(3) - redhat |
ncdump(1) - debian |
ptdump(1) - debian |
pdl::netcdf(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Parallel-NetCDF 1.0.2 (Default branch) |
NetCDF 4.0 (NetCDF over HDF5 (Unstable) branch) |
NetCDF 4.0.1-beta2 (Development branch) |
NetCDF 4.0.1-beta3 (Development branch) |
Logic shuffle |