Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.