Gabriel Fosse

Results 97 comments of Gabriel Fosse

Thanks for pointing that out I'm going to look into updating this is adapter. The added error handling should come in handy.

Your assessment appears to be correct: - 657 unique physical stations were identified - Each unique station has ~2 associated addresses Examples of locations with more than one address: ```...

It looks like the "items" field where we we getting the measurements [data](https://airqualitykosova.rks-gov.net/dataservices/chart/stationDataTable?stationsListStr=%5B%7B%22id%22%3A10%7D%2C%7B%22id%22%3A11%7D%2C%7B%22id%22%3A4%7D%2C%7B%22id%22%3A3%7D%2C%7B%22id%22%3A5%7D%2C%7B%22id%22%3A6%7D%2C%7B%22id%22%3A13%7D%2C%7B%22id%22%3A9%7D%2C%7B%22id%22%3A12%7D%2C%7B%22id%22%3A8%7D%2C%7B%22id%22%3A1%7D%2C%7B%22id%22%3A2%7D%2C%7B%22id%22%3A7%7D%5D&resolution=hour&startTime=1708011812572&endTime=1708098212572&parameterListStr=%5B%7B%22id%22%3A1%2C%22name%22%3A%22pm10%22%2C%22unit%22%3A%22%20%C2%B5g%2Fm3%22%2C%22label%22%3A%22PM10%22%2C%22sortOrder%22%3A1%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Atrue%7D%2C%7B%22id%22%3A2%2C%22name%22%3A%22pm25%22%2C%22unit%22%3A%22%20%C2%B5g%2Fm3%22%2C%22label%22%3A%22PM2.5%22%2C%22sortOrder%22%3A2%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Atrue%7D%2C%7B%22id%22%3A3%2C%22name%22%3A%22no2%22%2C%22unit%22%3A%22%20%C2%B5g%2Fm3%22%2C%22label%22%3A%22NO2%22%2C%22sortOrder%22%3A3%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Atrue%7D%2C%7B%22id%22%3A5%2C%22name%22%3A%22o3%22%2C%22unit%22%3A%22%20%C2%B5g%2Fm3%22%2C%22label%22%3A%22O3%22%2C%22sortOrder%22%3A5%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Atrue%7D%2C%7B%22id%22%3A6%2C%22name%22%3A%22so2%22%2C%22unit%22%3A%22%20%C2%B5g%2Fm3%22%2C%22label%22%3A%22SO2%22%2C%22sortOrder%22%3A6%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Atrue%7D%2C%7B%22id%22%3A7%2C%22name%22%3A%22co%22%2C%22unit%22%3A%22mg%2Fm3%22%2C%22label%22%3A%22CO%22%2C%22sortOrder%22%3A7%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Afalse%7D%2C%7B%22id%22%3A8%2C%22name%22%3A%22index%22%2C%22unit%22%3A%22level%22%2C%22label%22%3A%22Index%22%2C%22sortOrder%22%3A8%2C%22aqReporting%22%3Atrue%2C%22indexed%22%3Afalse%7D%5D&valueTypeStr=AVG&timeZoneName=Europe/Belgrade&lang=en) is returning empty. We can also see this reflected in their website: ![Screenshot 2024-02-16 at 7 50...

This is one of the simpler adapters, so I doubt it is on our end, but I will investigate further before we close this issue.

@russbiggs I have not identified any problems with the code, I will keep an eye on this manually and see if I can catch one of the discrepancies and troubleshoot...

So each request from the Turkiye adapter returns measurements for all 300+ stations for _just one hour_. My guess is that some of the responses are returning empty handed. Perhaps...

Turkiye's site has been down for weeks. We should continue to check on it periodically: https://sim.csb.gov.tr/SERVICES/airquality

Turkiye is apparently still live, but has been shut off to people outside of Turkiye. Possibility of using some kind of proxy to get the data should be explored.

built from new info from PR #518

Nearly complete adapter in the [israel-new-fetcher-lambda](https://github.com/openaq/openaq-fetch/tree/israel-new-fetcher-lambda) branch --> [adapter](https://github.com/openaq/openaq-fetch/blob/israel-new-fetcher-lambda/src/adapters/envista-new.js). Waiting for explicit authorization / private api key. A default api key is accessible if we need it.