Merge branch 'master' into feature/CalculationsForPM2.5AndPM10

This commit is contained in:
raulolivar 2025-01-04 03:48:59 +01:00 committed by GitHub
commit 716016b76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

BIN
Barcelona.osm.pbf Normal file

Binary file not shown.

View File

@ -14,6 +14,7 @@ stations_data = nil
function fetch_pollution_data()
local url = "http://128.199.51.173:8000/routes/api/pollution/NO2"
local response, status = http.request(url)
if status == 200 and response then
@ -358,3 +359,4 @@ return {
process_turn = process_turn,
process_segment = process_segment
}