Python3.讀取nc和hdf的套路

nc和hdf是一家人,5行Python代碼一鍋端 網上各種讀取nc和hdf格式的教程很多,我總結了一個簡單暴力、性價比相當高的套路,總共只要4~5行Python代碼(核心代碼只有2行),通吃netCDF3、netCDF4、hdf3、hdf4: import netCDF4 as nc filename = r"E:\whatever.nc" # 也可以是hdf文件 with nc.Datas
相關文章
相關標籤/搜索