ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

MigrateProductLibraryInfo

Available with Aviation Charting license.

  • Summary
  • Discussion
  • Syntax
  • Code sample

Summary

Migrates ArcGIS Aviation Charting ArcGIS Desktop based AOI information and extraction settings to ArcGIS Aviation Charting ArcGIS Pro based AOI information and extraction settings.

License:

This function requires an ArcGIS Aviation Charting license.

Discussion

The product library is a geodatabase that allows multiuser environments to centralize information and behavior for cartographic and digital data production. The product library is referenced by many tools in ArcGIS Aviation Charting to store and manage configuration components in ArcMap.

ArcGIS Aviation Charting is now an established part of ArcGIS Pro and uses a new format of AOI structures and an extraction query table. This tool exports the existing AOI and extraction settings information to a new AOI and extraction table.

Syntax

MigrateProductLibraryInfo (product_library, target_workspace)
ParameterExplanationData Type
product_library

The product library path where the AOI and extraction query data will be imported into the target workspace.

String
target_workspace

The path to the geodatabase where the AOI and extraction query data will be imported. The geodatabase must already have an AOI and extraction query feature class.

String

Code sample

MigrateProductLibraryInfo example

This MigrateProductLibraryInfo sample exports an existing AOI and extraction settings.

# Name: MigrateProductLibraryInfo_example.py
# Description: migrate AOI and extraction data from product library into a geodatabase with ArcGIS Aviation Charting in Pro based AOI and extraction table

# Import arcpyproduction 
import arcpy
import arcpyproduction

# Check out Aviation license
arcpy.CheckOutExtension("Aeronautical")

# Set variables
Product_Library = r'c:\data\PL.sde'
Target_Workspace = r'c:\data\Database.sde'

# Execute MigrateProductLibrary
arcpyproduction.aviation.charting.MigrateProductLibraryInfo(Product_Library, Target_Workspace)

# Check in Aviation license
arcpy.CheckInExtension("Aeronautical")

Related topics

  • Introduction to arcpyproduction.aviation.charting

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS

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

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2021 Esri. | Privacy | Legal