Viewshed 2 Tool
How to use Viewshed 2 Tool in ArcToolbox ArcMap ArcGIS ??
Viewshed 2 Tool Viewshed 2 Tool
Viewshed 2 Tool, Visibility Toolset, 3D Analyst Toolbox
Viewshed 2
Determines the raster
surface locations visible to a set of observer features using geodesic methods
1. Input raster
The input surface
raster. It can be an integer or a floating-point raster.
The input raster is
transformed into a 3D geocentric coordinate system during the visibility
calculation. NoData cells on the input raster do not block the visibility
determination.
2. Input point or polyline observer features
The input feature class
that identifies the observer locations. It can be point, multipoint, or
polyline features.
The input feature class
is transformed into a 3D geocentric coordinate system during the visibility
calculation. Observers outside of the extent of the surface raster or located
on NoData cells will be ignored in the calculation.
3. Output raster
The output raster.
For the FREQUENCY
analysis type, when the vertical error parameter is 0 or not specified, the
output raster records the number of times that each cell location in the input
surface raster can be seen by the input observation points. When the vertical
error parameter is greater than 0, each cell on the output raster records the
sum of probabilities that the cell is visible to any of the observers. For the
OBSERVERS analysis type, the output raster records the unique region IDs for
the visible areas, which can be related back to the observer features through
the output observer-region relationship table.
4. Output above ground level raster (optional)
The output above ground
level (AGL) raster.
The AGL result is a
raster where each cell value is the minimum height that must be added to an
otherwise nonvisible cell to make it visible by at least one observer. Cells
that were already visible will be assigned 0 in this output raster.
When the vertical error
parameter is 0, the output AGL raster is a one-band raster. When vertical error
is greater than 0, to account for the random effects from the input raster, the
output AGL raster is created as a three-band raster. The first band represents
the mean AGL values, the second band represents the minimum AGL values, and the
third band represents the maximum AGL values.
5. Analysis method (optional)
Choose the method by
which the visibility will be calculated. This option allows you to trade some
accuracy for increased performance.
·
ALL_SIGHTLINES—A sightline is run to every cell on the raster in
order to establish visible areas. This is the default method.
·
PERIMETER_SIGHTLINES—Sightlines are only run to the cells on the
perimeter of the visible areas in order to establish visibility areas. This
method has a better performance than the ALL_SIGHTLINES method since less
sightlines are run in the calculation.
6. Analysis type (optional)
Choose which type of
visibility analysis you wish to perform, either determining how visible each
cell is to the observers, or identifying for each surface location which
observers are visible.
·
FREQUENCY—The output records the number of times that each cell
location in the input surface raster can be seen by the input observation
locations (as points or as vertices for polyline observer features). This is
the default.
·
OBSERVERS—The output identifies exactly which observer points are
visible from each raster surface location. The allowed maximum number of input
observers is 32 with this analysis type.
7. Vertical error (optional)
The amount of uncertainty (the Root Mean Square
error, or RMSE) in the surface elevation values. It is a floating-point value
representing the expected error of the input elevation values. When this
parameter is assigned a value greater than 0, the output visibility raster will
be floating point. In this case, each cell value on the output visibility
raster represents the sum of probabilities that the cell is visible to any of
the observers.
When the analysis type is OBSERVERS or the analysis method is PERIMETER_SIGHTLINES, this parameter is disabled.
8. Output observer-region relationship table (optional)
The output table for identifying the regions that are visible to each observer. This table can be related to the input observer feature class and the output visibility raster for identifying the regions visible to given observers.
This output is only created when the analysis
type is OBSERVERS.
9. Refractivity coefficient (optional)
Coefficient of the refraction of visible light
in air.
The default value is 0.13.
10. Surface offset (optional)
This value indicates a vertical distance to be
added to the z-value of each cell as it is considered for visibility. It should
be a positive integer or floating-point value.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset. The default value is 0.
11. Observer elevation (optional)
This value is used to define the surface
elevations of the observer points or vertices.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is not specified, the observer elevation will be obtained from the surface raster using bilinear interpolation. If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset.
12. Observer offset (optional)
This value indicates a vertical distance to be
added to the observer elevation. It should be a positive integer or
floating-point value.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset. The default value is 1 meter.
13. Inner radius (optional)
This value defines the start distance from which
visibility is determined. Cells closer than this distance are not visible in
the output but can still block visibility of the cells between inner radius and
outer radius.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value
will be applied to all the observers. To specify different values for each
observer, set this parameter to a field in the input observer features dataset.
The default value is 0.
14. Inner radius is 3d distance (optional)
Type of distance for the
inner radius parameter.
·
Unchecked—Inner radius is to be interpreted as a 2D distance. This
is the default.
·
Checked—Inner radius is to be interpreted as a 3D distance.
15. Outer radius (optional)
This value defines the maximum distance from
which visibility is determined. Cells beyond this distance are excluded from
the analysis.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset.
16. Outer radius is 3d distance (optional)
Type of distance for the
outer radius parameter.
·
Unchecked—Outer radius is to be interpreted as a 2D distance. This
is the default.
·
Checked—Outer radius is to be interpreted as a 3D distance.
17. Horizontal start angle (optional)
This value defines the start angle of the
horizontal scan range. The value should be specified in degrees from 0 to 360,
either as integer or floating point, with 0 oriented to north. The default
value is 0.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset.
18. Horizontal end angle (optional)
This value defines the end angle of the
horizontal scan range. The value should be specified in degrees from 0 to 360,
either as integer or floating point, with 0 oriented to north. The default
value is 360.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value will be applied to all the observers. To specify different values for each observer, set this parameter to a field in the input observer features dataset.
19. Vertical upper angle (optional)
This value defines the upper vertical angle
limit of the scan relative to the horizontal plane. The value is specified in
degrees, and can be integer or floating point. The allowed range is from above
-90 up to and including 90.
The value for this parameter must be greater
than the Vertical Lower Angle parameter.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value
will be applied to all the observers. To specify different values for each
observer, set this parameter to a field in the input observer features dataset.
The default value is 90 (straight up).
20. Vertical lower angle (optional)
This value defines the lower vertical angle
limit of the scan relative to the horizontal plane. The value is specified in
degrees, and can be integer or floating point. The allowed range is from -90 up
to (but not including) 90.
The value for this parameter must be less than
the Vertical Upper Angle parameter.
You can select a field in the input observers
dataset, or you can specify a numerical value.
If this parameter is set to a value, that value
will be applied to all the observers. To specify different values for each
observer, set this parameter to a field in the input observer features dataset.
The default value is -90 (straight down).
Comments
Post a Comment