NetCDF Overview
生活随笔
收集整理的這篇文章主要介紹了
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.
?
??? Dimensions?
5. NetCDF存儲哪些數據?
??? 坐標軸信息: 緯度, 經度, vertical level, 時間
? ? 物理信息: ?? 氣壓, 溫度
?
總結
以上是生活随笔為你收集整理的NetCDF Overview的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: adb链接手机调试android应用
- 下一篇: VS和Eclipse自动注释比较