Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Thara C.S
Thara C.S am 29 Nov. 2018
Kommentiert: Thara C.S am 30 Nov. 2018
how to convert .grd file(ESRI grid format) to Geotiff in Matlab?

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 29 Nov. 2018
Bearbeitet: KALYAN ACHARJYA am 29 Nov. 2018
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 Kommentar
Thara C.S
Thara C.S am 30 Nov. 2018
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'."

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by