I've moved to the raster world and ModelBuilder from vector data and a development environment so I'm in need of some help.
I'm working with 16 overlapping stratigraphic salinity raster datasets and 16 corresponding elevation rasters. I need to "drill down" through each salinity rasters for each pixel until the pixel value satisfies a condition (ex. value >= 1000), then, "populate" the output raster using the value from the corresponding elevation layer. The output raster will be converted to a TIN to represent the "surface" of a specific salinity value.
For example, if I am looking for salinity >= 1000, I want to evaluate the pixel at Row 1 Column 1 for salinity rasters 1 - 16. If salinity raster 5 is the first raster that has salinity >= 1000 for that pixel, I want the value for the corresponding pixel in elevation raster 5 to be the value for the pixel in the output raster.
This is a process that will have to be run for several datasets so I want to create a model in ModelBuilder. I've been going through the tools in Toolbox but can't seem to come up with an appropriate model. Also, I'm using ArcGIS 10.
Thanks!
Joshua