Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 620c88e8c8 create trips after import 2 år sedan
images dcd2542c41 add main template 2 år sedan
migrations c5b1ad6418 move area calculation to server 2 år sedan
static 7084e3d2ce bugfix 2 år sedan
templates c8c36aab3b precalculate trips 2 år sedan
workers 620c88e8c8 create trips after import 2 år sedan
.gitignore 21267ce51e init django app 2 år sedan
README.md dcd2542c41 add main template 2 år sedan
__init__.py 21267ce51e init django app 2 år sedan
admin.py c5b1ad6418 move area calculation to server 2 år sedan
apps.py 21267ce51e init django app 2 år sedan
models.py 620c88e8c8 create trips after import 2 år sedan
serializers.py f7dc3f8ec3 add marker rest api 2 år sedan
tests.py 81a903e4e9 add tests 2 år sedan
urls.py c8c36aab3b precalculate trips 2 år sedan
views.py 620c88e8c8 create trips after import 2 år sedan

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