Skip to content
Snippets Groups Projects
Commit 4fb33e9a authored by Hoa Ben The Nguyen's avatar Hoa Ben The Nguyen
Browse files

change: method of differentiateing between lakes

parent 7c1a3c41
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -79,7 +79,7 @@ def input_new_Lidar_data(self, cursor, sensorId, bodyOfWater):
self.send_response(200)
self.send_header('Content-type', "application/json")
self.end_headers()
file_path = "./server/map_handler/lake_relations/newest_lidar_data.json"
file_path = "./server/map_handler/lake_relations/"+bodyOfWater+"_lidar_data.json"
content = None
current_directory = os.getcwd()
......
[{"MeasurementId": "7", "SubId": "36", "SubCenter": "(60.841532, 10.717878)", "Heights": "[1]"}, {"MeasurementId": "7", "SubId": "83", "SubCenter": "(60.828326, 10.982563)", "Heights": "[1, 27]"}, {"MeasurementId": "7", "SubId": "33", "SubCenter": "(60.771059, 10.698341)", "Heights": "[1]"}, {"MeasurementId": "7", "SubId": "136", "SubCenter": "(60.396856, 11.220933)", "Heights": "[1, 4, 6, 27, 7]"}]
\ No newline at end of file
[{"MeasurementId": "17", "SubId": "48", "SubCenter": "(60.816856, 10.723847)", "Heights": "[1]"}, {"MeasurementId": "17", "SubId": "100", "SubCenter": "(60.816856, 10.990419)", "Heights": "[1, 27]"}, {"MeasurementId": "17", "SubId": "36", "SubCenter": "(60.756856, 10.710419)", "Heights": "[1]"}, {"MeasurementId": "17", "SubId": "168", "SubCenter": "(60.396856, 11.230419)", "Heights": "[1, 4, 6, 27, 7]"}]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment