Generate Elevation Guide Features (Topographic Production)

Zusammenfassung

Creates data required for an elevation guide diagram surround element as required by various supported map product specifications. This tool leverages existing banding and thinning tools to generate output elevation band features, spot height features, and hydrology features.

Verwendung

  • The tool will create, at a minimum, the following feature classes in the target feature dataset:

    • EGB_BANDS_A
    • EGB_BANDS_L
    • EGB_COAST_L

    If input hydrology line or input hydrology area features are provided, the tool will create the EGB_HYDRO_A and EGB_HYDRO_L feature classes as required with a selection of thinned hydro features as determined by the Minimum Hydro Length and Minimum Hydro Area parameters.

    If input spot height features are provided, the tool will also create the EGB_SPOTS_P feature class and will populate this feature class with a selection of thinned spot heights based on the provided search distance.

    These feature classes will manage elevation bands and coastlines in a common format that can be used by product templates to preconfigure layers and required symbology for the elevation guide diagram.

  • The symbology for the elevation band features is intended to be separated between the band areas and lines to better support elevation band line masking requirements for overlapping spot height annotation.

  • The coastline features will only be generated if a set of hydro exclusion features are available when processing the elevation bands. Without these features, no hydro features will be created by the banding tools to identify the coastline, as the area of interest will be assumed to be 100 percent land.

  • If more than one input raster is used, all input rasters must have the same cell size, band count, and pixel type. All input rasters should also use the same elevation units (meters or feet).

  • The raster extent must be equal to or greater than the AOI extent.

Parameter

BeschriftungErläuterungDatentyp
Input Feature Dataset

An existing feature dataset that will contain the EGB feature classes. Data created for the elevation guide box is maintained in these feature classes in this feature dataset.

Feature Dataset
Area Of Interest

A feature layer with a single selected feature that defines a processing extent for banding operations and a clipping extent for spot heights, input hydro areas, and lines.

Layer
Input Rasters

One or more rasters used to create elevation bands and supply elevation values to features created by the tool.

Raster Layer; Mosaic Layer
Hydro Exclusion Features
(optional)

A feature layer that defines a large water body area to exclude from the elevation band area computation.

Feature Layer
Spot Height Features
(optional)

A feature layer or class that contains spot heights.

Feature Layer
Hydro Line Features
(optional)

Hydrology line features used to generate the output of a thinned hydrology dataset. Only the output features are generalized through this thinning process.

Feature Layer
Hydro Area Features
(optional)

Hydrology area features used to generate the thinned hydrology dataset. Only the output features are generalized through this thinning process.

Feature Layer
Contour Interval
(optional)

The contour interval used to determine the closest available contour when calculating the elevation band area. Elevation bands are created with their limits aligned to the chosen contour interval, except low and high values, which will represent their actual calculated values.

  • 10A contour interval of 10 will be used.
  • 20A contour interval of 20 will be used. This is the default.
  • 40A contour interval of 40 will be used.
  • 80A contour interval of 80 will be used.
Long
Minimum Feature Area
(optional)

The minimum area for output polygons. Features smaller than this value will be removed. The default is 0.00016 square decimal degrees.

Hinweis:

If you are creating an output dataset with a projected coordinate system, ensure that this value reflects the square units of that coordinate system—for example, square meters for a UTM dataset. Otherwise, the default value may result in an empty output dataset.

Double
Smoothing Tolerance
(optional)

The tolerance used by the smoothing algorithm. The larger the value, the more generalized the output band features. The default is 0.002 decimal degrees.

Linear Unit
Number Of Elevation Bands
(optional)

Specifies the number of elevation bands that will be generated.

  • 1One elevation band will be generated.
  • 2Two elevation bands will be generated.
  • 3Three elevation bands will be generated.
  • 4Four elevation bands will be generated.
Long
Height Field
(optional)

The field that identifies the elevation values of the spot height features. These values will be evaluated during the thinning process.

Field
Search Distance
(optional)

The minimum distance between spot heights. The default is 0 meters.

Linear Unit
Minimum Hydro Line Length
(optional)

The minimum length used to eliminate hydrographic features. The tool will thin hydro features that have a length less than this value. This value is used when generalizing input hydro lines and areas.

