Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Aug 18, 2024
1 parent f29e291 commit 4e3310c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/indices/china.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Air Quality Index (AQI)

## Summary
## Background

China’s Air Quality Index accounts for six primary pollutants: PM2.5, PM10, CO, O3, NO2 and SO2. A daily and real-time AQI is reported, along with a forecasting AQI.

Expand Down
2 changes: 1 addition & 1 deletion docs/indices/hong-kong.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Air Quality Health Index (AQHI)

## Summary
## Background

The Air Quality Health Index (AQHI) accounts for 4 criteria pollutants: Particulate Matter (PM), O3, NO2 and SO2. For PM, both PM2.5 and PM10 are considered, however only the PM that poses the higher health risk is used in the AQHI calculation. Hong Kong reports hourly and forecast AQHIs.

Expand Down
4 changes: 2 additions & 2 deletions docs/indices/india.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ colorScale(colorScaleReshape(data))

Note: Adapted from “National Air Quality Index” (2014) [http://app.cpcbccr.com/ccr_docs/FINAL-REPORT_AQI_.pdf](http://app.cpcbccr.com/ccr_docs/FINAL-REPORT_AQI_.pdf) [^1]. Accessed August 16, 2024.

## Method
## Methods

India uses a sub-index method where the index value for each pollutant is calculated according to the following breakpoints:

Expand Down Expand Up @@ -69,7 +69,7 @@ Monitoring sites are then averaged weighted by the population of the 2km x 2km g

Other specifics around the computation of the city AQI are outlined by the CPCB and are out of scope for this document.

## Reference
## References

“About National Air Quality Index.” Central Pollution Control Board, [[cpcb.nic.in/displaypdf.php?id=bmF0aW9uYWwtYWlyLXF1YWxpdHktaW5kZXgvQWJvdXRfQVFJLnBkZg==](https://cpcb.nic.in/displaypdf.php?id=bmF0aW9uYWwtYWlyLXF1YWxpdHktaW5kZXgvQWJvdXRfQVFJLnBkZg==)](http://cpcb.nic.in/displaypdf.php?id=bmF0aW9uYWwtYWlyLXF1YWxpdHktaW5kZXgvQWJvdXRfQVFJLnBkZg==](https://cpcb.nic.in/displaypdf.php?id=bmF0aW9uYWwtYWlyLXF1YWxpdHktaW5kZXgvQWJvdXRfQVFJLnBkZg==)).

Expand Down
5 changes: 1 addition & 4 deletions docs/indices/malaysia.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const data = parseBreakpointsCsv(breakpoints);
colorScale(colorScaleReshape(data))
```

## Method
## Methods

The API uses a sub-index method, wherein an index value is calculated for each of the measured pollutants, then the final API value is chosen from the highest sub-index value of all pollutants evaluated. There is no guidance on the minimum number of pollutants to be included in the calculation. Specific guidance on rounding/truncation is also not included in the source material.

Expand Down Expand Up @@ -59,9 +59,6 @@ After all sub-indices for a station are computed, the maximum sub-index value is
{API} = {Max}({I}_{PM_{10}},{I}_{PM_{2.5}},SI_{SO_{2}},{I}_{SO_{2}},{I}_{O_{3}},{I}_{CO})
```

## Example


## References

[https://apims.doe.gov.my/pdf/API_Calculation.pdf](https://apims.doe.gov.my/pdf/API_Calculation.pdf>
Expand Down
4 changes: 1 addition & 3 deletions docs/indices/taiwan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Air Quality Index (AQI)

## Summary
## Background

```js

Expand Down Expand Up @@ -91,8 +91,6 @@ For SO<sub>2</sub> using a 1-hour averaging period, the real-time concentration

For NO<sub>2</sub>, the real-time concentration is equal to the monitoring data at the time of reporting. A rounding convention is not specified.

## Example

## References

[1]<https://airtw.moenv.gov.tw/ENG/Information/Standard/AirQualityIndicator.aspx>
Expand Down
2 changes: 1 addition & 1 deletion docs/indices/uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Daily Air Quality Index (DAQI)

## Overview
## Background

The United Kingdom’s Daily Air Quality Index (DAQI) accounts for five primary pollutants: PM2.5, PM10, O3, NO2 and SO2. The DAQI displays the air quality for the previous day. A forecast AQI also provides information on predicted pollutant levels for the next 5 days.

Expand Down
2 changes: 1 addition & 1 deletion docs/indices/us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Air Quality Index (AQI)

## Overview
## Background

The United States of America (US) uses an Air Quality Index that accounts for PM<sub>2.5</sub>, PM<sub>10</sub>, CO, O<sub>3</sub>, NO<sub>2</sub>, and SO<sub>2</sub>. The US reports a daily AQI as well as a NowCast and Forecast AQI.

Expand Down

0 comments on commit 4e3310c

Please sign in to comment.