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.
- Host: GitHub
- URL: https://github.com/s-celles/GPX.jl
- Owner: scls19fr
- License: mit
- Created: 2019-11-12T17:39:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T21:48:03.000Z (about 5 years ago)
- Last Synced: 2024-06-11T17:43:52.786Z (about 2 years ago)
- Topics: gps, gps-library, gpx, gpx-data, gpx-format, gpx-library, gpx-reader, gpx-writer, julialang
- Language: Julia
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPX.jl
[](https://travis-ci.com/scls19fr/GPX.jl)
[](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.