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

1 次查看(过去 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 CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by