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

Export Footprints

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

Resumen

Exports the detailed data area for each source dataset in a Bathymetric Information System (BIS) or surface model to a polygon feature class.

Uso

  • Footprints can be exported for just those datasets participating in a particular surface model or for all datasets in a BIS.

    Nota:

    If the surface model you selected in the BIS Model parameter references datasets that were removed from the BIS, the surface model will need to be updated (manually loaded and resaved in the Compose Surface window) before it can be used with this tool.

  • The output footprints will reflect the detailed area that follows the valid data pixels of the datasets in the input surface model or BIS.

  • Unlike the Export Deconflicted Footprints tool, the Export Footprints tool will generate the full data area of each dataset, even if it overlaps with another dataset in the surface model or BIS.

  • The output of this tool can be joined with the output of the Export BIS Metadata tool to produce a dataset that can be symbolized by or identified for many of its metadata characteristics.

Sintaxis

arcpy.bathymetry.ExportFootprints(bis_workspace, out_features, {bis_model})
ParámetroExplicaciónTipo de datos
bis_workspace

The Bathymetric Information System (BIS) from which the dataset footprints should be exported. This parameter accepts any geodatabase (.gdb) or enterprise database connection file (.sde) that has been registered as a BIS and which is on the latest version.

Workspace
out_features

The name and path given to the new polygon feature class that will be created.

Feature Class
bis_model
(Opcional)

The name of the surface model from which to export the footprints.

String

Muestra de código

ExportFootprints example (stand-alone script)

The following stand-alone script demonstrates how to use the ExportFootprints tool.

# Name: ExportFootprints_Example.py
# Description: Exports polygon features representing the fully detailed data area of each dataset in the BIS or surface model
# Requirements: ArcGIS Bathymetry, Spatial Analyst

import arcpy
arcpy.CheckOutExtension("Bathymetry")
arcpy.CheckOutExtension("Spatial")

# set up parameters
bis_workspace = r"C:\Data\GulfOfMexico_BIS.gdb"
out_features = r"C:\Data\ModelOutputs.gdb\GulfOfMexico_DatasetFootprints"
bis_model = ""

# execute the tool 
arcpy.ExportFootprints_bathymetry(bis_workspace, out_features, bis_model)

Entornos

  • Espacio de trabajo actual

Información de licenciamiento

  • Basic: No
  • Standard: Requiere ArcGIS Bathymetry and ArcGIS Spatial Analyst
  • Advanced: Requiere ArcGIS Bathymetry and ArcGIS Spatial Analyst

Temas relacionados

  • An overview of the Data Export toolset
  • Composing a surface model

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