ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

Calculate Vertical Obstruction Elevations

  • Resumen
  • Uso
  • Sintaxis
  • Muestra de código
  • Entornos
  • Información de licenciamiento

Resumen

Adds HGT and ZVH fields and calculates ZVH fields in Vertical Obstruction feature classes. This tool's elevation values are derived from a DEM.

Uso

  • This tool is designed to work with Multinational Geospatial Co-production Program (MGCP) and Topographic Data Store (TDS) Vertical Obstruction feature classes.

  • If the feature has a valid HGT field, the tool will calculate the ZVH field by adding the HGT field value to the base elevation derived from the DEM.

  • If the tool adds ZVH, and the feature has a valid HGT, the tool will calculate ZVH by adding the HGT to the base elevation derived from the DEM.

  • Some features, like the DB150 in MGCP, will have ZVH calculated using only the base elevation from the DEM.

  • This tool supports the following MGCP feature classes: AgristrA, AgristrP, AquedctA, AquedctL, BarrierL, BridgeL, BuildA, BuildP, CommP, DamA, DamL, DamP, DangerP, DisposeA, EmbankA, EmbankL, FortA, FortP, IndL, LockL, LandmrkA, LandmrkL, LandmrkP, MiscaeroP, MiscL, MiscP, MtnP, ObstrP, PipeL, PowerL, RigwellP, RunwayL, StorageA, StorageP, TeleL, TowerP, and UtilP.

  • This tool supports the following TDS feature classes: StructurePnt, StructureCrv, StructureSrf, TransportationGroundCrv, TransportationGroundSrf, TransportationGroundPnt, RecreationSrf, RecreationCrv, RecreationPnt, IndustrySrf, IndustryPnt, UtilityInfrastructurePnt, and AeronauticPnt.

Sintaxis

arcpy.defense.CalculateVerticalObstructionElevations(Input_Geodatabase, Geodatabase_Type, Input_DEM)
ParámetroExplicaciónTipo de datos
Input_Geodatabase

Input geodatabase with vertical obstruction features.

Workspace
Geodatabase_Type

Schema of the geodatabase.

  • MGCP —Geodatabase with Multinational Geospatial Co-production Program (MGCP) schema. This is the default.
  • TDS —Geodatabase with Topographic Data Store (TDS) schema.
String
Input_DEM

Input raster from which the elevation for the vertical obstruction features is derived.

Raster Layer

Salida derivada

NombreExplicaciónTipo de datos
Output_Geodatabase

Workspace

Muestra de código

CalculateVerticalObstructionElevations example (stand-alone script)

The following code example demonstrates how to execute the CalculateVerticalObstructionElevations tool.

# Importing necessary modules
from arcpy import defense, CheckOutExtension, CheckInExtension

# Checking out Defense Mapping extension
CheckOutextension('defense')

# Setting parameters
input_geodatabase = r'C:\data\MGCP_TRD_4_2.gdb'
input_raster = r'C:\data\Monterey.DT2'

# Calling Unpack Product Files tool
defense.CalculateVerticalObstructionElevations(input_geodatabase, "MGCP", input_raster)

# Checking in Defense Mapping extension
CheckInExtension('defense')

Entornos

  • Espacio de trabajo actual

Información de licenciamiento

  • Basic: No
  • Standard: Requiere Defense Mapping
  • Advanced: Requiere Defense Mapping

Temas relacionados

  • An overview of the Cartographic Refinement toolset

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog de Esri
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2021 Esri. | Privacidad | Legal