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 for 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

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

VPF To Geodatabase

Available with Production Mapping license.

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Imports VPF data in VMap or DNC formats into a geodatabase. Sources that can be imported include Digital Nautical Chart (DNC), Vector Map (VMap 0, VMap 1, and VMap 2), Urban Vector Map (UVMap), Foundation Feature Data (FFD), and Vector Interim Terrain Data (VITD).

Usage

  • VPF data can be imported into a blank or existing geodatabase with VPF data.

  • Data can be imported from a VPF workspace folder or library folder. A workspace folder is the directory containing the library attribute table (LAT) or the location in the Catalog tree where you can see the VPF coverages. The library folder is a child directory inside a VPF workspace containing a coverage attribute table (CAT).

  • If the schema doesn't exist, this tool creates a dataset based on each library that is imported and stores the individual feature classes in it.

  • Multiple VPF products can exist in the same geodatabase. For instance, both DNC and VMAP1 data can be stored in a single geodatabase.

  • Notes can be imported for DNC and FFD data.

  • If the annotation feature classes don't exist in the geodatabase, the tool will search the library and extract the symbol information and attempt to create the symbol collection so the symbology remains intact.

Syntax

VpfToGeodatabase(in_vpf_features, in_target_geodatabase, in_product, {import_notes})
ParameterExplanationData Type
in_vpf_features
[in_vpf_features,...]

The VPF data to be imported into the geodatabase from specific layers or a folder that contains one or more libraries. Point, line, and polygon features can be imported.

If a folder contains multiple libraries, all of them will be imported into the same geodatabase.

Feature Layer; Folder; VPF Coverage
in_target_geodatabase

The geodatabase to which the VPF data will be imported. This can be a new or existing geodatabase.

Workspace
in_product

The type of VPF product that will be imported into the geodatabase.

  • DNC —Digital Nautical Chart data in the Approach, Coastal, General, or Harbor scales
  • FFD —Foundation Feature Data
  • VITD —Vector Interim Terrain Data
  • VMAP0 —Vector Map Level O
  • VMAP1 —Vector Map Level 1
  • VMAP2 —Vector Map Level 2
  • UVMAP —Urban Vector Map
String
import_notes
(Optional)

Indicates whether notes are imported. Notes can only be imported with DNC and FFD data.

  • IMPORT_NOTES —Notes data is imported into the geodatabase. This is the default.
  • NO_IMPORT_NOTES —Notes data is not imported into the geodatabase.
Boolean

Code sample

VPFToGeodatabase example (stand-alone script)

The following stand-alone sample script demonstrates VPFToGeodatabase.

# Name: VPFToGeodatabaseExample.py
# Description: Import VMap1 data into a new file geodatabase.
# Author: Esri
# Date: February 2014

# Import arcpy module
import arcpy

# Check out Production Mapping license
arcpy.CheckOutExtension("Foundation")

# Set environment
arcpy.env.workspace="c:/data/"

# Define variables
inVPF="C:/data/VPF/v1097/noamer/lib_097:bnd/barrierl;C:/data/VPF/v1097/noamer/lib_097:bnd/coastl;C:/data/VPF/v1097/noamer/lib_097:bnd/polbnda"
inTarget="VMap_data.gdb"

# Execute VPFToGeodatabase
arcpy.VpfToGeodatabase_production(inVPF, inTarget, "VMAP1", "NO_IMPORT_NOTES")

# Check in Production Mapping license
arcpy.CheckInExtension("Foundation")

Environments

  • Current Workspace

Licensing information

  • ArcGIS Desktop Basic: No
  • ArcGIS Desktop Standard: Requires Production Mapping
  • ArcGIS Desktop Advanced: Requires Production Mapping

Related topics

  • An overview of the Conversion toolset
  • Data conversion in Production Mapping

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

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