ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

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. | 隐私政策 | 法律声明