Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 715489f3c0 add next parameter преди 3 месеца
images dcd2542c41 add main template преди 2 години
migrations c5b1ad6418 move area calculation to server преди 2 години
static 63ade01843 add region to track text преди 4 месеца
templates 715489f3c0 add next parameter преди 3 месеца
workers 620c88e8c8 create trips after import преди 2 години
.gitignore 21267ce51e init django app преди 2 години
README.md dcd2542c41 add main template преди 2 години
__init__.py 21267ce51e init django app преди 2 години
admin.py 61cb51cbcc update admin models with django 5.0 преди 10 месеца
apps.py 21267ce51e init django app преди 2 години
models.py 620c88e8c8 create trips after import преди 2 години
serializers.py f7dc3f8ec3 add marker rest api преди 2 години
tests.py 81a903e4e9 add tests преди 2 години
urls.py 358b0319ea move api secrets to django settings преди 4 месеца
views.py 358b0319ea move api secrets to django settings преди 4 месеца

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