Linear Unit
Minimum Hydro Line Spacing
(optional)

The shortest distance between a hydrographic segment that is sensible to display at the output scale. If the spacing between two parallel trending features is smaller than this value, one of the features will be set as invisible. It defines a sense of the density of the resulting thinned hydrography. It should correspond to the distance between two parallel trending features that is visually significant to include at the final scale. When the density of features is too high (that is, the features are too closely spaced), at least one feature will be hidden. This can result in important features or features longer than the Minimum Hydro Line Length value being hidden.

Linear Unit
Minimum Hydro Area Length
(optional)

The length used to split and classify hydrographic polygons as short or long. Polygons will be split at any location where the edge-to-edge distance is equal to the Minimum Hydro Area Length value.

Linear Unit
Minimum Hydro Area Width
(optional)

The width used to split and classify hydrographic polygons as narrow or wide. Polygons will be split at any location where the edge-to-edge distance is equal to the Minimum Hydro Area Width value.

Linear Unit

Abgeleitete Ausgabe

BeschriftungErläuterungDatentyp
Modified Feature Dataset

The feature dataset with updated EGB feature classes.

Feature Dataset

arcpy.topographic.GenerateElevationGuideFeatures(in_feature_dataset, area_of_interest, in_rasters, {hydro_exclusion_features}, {spot_height_features}, {hydro_line_features}, {hydro_area_features}, {contour_interval}, {bands_minarea}, {smooth_tolerance}, {number_of_bands}, {height_field}, {search_distance}, {hydroline_minlength}, {hydroline_minspacing}, {hydroarea_minlength}, {hydroarea_minwidth})
NameErläuterungDatentyp
in_feature_dataset

An existing feature dataset that will contain the EGB feature classes. Data created for the elevation guide box is maintained in these feature classes in this feature dataset.

Feature Dataset
area_of_interest

A feature layer with a single selected feature that defines a processing extent for banding operations and a clipping extent for spot heights, input hydro areas, and lines.

Layer
in_rasters
[in_rasters,...]

One or more rasters used to create elevation bands and supply elevation values to features created by the tool.

Raster Layer; Mosaic Layer
hydro_exclusion_features
(optional)

A feature layer that defines a large water body area to exclude from the elevation band area computation.

Feature Layer
spot_height_features
(optional)

A feature layer or class that contains spot heights.

Feature Layer
hydro_line_features
[hydro_line_features,...]
(optional)

Hydrology line features used to generate the output of a thinned hydrology dataset. Only the output features are generalized through this thinning process.

Feature Layer
hydro_area_features
[hydro_area_features,...]
(optional)

Hydrology area features used to generate the thinned hydrology dataset. Only the output features are generalized through this thinning process.

Feature Layer
contour_interval
(optional)

The contour interval used to determine the closest available contour when calculating the elevation band area. Elevation bands are created with their limits aligned to the chosen contour interval, except low and high values, which will represent their actual calculated values.

  • 10A contour interval of 10 will be used.
  • 20A contour interval of 20 will be used. This is the default.
  • 40A contour interval of 40 will be used.
  • 80A contour interval of 80 will be used.
Long
bands_minarea
(optional)

The minimum area for output polygons. Features smaller than this value will be removed. The default is 0.00016 square decimal degrees.

Hinweis:

If you are creating an output dataset with a projected coordinate system, ensure that this value reflects the square units of that coordinate system—for example, square meters for a UTM dataset. Otherwise, the default value may result in an empty output dataset.

Double
smooth_tolerance
(optional)

The tolerance used by the smoothing algorithm. The larger the value, the more generalized the output band features. The default is 0.002 decimal degrees.

Linear Unit
number_of_bands
(optional)

Specifies the number of elevation bands that will be generated.

  • 1One elevation band will be generated.
  • 2Two elevation bands will be generated.
  • 3Three elevation bands will be generated.
  • 4Four elevation bands will be generated.
Long
height_field
(optional)

The field that identifies the elevation values of the spot height features. These values will be evaluated during the thinning process.

Field
search_distance
(optional)

The minimum distance between spot heights. The default is 0 meters.

Linear Unit
hydroline_minlength
(optional)

The minimum length used to eliminate hydrographic features. The tool will thin hydro features that have a length less than this value. This value is used when generalizing input hydro lines and areas.

