Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 69e782c04f fix speed field hace 2 años
images dcd2542c41 add main template hace 2 años
migrations 69e782c04f fix speed field hace 2 años
static 69e782c04f fix speed field hace 2 años
templates 406af8f8f3 fix mysql compatibility hace 2 años
.gitignore 21267ce51e init django app hace 2 años
README.md dcd2542c41 add main template hace 2 años
__init__.py 21267ce51e init django app hace 2 años
admin.py 62c6dd1817 change admin map hace 2 años
apps.py 21267ce51e init django app hace 2 años
models.py 69e782c04f fix speed field hace 2 años
serializers.py f7dc3f8ec3 add marker rest api hace 2 años
tests.py 81a903e4e9 add tests hace 2 años
urls.py da7adbb998 add location filtering hace 2 años
views.py 69e782c04f fix speed field hace 2 años

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