I am trying to use Raster class in Arcpy, to create a raster object from a .adf file
My folder contains all the related .adf files but I am unsure how can I "point" the correct one to create the raster object
for example I tried
import arcpy from arcpy.sa import * out_raster = Raster("C:/folder/hdr.adf") But also I tried with w001000.adf and w001001.adf and the result I get is an error 007032 that my file is not recognised