Code Monkey home page Code Monkey logo

tinkergps2basemaps's Introduction

TinkerGPS2Basemaps

Wofür?

Liest die Position von Tinkerforge GPS Bricklets ein und stellt die Punkte live auf Basemaps dar.

GPS Koordinate Europa

Wie benutzt man es?

python tinkerGPS2Basemaps.py

Was tut es?

  1. Initialisiert das GPS Bricklet (UID ändern!)
  2. wartet bis GPS genug Satelliten gefunden hat
  3. Rendert Karte von Europa (je nach Zoom)
  4. zeichnet GPS Punkte live ein (alle 1 Sekunde)
  5. schreibt gpsdump.csv Datei mit Rohdaten

Karte

Punkte werden zur Laufzeit eingezeichnet (Echtzeit).

Detail View

GPSDUMP.CSV

Date , Time     , North   , N, East    , E, PDOP, HDOP, VDOP, EPE 
61213, 124736100, 51040055, N, 13792814, E, 3012, 2826, 1044, 2236

PDOP, HDOP and VDOP are the dilution of precision DOP values. They specify the additional multiplicative effect of GPS satellite geometry on GPS precision. The values are give in hundredths.

EPE is the "Estimated Position Error". The EPE is given in cm. This is not the absolute maximum error, it is the error with a specific confidence.

GPSSTATS

Mit gpsstats.py kann man sich den EPE-Verlauf aller Daten in der gpsdump.csv darstellen lassen.

EPE der Daten aus gpsdump.csv

Dependencies

  1. Matplotlib (for Rendering)
  2. Basemap (for Map)
  3. numpy (for array)
  4. Tinkerforge Egg (for Tinkerforge Brick Communication)

tinkergps2basemaps's People

Contributors

balzer82 avatar

Watchers

 avatar

Forkers

zhehe afcarl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.