2

I am trying to multiply rasters (converted from polygons and polylines) whose values I have reclassified into one class respectively with a value of 1. Then I input the weighted average equation in Raster Calculator, however I end up repeatedly with the following, devoid of statistics or tabular values and without anything showing up on screen:

enter image description here

I'm aware that the numbers I'm observing are indicative of the full value range for 32 bit depth (-2147483648 to 2147483647), although my DEM raster specification are 3186, 2073 (columns, rows) with a resolution of 65.15 X 65.15 meters, and 16 bits (and yes, I've made sure that my model environment's processing extent is specified to my DEM raster's specifications; and so are all the layers I'm processing).

Alternatively I tried using weighted overlay, which brings me the same issue but with a different range: enter image description here

The value corresponds to the full value 8-bit range.

So clearly something is happening to the bit values when I'm trying to process my rasters together. I thought initially it was an issue with my output values being too large, but I doubt that's the case. What am I missing? Is it something to do with bit-depth?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 15, 2017 at 2:55
2
  • Try to Output to grid format, instead of fgdb. Commented Apr 15, 2017 at 10:23
  • Why and how? I tried the "Raster to Other Format" and it didn't work, my data is still in fgdb although I specified grid. Commented Apr 15, 2017 at 18:54

1 Answer 1

2

It is related with the No Data value you are assigning. I come across with the same situation while using ArcGIS Raster Calculator within model builder. I was using 16bit signed data but the output was 64bit. You need to assign a value which is within the values used in your 16 bit data; otherwise ArcGIS assigns a new value automatically. The system needs higher depth value in order to store this new value.

It is explained better in this thread: https://www.researchgate.net/post/Why_does_raster_clipping_in_ArcMap_change_the_pixel_depth_in_my_image with a given source from ArcGIS Blog (https://blogs.esri.com/esri/arcgis/2009/05/06/better-raster-clipping-options-in-arcgis/)

As a solution, I use QGIS GDAL Raster Calculator where I can assign a NoData value that I want.

answered Jun 6, 2017 at 10:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.