Arduino + tinyGPS + Django + Javascript Caesium API

subDesTagesMitExtraKaese 620c88e8c8 create trips after import пре 2 година
images dcd2542c41 add main template пре 2 година
migrations c5b1ad6418 move area calculation to server пре 2 година
static 7084e3d2ce bugfix пре 2 година
templates c8c36aab3b precalculate trips пре 2 година
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 c5b1ad6418 move area calculation to server пре 2 година
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 c8c36aab3b precalculate trips пре 2 година
views.py 620c88e8c8 create trips after import пре 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