ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Справка
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Картографическая платформа вашей организации

ArcGIS Desktop

Полноценная профессиональная ГИС

ArcGIS Enterprise

ГИС предприятия

ArcGIS Developers

Инструменты для встраивания приложений с местоположениями

ArcGIS Solutions

Бесплатные шаблоны карт и приложений для отрасли

ArcGIS Marketplace

Получение приложения и данных для вашей организации.

  • Документация
  • Поддержка
Esri
  • Войти
user
  • Мой профиль
  • Выход

ArcMap

  • На главную
  • Начало работы
  • Карта
  • Анализ
  • Управление данными
  • Инструменты
  • Дополнительные модули

Export BIS Metadata

  • Сводка
  • Использование
  • Синтаксис
  • Пример кода
  • Параметры среды
  • Информация о лицензиях

Сводка

Exports the metadata for datasets within a Bathymetric Information System (BIS) workspace.

Использование

  • You can export the metadata for all datasets within your BIS workspace or, optionally, for datasets consisting of a single surface model within your BIS workspace.

    Примечание:

    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 exported metadata includes Extended Metadata, Collection Metadata, and Internal Metadata (for any BAG datasets), as well as various other properties of each dataset, such as cell size and dataset name.

  • The metadata fields and values that are exported will be consistent with those that appear in the Explore Bathymetry window. Field values for any Extended or Collection metadata fields that are not enabled as searchable from their respective Metadata Configuration Editor dialog box will also be exported.

  • Metadata fields and field values for retired fields will not be exported.

  • For enterprise BIS workspaces, only metadata for the most recent version of a model can be exported.

  • If the tool is run while adding bathymetry to a BIS workspace, the export will contain records for only those datasets that existed in the BIS prior to running the Add Bathymetry tool.

Синтаксис

arcpy.bathymetry.ExportBisMetadata(bis_workspace, out_table, {bis_model})
ПараметрОбъяснениеТип данных
bis_workspace

The Bathymetric Information System (BIS) from which the metadata should be exported. This parameter accepts any geodatabase (.gdb) or enterprise database connection file (.sde) that has been registered as a BIS on the most recently upgraded version.

Workspace
out_table

The output geodatabase table that will be created containing each dataset's metadata values.

Table
bis_model
(Дополнительный)

The BIS surface model from which the metadata should be exported. If no value is given, the metadata for all datasets in the BIS will be exported.

String

Пример кода

ExportBisMetadata example (stand-alone script)

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

# Name: ExportBisMetadata_Ex1.py
# Description: Exports metadata for a few bathymetry datasets within the BIS geodatabase
# Requirements: ArcGIS Bathymetry

import arcpy
arcpy.CheckOutExtension("Bathymetry")

# set up parameters
bis_workspace = r"C:\Data\BIS.gdb"
out_table = r"C:\Data\BIS_Exports.gdb\San_Diego_Bathymetry_Metadata"
bis_model = "San Diego Bathymetry"

# execute the tool
arcpy.ExportBisMetadata_bathymetry(bis_workspace, out_table, bis_model)

Параметры среды

  • Текущая рабочая область

Информация о лицензиях

  • Basic: Нет
  • Standard: Требуется ArcGIS Bathymetry
  • Advanced: Требуется ArcGIS Bathymetry

Связанные разделы

  • An overview of the Data Export toolset
  • Viewing extended and collection metadata schemas
  • Retiring a metadata field

ArcGIS Desktop

  • На главную
  • Документация
  • Поддержка

ArcGIS

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

Об Esri

  • О нас
  • Карьера
  • Блог Esri
  • Конференция пользователей
  • Саммит разработчиков
Esri
Расскажите нам, что вы думаете.
Copyright © 2021 Esri. | Конфиденциальность | Правовая информация