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.
Branch | Build Status |
---|---|
master |
How do I get this into an ArcGIS Pro project?
-
Download this repository
-
Open or create an ArcGIS Pro project
-
Right-click a toolbox in the Project, select New > Script
-
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