I have created a distance accumulation raster using a road layer, and I'm wondering if there is a way to attribute the raster with the road information that it is measuring the distance from. The goal is to know how far a location is from a road, but I would like to know what type of road it is. Is this possible? Or is there an alternative way to go about it?
Solved! Go to Solution.
Yes—use Distance Allocation (instead of only Distance Accumulation) so you get both:
Try these steps:
Perhaps, densify your road layer, then convert points (all vertces), then extract the raster information to those points.
Extract Values to Points (Spatial Analyst Tools) | ArcGIS Pro documentation
Yes—use Distance Allocation (instead of only Distance Accumulation) so you get both:
Try these steps: