- import mobile sensors for project area 'Voegelsberg'

This commit is contained in:
Arno Kaimbacher 2022-03-24 17:42:27 +01:00
parent 7f08225b40
commit 56e3df1cf4
9 changed files with 289 additions and 1 deletions

View file

@ -78,6 +78,9 @@ class SensorType:
elif type_ == "piezometer": # PIEZOMETER
self.pattern = {"name": "piezometer", "type": 'fixed', "attributes": [
("Elevation", "m")]}
elif type_ == "tachymeter": # TACHYMETER
self.pattern = {"name": "tachymeter", "type": 'mobile', "attributes": [
("TachymeterLocation", "go")]}
elif type_ == "noise": # NOISE
self.pattern = {"name": "noise", "type": 'fixed', "attributes": [
("Battery level", "m"), ("Noise", "m")]}