Gabriel Fosse

Results 97 comments of Gabriel Fosse

> Hello Sruti, I am Gabriel the new developer for OpenAQ. I don't know if you still have the API key for Taiwan stashed away, but I am trying to...

new site details: [all stations](https://airtw.epa.gov.tw/gis_ajax.aspx?Type=GetAQInfo&Layer=EPA&QueryTime=2022/12/14%2014:00:00) *needs query time to stay up to date* [data](https://airtw.epa.gov.tw/json/airlist/airlist_1_2022121503_en.json) *needs airlist_${station#}_${date&time}* Looks like we can retool the adapter w/o the need for an API key.

Good find. Looks like we will have to use the api key with the [swagger docs](https://data.epa.gov.tw/swagger/en/).

New source has everything needed but differs enough from the original adapter that it probably merits being written from scratch. Looks like we can pull all the hourly data -...

No the old adapter was using cheerio to scrape the data from HTML

@russbiggs I am not sure if we can fix the data if it was scraped incorrectly (adapter: "Australia - New South Wales" nsw.js) - unless the source provides historical data....

@russbiggs should we go ahead and delete all non-China AirNow data prior to March 15 2017?

Here are all the unique parameters from all stations from the new Queensland source: |level\_0|index|parameter\_id|parameter\_name|abbreviation|units|1hr\_standard|standard|category\_id|link|standard\_units|station\_id| |---|---|---|---|---|---|---|---|---|---|---|---| |0|0|131|Particle PM2\.5|PM2\.5|µg/m³|50\.0|25\.0|5|https://www\.qld\.gov\.au/environment/pollution/monitoring/air-monitoring/trend-graphs\#c|µg/m³ \(24hr avg\)|abpo| |1|1|1|Wind direction|WD|deg|0\.0|0\.0|2|https://www\.qld\.gov\.au/environment/pollution/monitoring/air-monitoring/meteorology-factors\#windspeed|deg \(1hr avg\)|ald| |2|2|2|Wind speed|WS|m/s|0\.0|0\.0|2|https://www\.qld\.gov\.au/environment/pollution/monitoring/air-monitoring/meteorology-factors\#windspeed|m/s \(1hr avg\)|ald| |3|3|9|Humidity|Hum|%|0\.0|0\.0|2|https://www\.qld\.gov\.au/environment/pollution/monitoring/air-monitoring/meteorology-factors\#humidity|% \(1hr...

It looks like `pm10` and `pm25` are reported as 24 hour averages, and only `so2` and `no2` are 1 hour averages. `co2` and `o3` are 8 hour averages