Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 2656885ae1 add clientside file reader 2 жил өмнө
images dcd2542c41 add main template 2 жил өмнө
migrations 2656885ae1 add clientside file reader 2 жил өмнө
static 2656885ae1 add clientside file reader 2 жил өмнө
templates 2656885ae1 add clientside file reader 2 жил өмнө
.gitignore 21267ce51e init django app 2 жил өмнө
README.md dcd2542c41 add main template 2 жил өмнө
__init__.py 21267ce51e init django app 2 жил өмнө
admin.py 84e06f4637 add admin interface 2 жил өмнө
apps.py 21267ce51e init django app 2 жил өмнө
models.py 84e06f4637 add admin interface 2 жил өмнө
tests.py 21267ce51e init django app 2 жил өмнө
urls.py dcd2542c41 add main template 2 жил өмнө
views.py dcd2542c41 add main template 2 жил өмнө

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