- import mobile sensors for project area 'Voegelsberg'
This commit is contained in:
parent
7f08225b40
commit
56e3df1cf4
9 changed files with 289 additions and 1 deletions
|
@ -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")]}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue