reading binary ESRI grid data into matlab

조회 수: 4 (최근 30일)
Chad
Chad 2012년 6월 19일
답변: Eric Sargent 2020년 12월 9일
Does anyone have an elegant way to read ESRI grid (raster) files into Matlab? I only need to get the floating point data from the w001001.adf file. I do not have access to a GIS software package to convert these files to ASCII.
thank you, Chad

답변 (2개)

Rolfe Dlugy-Hegwer
Rolfe Dlugy-Hegwer 2012년 6월 19일
If you have the Mapping Toolbox product, you can use arcgridread: http://www.mathworks.com/help/toolbox/map/ref/arcgridread.html
To see which products are installed on the system you're using, enter "ver" in the MATLAB Command Window.

Eric Sargent
Eric Sargent 2020년 12월 9일
Starting in R2020a, the readgeoraster function can read Esri Binary Grid .adf files.

Community Treasure Hunt

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

Start Hunting!

Translated by