Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 42063dec07 optimize marker creation vor 2 Jahren
images dcd2542c41 add main template vor 2 Jahren
migrations 92d8aee635 add js upload preprocessor vor 2 Jahren
static 42063dec07 optimize marker creation vor 2 Jahren
templates 42063dec07 optimize marker creation vor 2 Jahren
.gitignore 21267ce51e init django app vor 2 Jahren
README.md dcd2542c41 add main template vor 2 Jahren
__init__.py 21267ce51e init django app vor 2 Jahren
admin.py 84e06f4637 add admin interface vor 2 Jahren
apps.py 21267ce51e init django app vor 2 Jahren
models.py 92d8aee635 add js upload preprocessor vor 2 Jahren
serializers.py f7dc3f8ec3 add marker rest api vor 2 Jahren
tests.py 21267ce51e init django app vor 2 Jahren
urls.py f7dc3f8ec3 add marker rest api vor 2 Jahren
views.py 42063dec07 optimize marker creation vor 2 Jahren

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