NetCDF Overview

简介: 1. What Is netCDF?  NetCDF (network Common Data Form) 是一种跨平台的用于描述科学数据的格式。  目前可支持的语言版本有(Java, C/C++, Fortran) 2.

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, 时间

    物理信息:    气压, 温度


 

目录
相关文章
|
8月前
|
存储 Kubernetes 应用服务中间件
Kubernetes的Local Persistent Volumes使用小记
Local Persistent Volumes使用小记
110 4
Kubernetes的Local Persistent Volumes使用小记
|
Kubernetes 监控 程序员
kubernetes部署metrics-server
原有的kubernetes容器监控服务heapster,从kubernetes 1.11版本开始逐渐退休,新的监控服务是metrics-server
705 0
kubernetes部署metrics-server
|
Web App开发 弹性计算 Kubernetes
Kubernetes CKS 2021【3】---Cluster Setup - Dashboard
Kubernetes CKS 2021【3】---Cluster Setup - Dashboard
Kubernetes CKS 2021【3】---Cluster Setup - Dashboard
|
Kubernetes 容器
Kubernetes【升级】 CKS 2021【11】---Cluster Hardening - Upgrade Kubernetes
Kubernetes【升级】 CKS 2021【11】---Cluster Hardening - Upgrade Kubernetes
Kubernetes【升级】 CKS 2021【11】---Cluster Hardening - Upgrade Kubernetes
|
Kubernetes API 容器
Kubernetes CKS【10】---Cluster Hardening - Restrict API Access
Kubernetes CKS【10】---Cluster Hardening - Restrict API Access
Kubernetes CKS【10】---Cluster Hardening - Restrict API Access
|
Kubernetes Cloud Native 安全
Kubernetes CKS 2021【7】---Cluster Setup - Verify Platform
Kubernetes CKS 2021【7】---Cluster Setup - Verify Platform
Kubernetes CKS 2021【7】---Cluster Setup - Verify Platform
|
Kubernetes 容器
Kubernetes CKS 2021【4】---Cluster Setup - Secure Ingress
Kubernetes CKS 2021【4】---Cluster Setup - Secure Ingress
Kubernetes CKS 2021【4】---Cluster Setup - Secure Ingress
|
Kubernetes Cloud Native 安全
Kubernetes CKS 2021【5】---Cluster Setup - Node Metadata
Kubernetes CKS 2021【5】---Cluster Setup - Node Metadata
Kubernetes CKS 2021【5】---Cluster Setup - Node Metadata
|
Kubernetes 容器
Kubernetes CKS 2021 Course【15】---Microservice Vulnerabilities - mTLS
Kubernetes CKS 2021 Course【15】---Microservice Vulnerabilities - mTLS
Kubernetes CKS 2021 Course【15】---Microservice Vulnerabilities - mTLS
|
SQL Kubernetes Ubuntu
在 Google Kubernetes Cluster 上使用 HANA Expression Database Service
在 Google Kubernetes Cluster 上使用 HANA Expression Database Service
156 0
在 Google Kubernetes Cluster 上使用 HANA Expression Database Service