0
votes
1answer
35 views

Maintain 8-bit pixel depth in Raster Calculator

Would anyone know how to maintain 8-bit pixels when computing raster calculations in ArcMap?
5
votes
1answer
129 views

ModelBuilder: How to extract data by date, export to separate tables and interpolate tables to rasters

I've been using ArcGIS for a couple years, but when it comes to model builder I've only worked with very simple models. I'm hoping someone that is much smarter than myself can help me in building a ...
3
votes
1answer
131 views

Model builder - Nesting models to extract raster values to points

Hello! Hopefully a quick question. I have a simple model below that iterates through a folder full of rasters, taking each in turn to extract data values based on a single shapefile of Random point ...
1
vote
0answers
81 views

How to rename .met file with model builder which uses an iterator to rename .sid files?

I have a model that iterates through a folder containing .sid raster datasets, amongst other types of rasters (so I'm using a *.sid wildcard). I note, however, that ArcCatalog/Model Builder/Rename ...
2
votes
1answer
156 views

How do I pass each parsed file name to the next tool in Model Builder?

I cannot get the Parse Path tool to pass each file name to the next tool. In the example shown, the Raster to Ascii tool will take the first entry in the 'filename' variable list as part of the output ...
3
votes
2answers
290 views

Reading multiple grid data with Python and ModelBuilder

How can I read grid data (3 or 5 sources of grids) like slope, soil, cover, etc.? My goal is to build a simulator based on multiple grid data for harvesting decisions.