Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dave/gpt
Manipulates the route files for the Greater Patagonia Trail
https://github.com/dave/gpt
Last synced: about 1 month ago
JSON representation
Manipulates the route files for the Greater Patagonia Trail
- Host: GitHub
- URL: https://github.com/dave/gpt
- Owner: dave
- Created: 2020-03-28T13:26:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T12:14:27.000Z (about 2 months ago)
- Last Synced: 2024-11-15T13:20:14.527Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 589 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpt
Manipulates the route files for the Greater Patagonia Trail.
## Install
### Mac / Linux
Use [homebrew](https://brew.sh/) to install:
```
brew install dave/gpt/gpt
```to upgrade:
```
brew upgrade dave/gpt/gpt
```### Windows
Download the binary from the [releases page](https://github.com/dave/gpt/releases).
## Usage
Create an empty directory, and copy `GPT Master.kmz` into it. This file is included in [the track files zip](https://www.wikiexplora.com/Greater_Patagonian_Trail#The_GPT_Track_Files).
Run the `gpt` command in that directory.
The command will create a new directory `output` with the output files.
```
Usage of gpt:
-ele
lookup elevations (default true)
-output string
output dir (default "./output")
-points string
all points file (default "./All Points.kmz")
-stamp string
date stamp for output files (default "20200403")
-tracks string
all tracks file (default "./All Tracks.kmz")
-version
show version
```