Skip to content

jazzido/tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracer

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.

Installation

Install the requirements listed in requirements.txt with pip install -r requirements.txt

Running as a web application

python tracer.py

Then, go to http://localhost:5000

Running as a command line application

python csv2kml.py input.csv output.kml

License

© 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"

About

CSV to animated KML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published