How to convert IMD gridded rainfall data available as binary file to .mat file?

16 ビュー (過去 30 日間)
Diljit Dutta
Diljit Dutta 2020 年 11 月 30 日
回答済み: Shubham Rawat 2020 年 12 月 3 日
I have yearly gridded data for the daily rainfall at 0.25x0.25 resolution available at IMD website. How do i extract this data and convert it to a matlab file. Data is available in this website: http://www.imdpune.gov.in/Clim_Pred_LRF_New/Grided_Data_Download.html#

採用された回答

Shubham Rawat
Shubham Rawat 2020 年 12 月 3 日
Hi Diljit,
Here I can see the .grd file. To convert a .grd file to .mat file you may use the following link:
From there you can download this add on and use the command
Z=GRDREAD2('filename.grd') %it will return the matrix Z
Hope this Helps!

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by