Skip to content

Commit

Permalink
more value types for GPS data
Browse files Browse the repository at this point in the history
  • Loading branch information
mfa committed Apr 23, 2016
1 parent 201d0c1 commit 6b0a1d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions feinstaub/sensors/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ def __str__(self):
('ratioP25', 'ratio 2.5µm in percent'),
##
('door_state', 'door state (open/closed)'),
## gpssensor
('lat', 'latitude'),
('lon', 'longitude'),
('height', 'height'),
('hdop', 'horizontal dilusion of precision'),
('timestamp', 'measured timestamp'),
('age', 'measured age'),
('satelites', 'number of satelites'),
('speed', 'current speed over ground'),
('azimuth', 'track angle'),
)


Expand Down

0 comments on commit 6b0a1d2

Please sign in to comment.