Select to view content in your preferred language

Heat Map using Attribute Data

156
1
06-24-2025 12:45 PM
Labels (2)
WyattGerber
New Contributor

I am trying to visualize data I have via a Heat Map. I have a layer containing 364 points evenly spread out along a road, with each point representing a mile marker and the total number of crashes that happened at each mile marker in the attribute table.

I've looked online and can't quite figure out if there's a way to create a Heat Map of the data using the total number of crashes field in the attribute table as the signifier of the density, rather than the location of those evenly spread out mile markers.

Tags (3)
0 Kudos
1 Reply
BobBooth1
Esri Regular Contributor

You could use a spatial join to get the point values onto the line segments. Then symbolize the line segments using a heat-map-like color ramp.

It might be necessary to split the line into segments first.

This would be one way:

https://pro.arcgis.com/en/pro-app/latest/help/editing/divide-a-polyline-by-a-value.htm

You could also buffer the mile markers by half a mile and use the buffer polygons to split up the lines.

 

0 Kudos