scls19fr / KMLTracks.jl

A Julia library to parse KML files or strings (ie read them) with gx:Track extension
MIT License
2 stars 2 forks source link

FileIO integration #6

Open scls19fr opened 4 years ago

scls19fr commented 4 years ago

Similar to https://github.com/scls19fr/GPX.jl/issues/4 FileIO integration might be considered here also Pinging @alhirzel

alhirzel commented 4 years ago

PR #7

scls19fr commented 4 years ago

I'm wondering if this is, in fact, a good idea for KMLTracks... because KMLTracks only handle tracks in kml files... so not any kind of kml files and associates attributes.

Anyway I think it's better to tackle GPX.jl integration with FileIO and have a look at KMLTracks later (if that's really a good idea)