An open API service indexing awesome lists of open source software.

https://github.com/s-celles/GPX.jl

A Julia GPX parser (ie reader) and creator (ie writer). GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
https://github.com/s-celles/GPX.jl

gps gps-library gpx gpx-data gpx-format gpx-library gpx-reader gpx-writer julialang

Last synced: 9 months ago
JSON representation

A Julia GPX parser (ie reader) and creator (ie writer). GPX (GPS eXchange Format) is an XML based file format for GPS tracks.

Awesome Lists containing this project

README

          

# GPX.jl

[![Build Status](https://travis-ci.com/scls19fr/GPX.jl.svg?branch=master)](https://travis-ci.com/scls19fr/GPX.jl)
[![Codecov](https://codecov.io/gh/scls19fr/GPX.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/scls19fr/GPX.jl)

A Julia library to parse GPX files or string (ie read them) and to create such files (ie write them).

[GPX (GPS eXchange Format)](https://en.wikipedia.org/wiki/GPS_Exchange_Format) is an XML based file format for GPS tracks.