Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese ba2734e251 add support for gpx upload 4 ay önce
images dcd2542c41 add main template 2 yıl önce
migrations c5b1ad6418 move area calculation to server 2 yıl önce
static ba2734e251 add support for gpx upload 4 ay önce
templates ba2734e251 add support for gpx upload 4 ay önce
workers 620c88e8c8 create trips after import 2 yıl önce
.gitignore 21267ce51e init django app 2 yıl önce
README.md dcd2542c41 add main template 2 yıl önce
__init__.py 21267ce51e init django app 2 yıl önce
admin.py 61cb51cbcc update admin models with django 5.0 10 ay önce
apps.py 21267ce51e init django app 2 yıl önce
models.py 620c88e8c8 create trips after import 2 yıl önce
serializers.py f7dc3f8ec3 add marker rest api 2 yıl önce
tests.py 81a903e4e9 add tests 2 yıl önce
urls.py c8c36aab3b precalculate trips 2 yıl önce
views.py 620c88e8c8 create trips after import 2 yıl önce

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