air_quality_fusion
ActiveTool of ai.dynamicfeed/dynamic-feed
Cross-validated air quality — TWO independent networks reading the same sky: the Open-Meteo CAMS model (the existing air_quality source) vs real ground monitors via OpenAQ v3 (government reference stations), with a per-pollutant (PM2.5, PM10, O3, NO2) agreement verdict (high/moderate/low/divergent), both values + the delta, and station distance/freshness caveats — the two numbers are never blended. `location` = an AU preset ("brisbane" default, "sydney", "melbourne", "perth", "adelaide"), any city name (geocoded), or a "lat,lon" string; explicit `lat`/`lon` override. Complements air_quality (single-network AQI). If one network is down the result degrades honestly to single-source (agreement: "unverified"). Stations whose licence disallows commercial use are auto-excluded via OpenAQ's machine-readable licence flags; per-station provider attribution + licence carried in provenance. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "air_quality_fusionArguments",
"properties": {
"lat": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lat",
"default": null
},
"lon": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lon",
"default": null
},
"location": {
"type": "string",
"title": "Location",
"default": "brisbane"
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries