/Weather/Airquality/{ID}
Returns the current air quality data from a single location collected by Administration de l'Environnement and sends you updates as they are processed by our engine.
Parameters
Parameter | Example value | Description |
---|---|---|
id | aev:Lux-Bonnevoie |
Id integer of weather station as found in GET /Weather/AirQuality |
Resource URL
/Weather/Airquality/{ID}
Format
The response will be formatted as a GeoJSON Feature.
Object properties
Key | Type | Possible values | Description |
---|---|---|---|
id | string |
{provider}:{number} |
id of the weather station (built from provider and id of provider) |
name | string |
{name} |
name of the weather station |
temp | float |
- {temp} - NULL |
temperature in Celsius |
pm10 | float |
- {pm10} - NULL |
Particles on the order of 10 micrometers or less (in µg/m3) |
no2 | float |
- {no2} - NULL |
Nitrogen dioxide (in µg/m3) |
o3 | float |
- {o3} - NULL |
Ozone (in µg/m3) |
so2 | float |
- {so2} - NULL |
Sulfur dioxide (in µg/m3) |
co | float |
- {co} - NULL |
Carbon monoxide (in mg/m3) |
last_update | integer |
{last_update} |
last update of the data in Unix time (milliseconds) |
Sample channel & response
/Weather/Airquality/aev:Esch-Alzette
{
"type": "new",
"data": [{
"id": "aev:Esch-Alzette",
"data": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [5.976941, 49.505011]
},
"properties": {
"id": "aev:Esch-Alzette",
"name": "Esch-Alzette",
"temp": 8.5,
"pm10": 15,
"no2": 12.9,
"o3": 54,
"so2": 1.2,
"co": 0.2,
"last_update": "1487340000000"
}
}
}]
}
License
Please refer to Weather/AirQuality for information about the air quality data licensing.
Credits
Made by Daniel Duton & Thierry Degeling from ION Network Solutions.
Sponsored by Digital Lëtzebuerg.