gpxtoolkit

package module
v0.0.0-...-1ab58d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2022 License: MIT Imports: 1 Imported by: 0

README

gpxtoolkit

Collection of tools to deal with GPX files.

Tools

gpxkml

Translate GPX files to KML files suitable for viewing in Google Earth.

googlecsv

Translate Google location history XML into gpxtoolkit CSV.

csvgpx

Translate gpxtoolkit CSV into GPX.

Compiling

go build in tool directory.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Point

type Point struct {
	Lat     float64
	Lon     float64
	Elev    float64
	Time    time.Time
	HasLoc  bool
	HasElev bool
	HasTime bool
}

Point represents a geographic location, with timestamp.

func (*Point) Invalidate

func (pt *Point) Invalidate()

Invalidate clears point of its details.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL