Features To GPX (Conversion Tools)
Summary
Converts point, multipoint, or polyline features to a GPX format file (.gpx).
Usage
The
.gpxfile collects points in two ways: waypoints and tracks. Waypoints are generally single unrelated points, while tracks compose a route or collection of related points with a start and end point. The type of point collected will be written to the appropriate GPX tag:WPTfor waypoint orTRKPTfor trackpoint. Waypoints can include a name and description for each individual point. Tracks include a name and description for the track, not for each individual point.Line features will output as tracks (
TRKStag) and point and multipoint features will output as waypoints (WPTtag). You can only use one feature type as input, so the output.gpxfile can contain either tracks or waypoints, not both.In addition to the
TRKS,TRKPT, andWPTtags, the tool can write additional tags to the output.gpxfile. The tool includes parameters you can use to select the attribute field values to populate the following tags:name—Namedesc—Descriptionelevation—Elevationtime—Date/time
The GPX format uses the WGS84 geographic coordinate system. If the input data is not in WGS84, the input features will be projected when written to the
.gpxfile. If a transformation is required, the best match is used. To control how your input features are projected, run the Project tool to convert your data to WGS84, choose the correct transformation, and use the projected features as input to this tool.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Features |
The input point, multipoint, or line features. |
Feature Layer |
|
Output GPX File |
The |
File |
|
Name Field (Optional) |
A field from the input features with values used to populate the GPX |
Field |
|
Description Field (Optional) |
A field from the input features with values used to populate the GPX |
Field |
|
Z Field (Optional) |
A numeric field from the input features with values used to populate the GPX |
Field |
|
Date Field (Optional) |
A date/time field from the input features with values used to populate the GPX |
Field |
Environments
Current Workspace, Scratch Workspace, Extent
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes