Last active
April 30, 2017 11:56
-
-
Save georggrab/218848a8d591d033f44c532a9b6d6874 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "ASDA-123geadf", | |
"name": "Großer Brombachsee", | |
"baseline": [ | |
{ | |
"ph": 3.41, | |
"timestamp": 1231524352, | |
"source": "LOBW_PH_DATA_GERMANY" | |
}, | |
{ | |
"timestamp": 1231524352, | |
"conductivity": 13.41, | |
"tpa": 321123, | |
"temp": 13.31, | |
"source": "TRUSTED_SENSOR_V1.0_MEASURMENT" | |
} | |
], | |
"measurments": [ | |
{ | |
"ph": 5.31, | |
"conductivity": 13.48, | |
"tpa": 12.13, | |
"timestamp": 321321321, | |
"source": "SENSOR_V1.0", | |
"pictures": [ | |
{ | |
"source": "http://asdasd.asd.png", | |
"height": 200, | |
"width": 400, | |
"title": "Its a nice Sea", | |
"description": "Looks good to me!", | |
"imageGeoData": [ | |
48.1232131, | |
13, | |
12312312 | |
] | |
} | |
], | |
"userComment": { | |
"displayName": "Don Joe", | |
"comment": "This sea looks totally fine!" | |
} | |
}, | |
{ | |
"ph": 8.31, | |
"source": "SENSOR_V1.1", | |
"conductivity": 11.48, | |
"tpa": 11.13, | |
"timestamp": 321321321, | |
"pictures": [] | |
} | |
], | |
"results": [ | |
{ | |
"quality": "CONGESTED", | |
"reason": "The pH measurments of multiple users don't correlate with our baseline measurments. This is a strong indicator for chemical congestion.", | |
"timestamp": 3123123 | |
}, | |
{ | |
"quality": "UNSURE", | |
"reason": "We have insufficient measurments in order to evaluate the safety of this water source", | |
"timestamp": 3124234 | |
}, | |
{ | |
"quality": "GOOD", | |
"reason": "Most Users' measurements correlate with our baseline data. This water source seems pure.", | |
"timestamp": 512311 | |
} | |
], | |
"shape": { | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
10.8819580078125, | |
49.131857702226306 | |
], | |
[ | |
10.889511108398438, | |
49.123769891142764 | |
], | |
[ | |
10.932083129882812, | |
49.117927873763634 | |
], | |
[ | |
10.968132019042969, | |
49.116130191506805 | |
], | |
[ | |
10.96710205078125, | |
49.13410408228901 | |
], | |
[ | |
10.920066833496094, | |
49.15139779932695 | |
], | |
[ | |
10.873031616210938, | |
49.157011344758196 | |
], | |
[ | |
10.866851806640625, | |
49.153867837688765 | |
], | |
[ | |
10.9039306640625, | |
49.13994419406715 | |
], | |
[ | |
10.87646484375, | |
49.14308858462884 | |
], | |
[ | |
10.869598388671875, | |
49.13994419406715 | |
], | |
[ | |
10.848312377929688, | |
49.13567648776643 | |
], | |
[ | |
10.857925415039062, | |
49.12444392578877 | |
], | |
[ | |
10.8819580078125, | |
49.12624130672081 | |
], | |
[ | |
10.8819580078125, | |
49.131857702226306 | |
] | |
] | |
] | |
} | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment