0
votes
1answer
34 views

Maintain 8-bit pixel depth in Raster Calculator

Would anyone know how to maintain 8-bit pixels when computing raster calculations in ArcMap?
3
votes
2answers
1k views

How do I set a single output location for multiple files in ModelBuilder?

I have created a model in ModelBuilder. The first step is for the user to specify the location of the File Geodatabase that all the outputs will be saved in. What I want is for all the outputs (from ...
2
votes
1answer
749 views

calculate value using maximum value from different feature class

I'm trying to get the maximum numeric value from one feature class and use that value in an expression to calculate values of a different feature class. fc2.bldg_id = max(fc1.bldg_id)+1 Can this ...
7
votes
3answers
614 views

Why can't Model Builder see a summary statistics field?

I'm having some problems adapting a few models inherited by me from a colleague. Inside this model, we attempt to calculate summary statistics, but the model can't find the field that it needs to ...