Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese dcd2542c41 add main template 2 éve
images dcd2542c41 add main template 2 éve
migrations 21267ce51e init django app 2 éve
static 1e97ba5ce2 last php revision 2 éve
templates dcd2542c41 add main template 2 éve
.gitignore 21267ce51e init django app 2 éve
README.md dcd2542c41 add main template 2 éve
__init__.py 21267ce51e init django app 2 éve
admin.py 21267ce51e init django app 2 éve
apps.py 21267ce51e init django app 2 éve
models.py 21267ce51e init django app 2 éve
tests.py 21267ce51e init django app 2 éve
urls.py dcd2542c41 add main template 2 éve
views.py dcd2542c41 add main template 2 éve

README.md

GPS-Logger

demo image

Features

  • 3D Map with GPS-Tracking data
  • automatic partitioning into tracks
  • charts of speed and height profiles
  • ingest of Arduino csv files and generic NMEA files
  • data optimization with RamerDouglasPeucker2d algorithm
  • censoring of sensitive coordinates

Roadmap

  • [X] Database
  • [X] Clientside JS
  • [X] Stylesheets
  • Port to Django
    • [X] Data Models
    • Public view
    • Authenticated gps ingestion
    • Urls
    • Tests