Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 715489f3c0 add next parameter há 3 meses atrás
images dcd2542c41 add main template há 2 anos atrás
migrations c5b1ad6418 move area calculation to server há 2 anos atrás
static 63ade01843 add region to track text há 4 meses atrás
templates 715489f3c0 add next parameter há 3 meses atrás
workers 620c88e8c8 create trips after import há 2 anos atrás
.gitignore 21267ce51e init django app há 2 anos atrás
README.md dcd2542c41 add main template há 2 anos atrás
__init__.py 21267ce51e init django app há 2 anos atrás
admin.py 61cb51cbcc update admin models with django 5.0 há 10 meses atrás
apps.py 21267ce51e init django app há 2 anos atrás
models.py 620c88e8c8 create trips after import há 2 anos atrás
serializers.py f7dc3f8ec3 add marker rest api há 2 anos atrás
tests.py 81a903e4e9 add tests há 2 anos atrás
urls.py 358b0319ea move api secrets to django settings há 4 meses atrás
views.py 358b0319ea move api secrets to django settings há 4 meses atrás

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