openaq / openaq-fetch

A tool to collect data for OpenAQ platform.
MIT License
84 stars 39 forks source link

Adapter fix/ust ist #1096

Closed majesticio closed 6 months ago

majesticio commented 6 months ago

This adapter data URL https://api.ust.is/aq/a/getLatest does not appear to return data anymore. This has been replaced with https://api.ust.is/aq/a/getDate/date/${yesterday}. The URL seem to only work up till the day before the current date unfortunately but does return measurements. Endpoints can be investigated athttps://api.ust.is/aq/a.

It has also been updated to over-fetch measurements to help with coverage.

majesticio commented 6 months ago

closes #1095