Changes between Version 1 and Version 2 of NetCdf


Ignore:
Timestamp:
Jun 17, 2018, 10:25:35 AM (6 years ago)
Author:
sommeria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetCdf

    v1 v2  
    11= The NetCDF format =
    2 
    32NetCDF (Network Common Data Form) is a machine-independent format for representing scientific data, suitable for large arrays (http://www.unidata.ucar.edu/software/netcdf/). It has been initially developed for meteorological data, but has been progressively chosen by many scientific communities. Each piece of data can be directly accessed by its tag name without reading the whole file. New records can be added to the file without perturbing the remaining information. It is now a sub-set of the more recent HDF format.
    43
     
    65
    76== Key features ==
    8 
    97The NetCDF data model consists of variables, dimensions, and attributes.
    108
     
    2523== Some available software ==
    2624=== Generic reading tools ===
    27 * ncdump, for Linux system,
    28 * Paraview
    29 * Ferret
    30 * Web browser: for data on OpenDAP
     25 * ncdump, for Linux system,
     26 * Paraview
     27 * Ferret
     28 * Web browser: for data on OpenDAP
     29
    3130=== Matlab functions ===
    32 * ncinfo (builtin): show the content of a NetCDF file
    33 * ncread (builtin): reads a variable
    34 * nc2struct : reads variables and attributes
    35 * struct2nc: writes a netcdf file.
    36 * ncinfo: show the content of the file
    37 * Matlab functions:
     31 *  ncinfo (builtin): show the content of a NetCDF file
     32 *  ncread (builtin): reads  a variable in a netcdf file
     33 *  nc2struct (attachment([nc2struct.m])) : reads variables and attributes
     34 *  struct2nc (attachment([nc2struct.m]() : creates and fills a netcdf file with data and attributes