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

Bubble Up

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

Summary

Transfers Quality of Position (QUAPOS) attribution, from the primitive to the feature, to symbolize features based on the QUAPOS attribute value. Features are split where the primitive attribution changes, and the QUAPOS values are then copied to the affected features.

Usage

  • The primitive attribute P_QUAPOS is transferred from the coincident features in PLTS_SpatialAttributeL to features in Coastline_L, DepthsL, and NaturalFeaturesL.

  • The tool should be run on chart geodatabases before using Calculate Symbology so that the features have the necessary attribution to properly symbolize.

    • For a new chart product, use the ALL_FEATURES option in the Target Features parameter.
    • When updating an existing chart product, the UNVERIFIED_FEATURES option in the Target Features parameter, will limit the affected features.

  • Any previous insertion made by earlier executions will be removed by selecting an option in the Target Features parameter. This will regenerate the output.

  • Upon first execution of the tool, a ParentLNAM field will be added that tracks the relationship between inserted features and the parent features used to generate them.

Syntax

arcpy.nautical.BubbleUp(input_workspace, target_features)
ParameterExplanationData Type
input_workspace

The geodatabase that contains the chart data in the nautical chart schema.

Workspace
target_features

Specifies the features to be updated.

  • ALL_FEATURES —All features will be updated. Use this option for a new chart product.
  • UNVERIFIED_FEATURES —Limits the features to be updated Use this option for an existing chart product.
String

Code sample

BubbleUp example (Python window)

The following Python window script demonstrates how to use the BubbleUp tool.

# Variables
prod_db = r"C:\Data\Charts\GB4X0000.gdb"

# Execute the tool
arcpy.BubbleUp_nautical(prod_db, "UNVERIFIED_FEATURES")

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: No
  • Standard: No
  • Advanced: Requires ArcGIS Maritime

Related topics

  • An overview of the Cartography toolset

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