NetCDF Overview

1. What Is netCDF?

  NetCDF (network Common Data Form) 是一种跨平台的用于描述科学数据的格式。

  目前可支持的语言版本有(Java, C/C++, Fortran)

 

2. How do I convert netCDF data to ASCII or text?

  参考

  http://www.unidata.ucar.edu/software/netcdf/docs/ncdump-man-1.html

 

3. NetCDF的后缀名

    ".nc"

    (

     The recommended extension for netCDF files was changed from ".cdf" to ".nc" in 1994 in order to avoid a clash with the NASA CDF file extension,

     and now it also avoids confusion with "Channel Definition Format" files.

     )

 

4 . NetCDF Data Model

    The classic netCDF data model consists of variables, dimensions, and attributes.

     Variables
N-dimensional arrays of data. Variables in netCDF files can be one of six types (char, byte, short, int, float, double).

 

    Dimensions
describe the axes(轴) of the data arrays. A dimension has a name and a length. An unlimited dimension has a length that can be expanded at any time, as more data are written to it. NetCDF files can contain at most one unlimited dimension.

     Attributes
annotate(注释) variables or files with small notes or supplementary metadata. Attributes are always scalar values or 1D arrays, which can be associated with either a variable or the file as a whole. Although there is no enforced limit, the user is expected to keep attributes small.

 

5. NetCDF存储哪些数据?

    坐标轴信息: 纬度, 经度, vertical level, 时间

    物理信息:    气压, 温度


 

转载于:https://www.cnblogs.com/davidgu/archive/2011/06/17/2083653.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值