sinoptik/src
Paul van Tilburg 89395f21f6
Introduce RetrievedMaps; refactor around it
The `RetrievedMaps` struct captures the image and its metadata:
the last modification time and the base timestamp for the maps.

* No longer store the last modification time, called "stamp" before,
  separately in the `Maps` struct
* Update methods on `Maps` to use the `RetrievedMaps` structs and
  the timestamp base in particular for sampling and map marking
* Update the `MapsRefresh` implemention to use the last modification
  time
* Rename some variables from `map` to `image` in the helper functions
  for consistency
* Update tests and documentation
2022-05-10 14:19:09 +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 Introduce RetrievedMaps; refactor around it 2022-05-10 14:19:09 +02:00
main.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01:00
maps.rs Introduce RetrievedMaps; refactor around it 2022-05-10 14:19:09 +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