Linear Unit
hydroline_minspacing
(optional)

The shortest distance between a hydrographic segment that is sensible to display at the output scale. If the spacing between two parallel trending features is smaller than this value, one of the features will be set as invisible. It defines a sense of the density of the resulting thinned hydrography. It should correspond to the distance between two parallel trending features that is visually significant to include at the final scale. When the density of features is too high (that is, the features are too closely spaced), at least one feature will be hidden. This can result in important features or features longer than the hydroline_minlength value being hidden.

Linear Unit
hydroarea_minlength
(optional)

The length used to split and classify hydrographic polygons as short or long. Polygons will be split at any location where the edge-to-edge distance is equal to the hydroarea_minlength value.

Linear Unit
hydroarea_minwidth
(optional)

The width used to split and classify hydrographic polygons as narrow or wide. Polygons will be split at any location where the edge-to-edge distance is equal to the hydroarea_minwidth value.

Linear Unit

Abgeleitete Ausgabe

NameErläuterungDatentyp
out_feature_dataset

The feature dataset with updated EGB feature classes.

Feature Dataset

Codebeispiel

GenerateElevationGuideFeatures example (stand-alone script)

This Python stand-alone sample creates a dataset in a file geodatabase and also creates the Elevation Guide Data features in the dataset.

# Name: GenerateElevationGuideFeatures_sample.py
# Description: Creating a dataset in a file geodatabase, and creating the Elevation Guide Data features in that dataset

# Import System Modules
import arcpy

# Check Out Extensions
arcpy.CheckOutExtension('Foundation')
arcpy.CheckOutExtension('Spatial')

# Setting the environment
arcpy.env.overwriteOutput = True

# Setting Local Variables
input_database = r'C:\ProProjects\Random\ElevationGuideData.gdb'
aoi = r'C:\Data\MapIndex.gdb\MapIndex\TLM50_Index'
raster = r'C:\Data\Rasters\Monterey.dt2'
hydro_exclusion = r'C:\Data\MGCP_TRD_4_4.gdb\MGCP\CoastA'
spot_features = r'C:\Data\MGCP_TRD_4_4.gdb\MGCP_Delta\ElevP'
hydro_lines = r'C:\Data\MGCP_TRD_4_4.gdb\MGCP\WatrcrsL'
hydro_areas = r'C:\Data\MGCP_TRD_4_4.gdb\MGCP\WatrcrsA'

# Getting spatial reference from spot features database
desc = arcpy.Describe(spot_features)
sr = desc.spatialReference

# Creating a dataset in the input database
input_dataset = arcpy.management.CreateFeatureDataset(input_database, 'CARTO', sr).getOutput(0)

# Making a feature layer from the Area of Interest features, and selecting a single feature based on the NRN field
arcpy.management.MakeFeatureLayer(aoi, 'AOI_Index')
arcpy.management.SelectLayerByAttribute('AOI_Index', 'NEW_SELECTION', "NRN = 'V795X16573'")

# Creating feature layers for spot and hydro features
arcpy.management. MakeFeatureLayer(hydro_exclusion, 'CoastA')
arcpy.management.MakeFeatureLayer(spot_features, 'ElevP')
arcpy.management.MakeFeatureLayer(hydro_lines, 'WatrcrsL')
arcpy.management.MakeFeatureLayer(hydro_areas, 'WatrcrsA')

# Calling the Generate Elevation Guide Features tool to create the elevation guide data over Monterey
arcpy.topographic.GenerateElevationGuideFeatures(input_dataset, 'AOI_Index', raster, 'CoastA', 'ElevP', 'WatrcrsL',
                                                 'WatrcrsA', '20', '#', '#', '#', 'zvh', '600 METERS',
                                                 '50 METERS', '50 METERS', '50 METERS', '50 METERS')

# Check In Extensions
arcpy.CheckInExtension('Foundation')
arcpy.CheckInExtension('Spatial')

Umgebungen

Dieses Werkzeug verwendet keine Geoverarbeitungsumgebungen.

Lizenzinformationen

  • Basic: Nein
  • Standard: Nein
  • Advanced: Erfordert Production Mapping and Erweiterung "ArcGIS Spatial Analyst"

Verwandte Themen