Instructions for converting GeoTIFF DEM data to GRID in Arcmap
DEM data often arrive in the form of GeoTIFF that must be converted to GRID for further work in ArcGIS.
1. Acquire SRTM data as GeoTIFF and open in Arcmap. Right-click and Export... Export to GRID format. If you have a lot of grids you can automate this step, see below.
2. Reformat with the following command in Spatial Analyst under Raster Calculator:
setnull ( [GRIDNAME] < 0 , [GRIDNAME] )
That command sets all topographic values less than 0 (sea level) and the no-data collar area to <NULL>.