NetCDF library package -variable
- | - |
---|---|
netcdf.defVarFill | Defines the fill parameter for a NetCDF variable |
netcdf.defVar | Create a NetCDF variable |
netcdf.defVarChunking | Defines chunking behavior for NetCDF variables |
netcdf.defVarDeflate | Defines compression parameters for NetCDF variables |
netcdf.defVarFletcher32 | Defines validation parameters for NetCDF variables |
netcdf.getVar | Read data in a NetCDF variable |
netcdf.inqVar | Information about variables |
netcdf.inqVarChunking | Determines chunking settings for NetCDF variables |
netcdf.inqVarDeflate | Determines compression settings for NetCDF variables |
netcdf.inqVarFill | Determines the fill parameter value for a NetCDF variable |
netcdf.inqVarFletcher32 | About Fletcher32 checksum settings for NetCDF variables |
netcdf.inqVarID | Returns the ID associated with the variable name |
netcdf.putVar | Writes data to a netCDF variable |
netcdf.renameVar | Change netCDF variable name |
Comments