netcdf
A NetCDF interface for Octave
Select category:
High-level functions
Low-level functions (Deprecated)
Low-level functions
Import functions (Deprecated)
Test function
Create the variable VARNAME in the file FILENAME.
Display meta-data of the NetCDF file FILENAME
Return information about an entire NetCDF file FILENAME (i.e. the root group "/"), about the variable called VARNAME or the group called GROUPNAME.
Return the attribute ATTNAME of the variable VARNAME in the file FILENAME.
Read the variable VARNAME from the NetCDF file FILENAME.
Defines the attribute ATTNAME of the variable VARNAME in the file FILENAME with the value VAL.
Write array X to the the variable VARNAME in the NetCDF file FILENAME.
Create a NetCDF called FILENAME with the dimensions, attributes, variables and groups given by the structure SCHEMA.
Returns the value of a NetCDF constant called NAME.
Returns a list of all constant names.
Returns the version of the NetCDF library.
Sets the default format of the NetCDF library and returns the previous default format (as a numeric value).
Sets the default chunk cache settings in the HDF5 library.
Gets the default chunk cache settings in the HDF5 library.
Creates the file named FILENAME in the mode MODE which can have the following values: "clobber" (overwrite existing files), "noclobber" (prevent to overwrite existing files) "64bit_offset" (use the...
Opens the file named FILENAME in the mode MODE.
Aborts all changes since the last time the dataset entered in define mode.
Writes all changes to the disk and leaves the file open.
Change the fill mode (FILLMODE) of the data set NCID.
Return the number of dimension (NDIMS), the number of variables (NVARS), the number of global attributes (NGATTS) and the id of the unlimited dimension (UNLIMDIMID).
Return the id of all unlimited dimensions of the NetCDF file NCID.
Return the NetCDF format of the dataset NCID.
Define the dimension with the name NAME and the length LEN in the dataset NCID.
Renames the dimension with the id DIMID in the data set NCID.
Defines a variable with the name NAME in the dataset NCID.
Renames the variable with the id VARID in the data set NCID.
Define the fill-value settings of the NetCDF variable VARID.
Determines the fill-value settings of the NetCDF variable VARID.
Define the compression settings NetCDF variable VARID.
Determines the compression settings NetCDF variable VARID.
Define the chunking settings of NetCDF variable VARID.
Determines the chunking settings of NetCDF variable VARID.
Defines the checksum settings of the variable with the id VARID in the data set NCID.
Determines the checksum settings of the variable with the id VARID in the data set NCID.
Leaves define-mode of NetCDF file NCID.
Enter define-mode of NetCDF file NCID.
Put data in a NetCDF variable.
Get the data from a NetCDF variable.
Close the NetCDF file with the id NCID.
Get the name of a NetCDF attribute.
Return the attribute id ATTNUM of the attribute named ATTNAME of the variable VARID in the dataset NCID.
Get attribute type and length.
Get the value of a NetCDF attribute.
Defines a NetCDF attribute.
Copies the attribute named OLD_NAME of the variable VARID in the data set NCID to the variable VARID_OUT in the data set NCID_OUT.
Renames the attribute named OLD_NAME of the variable VARID in the data set NCID.
Deletes the attribute named NAME of the variable VARID in the data set NCID.
Return the id of a variable based on its name.
Return all variable ids.
Inquires information about a NetCDF variable.
Returns the name and length of a NetCDF dimension.
Return the id of a NetCDF dimension.
Return the dimension ids defined in a NetCDF file.
Define a group in a NetCDF file.
Return all groups ids in a NetCDF file.
Return group name in a NetCDF file.
Return full name of group in NetCDF file.
Return id of the parent group
Return the group id based on the full group name.
Return group id based on its name
Defines a NC_VLEN variable length array type with the type name TYPENAME and a base datatype of BASETYPE in the dataset NCID.
Provide information on a user defined type TYPEID in the dataset NCID.
Provide information on a NC_VLEN variable length array type TYPEID in the dataset NCID.
Returns the value of a NetCDF constant called NAME.
Returns a list of all constant names.
Returns the version of the NetCDF library.
Sets the default format of the NetCDF library and returns the previous default format (as a numeric value).
Sets the default chunk cache settings in the HDF5 library.
Gets the default chunk cache settings in the HDF5 library.
Creates the file named FILENAME in the mode MODE which can have the following values: "clobber" (overwrite existing files), "noclobber" (prevent to overwrite existing files) "64bit_offset" (use the...
Opens the file named FILENAME in the mode MODE.
Aborts all changes since the last time the dataset entered in define mode.
Writes all changes to the disk and leaves the file open.
Change the fill mode (FILLMODE) of the data set NCID.
Return the number of dimension (NDIMS), the number of variables (NVARS), the number of global attributes (NGATTS) and the id of the unlimited dimension (UNLIMDIMID).
Return the id of all unlimited dimensions of the NetCDF file NCID.
Return the NetCDF format of the dataset NCID.
Define the dimension with the name NAME and the length LEN in the dataset NCID.
Renames the dimension with the id DIMID in the data set NCID.
Defines a variable with the name NAME in the dataset NCID.
Renames the variable with the id VARID in the data set NCID.
Define the fill-value settings of the NetCDF variable VARID.
Determines the fill-value settings of the NetCDF variable VARID.
Define the compression settings NetCDF variable VARID.
Determines the compression settings NetCDF variable VARID.
Define the chunking settings of NetCDF variable VARID.
Determines the chunking settings of NetCDF variable VARID.
Defines the checksum settings of the variable with the id VARID in the data set NCID.
Determines the checksum settings of the variable with the id VARID in the data set NCID.
Leaves define-mode of NetCDF file NCID.
Enter define-mode of NetCDF file NCID.
Put data in a NetCDF variable.
Get the data from a NetCDF variable.
Close the NetCDF file with the id NCID.
Get the name of a NetCDF attribute.
Return the attribute id ATTNUM of the attribute named ATTNAME of the variable VARID in the dataset NCID.
Get attribute type and length.
Get the value of a NetCDF attribute.
Defines a NetCDF attribute.
Copies the attribute named OLD_NAME of the variable VARID in the data set NCID to the variable VARID_OUT in the data set NCID_OUT.
Renames the attribute named OLD_NAME of the variable VARID in the data set NCID.
Deletes the attribute named NAME of the variable VARID in the data set NCID.
Return the id of a variable based on its name.
Return all variable ids.
Inquires information about a NetCDF variable.
Returns the name and length of a NetCDF dimension.
Return the id of a NetCDF dimension.
Return the dimension ids defined in a NetCDF file.
Define a group in a NetCDF file.
Return all groups ids in a NetCDF file.
Return group name in a NetCDF file.
Return full name of group in NetCDF file.
Return id of the parent group
Return the group id based on the full group name.
Return group id based on its name
Defines a NC_VLEN variable length array type with the type name TYPENAME and a base datatype of BASETYPE in the dataset NCID.
Provide information on a user defined type TYPEID in the dataset NCID.
Provide information on a NC_VLEN variable length array type TYPEID in the dataset NCID.
Dummy function provided to provide compatibility with older versions of GNU Octave netcdf
Function to do a basic test of the netcdf interface
Package: netcdf