I currently have a DEM raster stored in an ESRI geodatabase. I've been asked to create a purely python (e.g., no arcpy functions) program that works with the values. Therefore, I need to convert the raster into something that can be read by python as an array. What file format would that be?
(Alternatively, is this a terrible idea and should I argue for sticking with arcpy functions?)