line of sight

631
2
12-20-2011 09:23 AM
PatrickDornberger
New Contributor
hi there

i've got two areas and wanna know which points of one of these areas can i see from the other one (eye level Z=1.7). with the "line of sight" tool can i only show lines between two dots, but i like to know all points i can or can't see in area (polygon vector or raster) out of the other area (polygon vector).
how is that possible? and how have i to do this?

thx!
Tags (1)
0 Kudos
2 Replies
PrasantaBhattarai
Esri Contributor
There might be different ways to do it. Here's what came on my mind:
Use Viewshed tool to create a viewshed raster.
- Use All points of one of the areas as observer point feature. You can add OFFSETA field and add 1.7 for observer offset. (Here's more on Using Viewshed and Observer Points for visibility analysis)
- Output from the Viewshed tool is a raster which you can use to see how many points from your target area fall under the visible/non visible area.
- If you look into the output raster attribute table, the Value will tell you how many observer point can see that particular area, but it is not possible to tell which observer point can see what area/target point.
---
If you are using 10, you can Iterate feature (observer points) and create individual Viewshed raster. This way, you can tell which which point from the target fall under visible/not visible area for a particular observer point.
---
Hope this helps!!
0 Kudos
PatrickDornberger
New Contributor
thanks!
i will try... :confused: (GIS-beginner) 😛
0 Kudos