https://github.com/s-celles/KMLTracks.jl
A Julia library to parse KML files or strings (ie read them) with gx:Track extension
https://github.com/s-celles/KMLTracks.jl
gps gps-library julialang kml kml-files
Last synced: 8 months ago
JSON representation
A Julia library to parse KML files or strings (ie read them) with gx:Track extension
- Host: GitHub
- URL: https://github.com/s-celles/KMLTracks.jl
- Owner: s-celles
- License: mit
- Created: 2019-11-14T19:23:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T12:08:49.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T02:30:47.900Z (over 1 year ago)
- Topics: gps, gps-library, julialang, kml, kml-files
- Language: Julia
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KMLTracks.jl
[](https://travis-ci.com/scls19fr/KMLTracks.jl)
[](https://codecov.io/gh/scls19fr/KMLTracks.jl)
A Julia library to parse KML files or strings (ie read them) with `gx:Track` extension.
[KML (Keyhole Markup Language)](https://en.wikipedia.org/wiki/Keyhole_Markup_Language) is an XML based file format for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth.
This library just handle very basic KML files.