Reports
This section offers detailed insights into particulate matter (PM) concentrations, including annual averages, daily means, hourly measurements, and diurnal patterns.
1. Comprehensive air quality data analytics for specific grids over customisable time periods
Body Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"grid_id": "659d036497e611001236cd1b",
"start_time": "2024-08-01T00:00",
"end_time": "2024-09-30T00:00"
}{
"annual_data": {
"pm10_calibrated": 20.5,
"pm25_calibrated": 15.8,
// ... other annual data
},
"daily_mean_data": [
{
"date": "2024-08-01",
"pm10_avg": 35.2,
"pm25_avg": 22.1
},
// ... other daily data
],
"hourly_mean_data": [
{
"time": "2024-08-01T00:00",
"pm10_avg": 40.5,
"pm25_avg": 28.3
},
// ... other hourly data
],
// ... other data types
}
Usage Instructions
Last updated
Was this helpful?