I 'd like to plot my GPS points (LLA) on Googlemaps with Julia and also would like to plot a route between two GPS points on GoogleMaps again via julia. I did a little bit of research on the forums but couldn’t really find a clear answer for this nor an example of Julia and GoogleMaps interact. Anyone knows a way or example to do?
I checked them before I posted this topic here, but the code is more for modeling, and doeesn’t give us an idea of how Julia and GoogleMaps are interacting with
I dont know how GoogleMaps is accepting data, but all I have is a CSV file that includes date-time-longitude-latitude-altitude data. I can change the file format to any file that is convenient for GoogleMaps, but before that, I need to know a way to plot GoogleMaps in Julia
My opinion is that there is a room for a developer (or several developers) to be able to create such files in a quite human understandable API (probably on top of libraries such as LightXML.jl or EzXML.jl
Such a project could be quite similar to Python libraries such as pyKML (seems to be unmaintained), fastkml, simplekml