- added import scripts for project area 'Pechgraben'

This commit is contained in:
Arno Kaimbacher 2022-03-08 18:06:12 +01:00
parent 675dd2f641
commit edfff8bd84
7 changed files with 327 additions and 1 deletions

View file

@ -72,6 +72,9 @@ class SensorType:
elif type_ == "inclinometer": # INCLINOMETER
self.pattern = {"name": "inclinometer", "type": 'fixed', "attributes": [
("Slope", "m"), ("Roll", "m")]}
elif type_ == "camera": # INCLINOMETER
self.pattern = {"name": "camera", "type": 'fixed', "attributes": [
("Image", "xo")]}
elif type_ == "noise": # NOISE
self.pattern = {"name": "noise", "type": 'fixed', "attributes": [
("Battery level", "m"), ("Noise", "m")]}