2010-05-06

CWB grib檔案讀取參考資料

氣象局GRIB檔案格式讀取方法

可以參考http://dss.ucar.edu/tools_docs.html


內容所提供的
Encoders/decoders
GRIB2 to GRIB1 converter
wgrib download
GRIB reader for MATLAB

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

資料處理步驟: 1.讀取 Raster 並計算 25 等級等值線級距 2.用 GDAL 產生等值線(Contour Lines) 3.Polygonize:Raster 轉等值面多邊形 4.將多邊形圖層載入 QGIS 5.為每個 polygon 計算其 VALUE 所屬級距(LE...