Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 7084e3d2ce bugfix 2 years ago
images dcd2542c41 add main template 2 years ago
migrations c5b1ad6418 move area calculation to server 2 years ago
static 7084e3d2ce bugfix 2 years ago
templates c8c36aab3b precalculate trips 2 years ago
workers 42cfb6f0b0 improve logging 2 years ago
.gitignore 21267ce51e init django app 2 years ago
README.md dcd2542c41 add main template 2 years ago
__init__.py 21267ce51e init django app 2 years ago
admin.py c5b1ad6418 move area calculation to server 2 years ago
apps.py 21267ce51e init django app 2 years ago
models.py c5b1ad6418 move area calculation to server 2 years ago
serializers.py f7dc3f8ec3 add marker rest api 2 years ago
tests.py 81a903e4e9 add tests 2 years ago
urls.py c8c36aab3b precalculate trips 2 years ago
views.py 42cfb6f0b0 improve logging 2 years ago

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