openaq-fetch
openaq-fetch copied to clipboard
A tool to collect data for OpenAQ platform.
Looks like Canadian, South African, and Argentinian sources aren't making it to the platform. Probably a formatting issue. Note to self to look at csv files on SPARTAN site to...
http://aqicn.org/sources/ > There are currently more than 20,000 known air quality monitoring stations in the world, out of which more than 8,200 are published on the aqicn.org project. Scroll down...
Good Day, I have built my own Air Quality Sensor with the PMS5003 module and a ESP8266, using this project as source: https://how2electronics.com/interfacing-pms5003-air-quality-sensor-arduino/ I'm ready to Push/Post my sensor data...
Hello, we have previously opened up an API for Iceland AQ data in #552 There you could only fetch the last 24 hours, we have now added a new function...
Depends on work completed for the new OpenAQ Upload Tool: https://github.com/openaq/openaq-upload/pull/24
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...
A Rio de Janeiro adapter and source file. - Trello ticket: https://trello.com/c/8fKDDjYw/35-add-rio-adapter - Github issue: https://github.com/openaq/openaq-fetch/issues/500 - Data endpoint: http://www.data.rio/datasets/dados-hor%C3%A1rios-do-monitoramento-da-qualidade-do-ar-monitorar/geoservice?orderBy=Esta%C3%A7%C3%A3o - Example data: https://services1.arcgis.com/OlP4dGNtIcnD3RYf/arcgis/rest/services/Qualidade_do_ar_dados_horarios_2011_2018/FeatureServer/2/query?where=Data%20%3E%20CURRENT_TIMESTAMP%20-%20INTERVAL%20%2731%27%20DAY&outFields=Data,CodNum,Esta%C3%A7%C3%A3o,SO2,NO2,CO,NO,O3,PM10,PM2_5,Lat,Lon&returnGeometry=false&outSR=4326&f=json
A new source source for Ukraine, the source mentioned in #542, does not seem to exist anymor The source I found is: https://eco-city.org.ua/, but I am not sure if we...
This is a very rough draft for the adapter for the South Korea data score. I'm not familiar with Javascript's syntax so this might serve more as pseudocode than real...
I found this and haven't yet had a chance to investigate closely: http://www.airkorea.or.kr/index And it looks like PM10 and PM2.5 are shared in physical concentrations on map that may or...