필터 지우기
필터 지우기

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 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