Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 17d4ac32f7 i18n 2 жил өмнө
images dcd2542c41 add main template 2 жил өмнө
migrations da7adbb998 add location filtering 2 жил өмнө
static da7adbb998 add location filtering 2 жил өмнө
templates 17d4ac32f7 i18n 2 жил өмнө
.gitignore 21267ce51e init django app 2 жил өмнө
README.md dcd2542c41 add main template 2 жил өмнө
__init__.py 21267ce51e init django app 2 жил өмнө
admin.py da7adbb998 add location filtering 2 жил өмнө
apps.py 21267ce51e init django app 2 жил өмнө
models.py da7adbb998 add location filtering 2 жил өмнө
serializers.py f7dc3f8ec3 add marker rest api 2 жил өмнө
tests.py 81a903e4e9 add tests 2 жил өмнө
urls.py da7adbb998 add location filtering 2 жил өмнө
views.py 81a903e4e9 add tests 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