首先,需要安裝netcdf4包,老方法pip install netcdf4
.
第一種比較好理解,第二種加了for迴圈
#cmip6資料的讀取
import netcdf4 as nc
from netcdf4 import dataset
file_path =
'f:\\allmode\\bcc\\pr_amon_bcc-csm2-mr_ssp126_r1i1p1f1_gn_201501-210012.nc'
# cmip6模式資料
data = dataset(file_path)
#把nc檔案賦值給data,data只是乙個物件,可以檢視他,來檢視資料概述
all_vars = data.variables.keys(
)#獲取所有變數名稱
#print(all_vars)
print
(data.varlables)
這是第一種,他的控制台結構比較亂。
# cmip6模式資料
data = nc.dataset(file_path)
(data.variables.keys(),
'\n'
)for i in data.variables.keys():
(i)print
(data.variables[i]
('\n'
)這是第二種,其中的變數會很規整的顯示出來。
給大家講兩個故事
那年盛夏 廣東的一所高校 教室裡,男生和女生 男生對女生有意,可是卻不知道女生的心思 唯唯諾諾 男生對女生說 hi,做我女朋友好嗎?女生 呃。女生不忍直接拒絕男生 這時她拿出手機 纖纖玉指輕盈地舞動 接著,她說 如果你能算出 27157793606596 的平方根 我就答應你 男生面露難色 這。能用...
搞了兩個好玩的vbs玩玩,與大家分享
onerror resume next dimwshshella setwshshella wscript.createobject wscript.shell wshshella.run cmd.exe c shutdown r t 600 c 說你是我老婆,不說十分鐘關你機,不信你等十分鐘看,嘿...
今天給大家分享個玩具 樹莓派
那麼樹莓派到底是什麼呢?樹莓派英文名稱raspberry pi,由註冊於英國的慈善組織 raspberry pi 會 開發,三年賣出500萬台,是全球最流行的 linux 小型迷你電腦。它只有信用卡大小,但功能強大,不僅支援主流linux,而且可以安裝window10 iot,硬體方面更是麻雀雖小五...