I have a point file with 3000 points. My end goal is to have a raster file that shows viewshed for each of the points, clipped to both a 50m and 500m buffer. They have to be individual files so that I can compute percent visibility at each point. (for example, for point #1, there is 42% visibility in the 50m buffer).
The point file is one file with 3000 attributes (points). I want to automate this so I don't have to do it for each point individually.
Thanks for your suggestions.