how to convert .grd file(ESRI grid format) to Geotiff in Matlab?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how to convert .grd file(ESRI grid format) to Geotiff in Matlab?
0 comentarios
Respuestas (1)
KALYAN ACHARJYA
el 29 de Nov. de 2018
Editada: KALYAN ACHARJYA
el 29 de Nov. de 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!
Ver también
Categorías
Más información sobre Spectral Measurements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!