If I correctly remember, .adf is the file format for ESRI Grid files
(raster). When I run 'r.in.gdal -f' I don't see the extension listed or any
obvious reference to it.
I have LiDAR data in a set of .adf files and selecting hdr.adf to import
seems to be working; no error message so far and it's chomping away at
reprojecting the data.
If this is not the correct import module, please let me know.
Alternatively, if it is the correct module the perhaps it should be listed
among all formats and mentioned on the man page.
Rich
Hei Rich,
You did the right thing. The ESRI grid format is a folder, where file ending on .adf is the one to be picked.
It is also listed in r.in.gdal as ArcInfo binary Grid
Here is the GDAL reference: http://www.gdal.org/frmt_various.html#AIG
Cheers
Stefan
-----Original Message-----
From: grass-user [mailto:grass-user-bounces@lists.osgeo.org] On Behalf Of Rich Shepard
Sent: 8. september 2016 21:43
To: grass-user@lists.osgeo.org
Subject: [GRASS-user] Importing .adf files
If I correctly remember, .adf is the file format for ESRI Grid files (raster). When I run 'r.in.gdal -f' I don't see the extension listed or any obvious reference to it.
I have LiDAR data in a set of .adf files and selecting hdr.adf to import seems to be working; no error message so far and it's chomping away at reprojecting the data.
If this is not the correct import module, please let me know.
Alternatively, if it is the correct module the perhaps it should be listed among all formats and mentioned on the man page.
Rich
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
On Thu, 8 Sep 2016, Blumentrath, Stefan wrote:
Here is the GDAL reference: http://www.gdal.org/frmt_various.html#AIG
Stefan,
Thanks. I saw the AIG but scanned down without reading the right column.
Regards,
Rich