Tool Export GPX
Exports vector data points to GPS eXchange format GPX.
References:
The GPS Exchange Format
- Author: O. Conrad (c) 2009
- Menu: File|Shapes|Export
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Shapes | shapes, input | SHAPES | - | - |
Options | File | file path | FILE | - | - |
Elevation (*) | table field | ELE | - | - | |
Name (*) | table field | NAME | - | - | |
Comment (*) | table field | CMT | - | - | |
Description (*) | table field | DESC | - | - | |
(*) optional |
Command-line
Usage: saga_cmd io_shapes 14 [-SHAPES <str>] [-FILE <str>] [-ELE <str>] [-NAME <str>] [-CMT <str>] [-DESC <str>] -SHAPES:<str> Shapes shapes, input -FILE:<str> File file path -ELE:<str> Elevation table field -NAME:<str> Name table field -CMT:<str> Comment table field -DESC:<str> Description table field