I have two raster files that I want to compare spatially. One file was created using kernel spatial analysis of all points in a specific area and the other had the same analysis but of points where an event occurred. I am trying to look to see if population density plays a role and to spot the specific areas that do. Can anyone suggest the best way to analyze this data to get that type of result
Minus displays the difference between two rasters cell by cell -- so I would start with that, and visually compare that with pop density using the swipe tool. Is there something wrong with your Minus result?
The Raster Calculator tool allows you get fancier, for example to get percent differences you can try:
<SPAN class="number token">100</SPAN> <SPAN class="operator token">*</SPAN> <SPAN class="punctuation token">(</SPAN>raster2 <SPAN class="operator token">-</SPAN> raster1<SPAN class="punctuation token">)</SPAN> <SPAN class="operator token">/</SPAN> raster1<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
by images... I meant a screengrab .... sorry
I am new to raster spatial analysis and any help or guidance you could provide in this area would be greatly appreciated. I tried the subtraction and I felt like it wasn't showing what I wanted to see. what other tools would you suggest
the images were created using kernel density analysis. the are of the same extent.
an image of the files would help. Can it be assumes they are for the same extent and cell size? There are many ways to 'compare' results, beginning with simple subtraction, but that would be too easy
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.