openaq / openaq-fetch

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

Recover data from Israel #1100

Closed majesticio closed 7 months ago

majesticio commented 7 months ago

Adapter upgraded, and updated to use new data URL.

Adds data from ~182 stations.

majesticio commented 7 months ago

I have added updates to unifyMeasurementUnits that will ignore values of -9999 or 9999 and them pass them along, as these are known error codes, and dividing them by 1000 for example to convert ppb to ppm will create values like -9.999 which may be treated as a measurement rather than an error

majesticio commented 7 months ago

The API provides latest measurements every 5 minutes. The adapter has been updated to reflect this, and I am updating the docs as well.