sruti
sruti
The Taiwanese API has been changed so the URL needs to be changed in the [source file](https://github.com/openaq/openaq-fetch/blob/develop/sources/tw.json#L3) and the [adapter updated](https://github.com/openaq/openaq-fetch/blob/develop/adapters/taiwan.js). The differences are pretty minimal, so it shouldn't be...
Hourly Data can be found here: https://monitoring.cleanairactionplan.org/current-data/ Coordinates found in the source code of the map here: https://monitoring.cleanairactionplan.org/map-view/
Looks like we aren't pulling all the available stations in Cyprus from the [EEA adapter](https://github.com/openaq/openaq-fetch/blob/develop/adapters/eea-direct.js). All stations can be viewed here: https://www.airquality.dli.mlsi.gov.cy/all_stations_data_PM. This might be related to the problem with...
The Environmental Evaluation and Enforcement Agency (OEFA, LIMA - PERU) reached out to us about adding data to the platform. Data can be viewed on a map and in a...
There are some data points with dates like `2027-08-20`, which must be an error in the adapter or from the source. Fetch should catch these and throw an error so...
Netherlands data is available through an API https://api.luchtmeetnet.nl/open_api. With it we can: - get more accurate data (the current method is sometimes returning -999 when it shouldn't be) - programmatically...
No API but seems fairly straightforward to get hourly-averaged data (or every 15 min in some cases) across 96 sites from here: http://www.scottishairquality.scot/data/data-selector An ftp server is mentioned [here](http://www.scottishairquality.scot/data/) but...