Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 21267ce51e init django app 2 년 전
migrations 21267ce51e init django app 2 년 전
static 1e97ba5ce2 last php revision 2 년 전
.gitignore 21267ce51e init django app 2 년 전
README.md 21267ce51e init django app 2 년 전
__init__.py 21267ce51e init django app 2 년 전
admin.py 21267ce51e init django app 2 년 전
apps.py 21267ce51e init django app 2 년 전
models.py 21267ce51e init django app 2 년 전
tests.py 21267ce51e init django app 2 년 전
views.py 21267ce51e init django app 2 년 전

README.md

GPS-Logger

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