Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 358b0319ea move api secrets to django settings před 4 měsíci
images dcd2542c41 add main template před 2 roky
migrations c5b1ad6418 move area calculation to server před 2 roky
static 358b0319ea move api secrets to django settings před 4 měsíci
templates ba2734e251 add support for gpx upload před 4 měsíci
workers 620c88e8c8 create trips after import před 2 roky
.gitignore 21267ce51e init django app před 2 roky
README.md dcd2542c41 add main template před 2 roky
__init__.py 21267ce51e init django app před 2 roky
admin.py 61cb51cbcc update admin models with django 5.0 před 10 měsíci
apps.py 21267ce51e init django app před 2 roky
models.py 620c88e8c8 create trips after import před 2 roky
serializers.py f7dc3f8ec3 add marker rest api před 2 roky
tests.py 81a903e4e9 add tests před 2 roky
urls.py 358b0319ea move api secrets to django settings před 4 měsíci
views.py 358b0319ea move api secrets to django settings před 4 měsíci

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