HappyDoc Generated Documentation ./VolumeData/netcdf/netcdf_format.py

. / VolumeData / netcdf / netcdf_format.py 

Functions   
  write_grid_as_netcdf 
write_grid_as_netcdf (
        grid_data,
        outpath,
        options=None,
        progress=None,
        )
  subsample_arrays 
subsample_arrays (
        grid_data,
        dname,
        f,
        )

Created variables for subsample arrays.

  legalize_variable_name 
legalize_variable_name ( name )
  save_unsigned_typecode 
save_unsigned_typecode ( var,  value_type )

NetCDF does not have unsigned integer types. A NetCDF variable created with an unsigned typecode (e.g. B, H, L for uint8, uint16, uint32) actually reports having a signed typecode (e.g. b, h, l).

Remember the unsigned type in another variable.

Classes   

NetCDF_Data

Read NetCDF 3 dimensional array data.

NetCDF_Array


This document was automatically generated Fri May 30 21:13:40 2008 by HappyDoc version 3.1