Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 9867503626 add next parameter vor 3 Monaten
images dcd2542c41 add main template vor 2 Jahren
migrations c5b1ad6418 move area calculation to server vor 2 Jahren
static 63ade01843 add region to track text vor 4 Monaten
templates 9867503626 add next parameter vor 3 Monaten
workers 620c88e8c8 create trips after import 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 61cb51cbcc update admin models with django 5.0 vor 10 Monaten
apps.py 21267ce51e init django app vor 2 Jahren
models.py 620c88e8c8 create trips after import vor 2 Jahren
serializers.py f7dc3f8ec3 add marker rest api vor 2 Jahren
tests.py 81a903e4e9 add tests vor 2 Jahren
urls.py 358b0319ea move api secrets to django settings vor 4 Monaten
views.py 358b0319ea move api secrets to django settings vor 4 Monaten

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