Given a CSV with columns
id
(unique identifier of the vehicle)time
(timestamp in seconds)lon
(longitude)latitude
(latitude)
Generates a KML containing gx:track
elements.
Install the requirements listed in requirements.txt
with pip install -r requirements.txt
python tracer.py
Then, go to http://localhost:5000
python csv2kml.py input.csv output.kml
© 2014 Manuel Aristarán. Distributed under the terms of the MIT License
Developed as part of the requirements for MIT course 1.204 "Computer Modeling: Human Mobility and Networks"