フィルターのクリア

how to convert .grd file(ESRI grid format) to Geotiff in Matlab?

1 回表示 (過去 30 日間)
Thara C.S
Thara C.S 2018 年 11 月 29 日
コメント済み: Thara C.S 2018 年 11 月 30 日
how to convert .grd file(ESRI grid format) to Geotiff in Matlab?

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 11 月 29 日
編集済み: KALYAN ACHARJYA 2018 年 11 月 29 日
Have you tried this one?
read the file by using arcgridread
and write the file as following
geotiffwrite(filename,read_data) detail
The answer is here
Disclaimer: Personally I have not tried it.
Hope it helps!
  1 件のコメント
Thara C.S
Thara C.S 2018 年 11 月 30 日
Thank you sir, byt i didnt understand the "read_data". it shows error. Using arcgridread , i can read the grd file. "geotiffwrite" command shows error. "Undefined function or variable 'read_data'."

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by