Directory: netcdf/
Routines for reading/writing/querying netCDF files.
Contents
.pro files
- mg_nc_browser.pro
Widget program to browse the contents of a netCDF file and load the contents of variables into IDL variables a the main-level.
- mg_nc_decompose.pro
Determines the type of element described by descriptor, i.e., invalid (0), attribute (1), variable (2), or group (3).
- mg_nc_dump.pro
Dumps the structure of an netCDF file to the output log.
- mg_nc_errormessage.pro
Convert a netCDF error code to a human readable error message.
- mg_nc_getdata.pro
Routine for extracting datasets, slices of datasets, or attributes from an netCDF file with simple notation.
- mg_nc_list.pro
Return array of element names.
- mg_nc_putdata.pro
Routine for writing netCDF files.
- mgffncbase__define.pro
Class of functionality common to files, groups, and variables.
- mgffncfile__define.pro
The MGffNCFile represents a netCDF file.
- mgffncgroup__define.pro
Class representing a netCDF group.
- mgffncvariable__define.pro
Class representing netCDF variable.
Contact me if you have enhancement requests or bug fixes.