Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 92d8aee635 add js upload preprocessor 2 роки тому
images dcd2542c41 add main template 2 роки тому
migrations 92d8aee635 add js upload preprocessor 2 роки тому
static 92d8aee635 add js upload preprocessor 2 роки тому
templates 92d8aee635 add js upload preprocessor 2 роки тому
.gitignore 21267ce51e init django app 2 роки тому
README.md dcd2542c41 add main template 2 роки тому
__init__.py 21267ce51e init django app 2 роки тому
admin.py 84e06f4637 add admin interface 2 роки тому
apps.py 21267ce51e init django app 2 роки тому
models.py 92d8aee635 add js upload preprocessor 2 роки тому
serializers.py f7dc3f8ec3 add marker rest api 2 роки тому
tests.py 21267ce51e init django app 2 роки тому
urls.py f7dc3f8ec3 add marker rest api 2 роки тому
views.py f7dc3f8ec3 add marker rest api 2 роки тому

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