Select to view content in your preferred language

Composite Bands Output Issue

104
3
a week ago
Labels (1)
Ed_
by MVP Regular Contributor
MVP Regular Contributor

so, i have two rasters, one is a categorical (say 1) that has values from 0-100, and the other is a continuous (say 2) DEM.

The desired band order is 2 and 1

When i run the Composite Bands tool and use the order 1 and 2 for the input rasters i get this output

 

Ed__0-1746551155286.pngEd__1-1746551174509.png

When i run the Composite Bands tool and use the order 2 and 1 for the input rasters i get this output

Ed__2-1746551247622.png

Ed__3-1746551304824.png

Why is the band order 2 and 1 output so different and is not showing any values?

ps ArcGIS Pro 3.4.3 is being used

 

 

Question | Analyze | Visualize
0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

combine integers with integers or floats with floats, don't mix them.  The type of raster may be determined from the order applied

Check the raster input types, convert to a common type, then see if order affects the outcome


... sort of retired...
Ed_
by MVP Regular Contributor
MVP Regular Contributor

thank you for the quick response Dan, but it's the same issue even after converting the categorical raster to floating point (similar to the continuous raster) using the Float tool.

Question | Analyze | Visualize
0 Kudos
DanPatterson
MVP Esteemed Contributor

without seeing your legend, I suspect you are just seeing the band that is on top.  You won't "see" through all bands.  My point was about combining rasters, not what they look like.

 


... sort of retired...
0 Kudos