Storage Capacity (Spatial Analyst Tools)
Summary
Creates a table and a chart of elevations and corresponding storage capacities for an input surface raster. The tool calculates the surface area and total volume of the underlying region at a series of elevation increments.
Usage
The tool creates a table of surface area and total volumes at a series of elevation increments. The table contains a record for every elevation increment for each zone.
The output table has the following schema:
The fields are
ELEVATION,AREA, andVOLUME.The area and volume fields contain the storage capacity calculations at each elevation increment.
The elevation and volume fields are calculated in z-units. The area field is calculated in the x,y units of the input surface raster.
When no zones are specified, a
ZONE_CODEfield is added with a value of 1 for all records using the analysis extent as a single zone.If zones are specified, a field is added based on the Zone field parameter value (
zone_fieldin Python). For an integer zone field, a field will be added with the same name in the output table. For a string zone field, a field will be added with the same name in the output table and an additional fieldZONE_CODEwill be added.
Two charts are optionally created to plot elevation area and elevation volume curves. The charts are added to the Contents pane along with the output table. The naming convention used for the chart name is <out_chart> Elevation Area Curve and <out_chart> Elevation Volume Curve, where <out_chart> is replaced with the name specified in the Output chart name parameter (
out_chartin Python). When creating a chart with multiple zones, each line in the chart represents a zone. Use the legend to interactively turn lines on or off in the chart. See Charts quick tour for details about working with charts in ArcGIS Pro. The charts can only be created in ArcGIS Pro; they are not supported from a stand-alone script.Use the Analysis type parameter (
analysis_typein Python) to select surface area, volume calculations, or both. This determines the schema for tables and charts. For example, if the Area option (AREAin Python) is selected, only an area field is created in the output table and the volume field is omitted. Likewise, only one chart is created for the area elevation curve.If no zones are specified, storage capacity is calculated using the analysis extent as a single zone. Specify an optional Input raster or feature zone data parameter value (
in_zone_datain Python) that represents the zones where storage capacities need to be calculated. For example, a zone can be a reservoir or a detention basin. The tool supports calculations across multiple zones, and storage capacities are calculated independently at each zone based on a zone field.The elevation increments on which storage capacities are calculated are based on the Minimum elevation (
min_elevationin Python), Maximum elevation (max_elevationin Python), Increment type (increment_typein Python), and Increment (incrementin Python) parameter values.The default Minimum elevation and Maximum elevation parameter values are determined as follows:
The tool uses the minimum and maximum zonal values from the input surface raster as default values. These values can vary from zone to zone depending on the minimum and maximum values of the input surface raster in these zones.
If you specify a Minimum elevation or Maximum elevation parameter value, the tool uses the same value for minimum and maximum increments across all zones. In this case, if a subset of elevation increments becomes smaller than the zonal minimum, the area and volumes are calculated as zero. If they become larger than the zonal maximum, areas and volumes for those increments are not calculated and appear as null or zero depending on the table format.
Specify a Z unit (
z_unitin Python) parameter value to indicate the input surface raster's vertical units. If the input surface raster has a vertical coordinate system specified, these units are used as the default z-unit. If no z-unit is specified and the input surface raster does not have a vertical coordinate system, the default z-unit is meter. When the x,y units are different from the z-unit, the x,y units are converted to match the z-unit when calculating volumes.By default, this tool will use multicore processors if available. The maximum number of cores that can be used is four.
To use fewer cores, use the Parallel Processing Factor environment setting.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input surface raster |
The input raster representing a continuous surface. |
Raster Layer |
|
Output table |
The output table that contains for each zone the surface area and total volumes for each increment in elevation. |
Table |
|
Input raster or feature zone data |
The dataset that defines the zones. The zones can be defined by an integer raster or a feature layer. |
Raster Layer; Feature Layer |
|
Zone field (Optional) |
The field that contains the values that define each zone. It can be an integer or a string field of the zone dataset. |
Field |
|
Analysis type (Optional) |
Specifies the analysis type.
|
String |
|
Minimum elevation (Optional) |
The minimum elevation from which storage capacities are assessed. By default, the tool uses the minimum surface raster value in each zone as the minimum elevation for that zone. If a value is provided, it is used as the minimum elevation across all zones. |
Double |
|
Maximum elevation (Optional) |
The maximum elevation from which storage capacities are assessed. By default, the tool uses the maximum surface raster value in each zone as the maximum elevation for that zone. If a value is provided, it is used as the maximum elevation across all zones. |
Double |
|
Increment type (Optional) |
Specifies the increment type to use when computing elevation increments between minimum and maximum elevations.
|
String |
|
Increment (Optional) |
An incremental value that is either the number of increments or the difference in elevation between increments. The value is determined based on the increment type parameter value. |
Double |
|
Z unit (Optional) |
Specifies the linear unit that will be used for vertical z-values.
|
String |
|
Output chart name (Optional) |
The name of the output chart for display. The chart is listed in the Contents pane under Standalone Tables. |
Chart |
Environments
Auto Commit, Cell Size, Cell Size Projection Method, Compression, Current Workspace, Extent, Geographic Transformations, Mask, Output CONFIG Keyword, Output Coordinate System, Parallel Processing Factor, Scratch Workspace, Snap Raster, Tile Size
Licensing information
- Basic: Requires Spatial Analyst
- Standard: Requires Spatial Analyst
- Advanced: Requires Spatial Analyst