sinoptik/src
Paul van Tilburg 4a6eeab787
Fix sample/item being out of the combined series time range
For example, if there are 24 valid pollen samples and 20 valid air
quality items, the maximum pollen sample could be de 23th, but the
resulting combined series will only cover 20 items. So, it is should not
return that, but only look in the first 20 pollen samples for the
maximum sample.
2022-05-10 12:26:10 +02:00
..
providers Fix sample/item being out of the combined series time range 2022-05-10 12:26:10 +02:00
forecast.rs Don't use Option for the max sample/item return values 2022-05-08 14:01:22 +02:00
lib.rs Yield pollen and AQI max for PAQI metric (closes: #20) 2022-05-07 21:43:35 +02:00
main.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01:00
maps.rs Compact merge tests by using constructors 2022-05-08 14:00:12 +02:00
position.rs Add retrieval of pollen and UVI metrics for Buienradar provider 2022-02-19 15:33:00 +01:00
providers.rs Add the combined provider 2022-02-24 20:40:07 +01:00