Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scls19fr/kmltracks.jl
A Julia library to parse KML files or strings (ie read them) with gx:Track extension
https://github.com/scls19fr/kmltracks.jl
gps gps-library julialang kml kml-files
Last synced: about 1 month 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/scls19fr/kmltracks.jl
- Owner: scls19fr
- License: mit
- Created: 2019-11-14T19:23:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T12:08:49.000Z (over 4 years ago)
- Last Synced: 2024-06-11T17:44:07.467Z (5 months 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
[![Build Status](https://travis-ci.com/scls19fr/KMLTracks.jl.svg?branch=master)](https://travis-ci.com/scls19fr/KMLTracks.jl)
[![Codecov](https://codecov.io/gh/scls19fr/KMLTracks.jl/branch/master/graph/badge.svg)](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.