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

Create Mosaic Dataset From Model

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

Resumen

Creates or updates a mosaic dataset from a surface model in the Bathymetric Information System (BIS) workspace.

Uso

  • This tool will create or update a mosaic dataset that will honor your surface model rules. The mosaic dataset can be used in surface analysis geoprocessing operations or shared as an image service via ArcGIS GIS Server.
    Nota:

    If the surface model you select 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.

  • For point dataset surface models, a representative raster or proxy raster of each point dataset will be used when creating the mosaic dataset.

Sintaxis

arcpy.bathymetry.CreateMosaicDatasetFromModel(bis_workspace, bis_model, out_mosaic, {coordinate_system})
ParámetroExplicaciónTipo de datos
bis_workspace

The BIS that contains the surface model from which the mosaic dataset will be created. This parameter accepts any geodatabase (.gdb) or enterprise database connection file (.sde) that has been registered as a BIS and that is on the latest version.

Workspace
bis_model

The surface model used to create the mosaic dataset.

String
out_mosaic

The output mosaic dataset to be created or updated.

Nota:

An existing mosaic dataset must be a current BIS model mosaic dataset; a non-BIS model mosaic dataset, and therefore without the proper configuration, is not supported.

Mosaic Dataset
coordinate_system
(Opcional)

The coordinate system of the output mosaic dataset. If one is not specified, the coordinate system of the active BIS is used.

Precaución:

The coordinate system is only applied to new mosaic datasets; an existing mosaic dataset will retain its original spatial reference.

Spatial Reference

Muestra de código

CreateMosaicDatasetFromModel example (stand-alone script)

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

# Name: CreateMosaicDatasetFromModel_Ex1.py
# Description: Creates a mosaic dataset for a surface model in the Bathymetric Information System (BIS).
# Requirements: ArcGIS Bathymetry

# Import arcpy module
import arcpy

# Check out Maritime Bathymetry extension
arcpy.CheckOutExtension('Bathymetry')

# Set up parameters
bis_workspace = r'c:\Data\Golden_Gate_Seafloor.gdb'
bis_model = 'Golden_Gate_Seafloor'
out_mosaic = r'c:\Data\Output.gdb\Golden_Gate_Seafloor'
coordinate_system = r'c:\Data\World_Mercator.prj'

# Execute the tool
arcpy.CreateMosaicDatasetFromModel_bathymetry(bis_workspace, bis_model, out_mosaic, coordinate_system)

# Check in Maritime Bathymetry extension
arcpy.CheckInExtension('Bathymetry')

Entornos

  • Espacio de trabajo actual

Información de licenciamiento

  • Basic: No
  • Standard: Requiere ArcGIS Bathymetry
  • Advanced: Requiere ArcGIS Bathymetry

Temas relacionados

  • An overview of the Data Export 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