Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.34 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.34 KB

Lake Maps NL

ImportGpx ArcGIS Pro Script Tool

An ArcGIS Pro script tool to import track depths from a GPX file that uses Garmin's Track Point Extension. This was tested and is primarily used with GPX files produced by a Garmin echoMAP™ 42dv.

Build status

Branch Build Status
master Build Status

Installation

How do I get this into an ArcGIS Pro project?

  1. Download this repository

  2. Open or create an ArcGIS Pro project

  3. Right-click a toolbox in the Project, select New > Script

    New > Script
  4. Populate the metadata fields for the script

    The Script File field should contain the path to the script in the downloaded copy of this repository—the remaining fields do not need to contain anything in particuar. The Parameters tab for the script should have the following two rows, one input file and one output feature class:

    Label Name Data Type Type Direction Category Filter
    GPX file GPX_file File Required Input File*
    Output feature class Output_feature_class Feature Class Required Output Feature Type**

    * Add "gpx" to the list of extensions for the File Filter
    ** Select Point for the Feature Type Filter

    Script General Information Script Parameters