sinoptik/src
Paul van Tilburg 5dc51b4c02 Implement map sampling using a map key
* Define the map key for Buienradar as `MAP_KEY` (colors used on
  Buienradar maps)
* Define a `MapkeyHistogram` type and add the `map_key_historgram()`
  function to construct one
* Define the sample size to look for pixels around the sampling
  coordinate
* Introduce a separata `sample` function that returns the samples
  for a map and the provided coordinates and starting timestamp
* Implement `Maps::pollen_sample` and Maps::uvi_sample`
2022-02-19 15:32:55 +01:00
..
providers Split off precipitation get code 2022-02-19 09:41:11 +01:00
forecast.rs Introduce the Position struct; add position module 2022-02-15 14:15:59 +01:00
main.rs Add an extra map handler for showing lat/lon 2022-02-18 23:18:50 +01:00
maps.rs Implement map sampling using a map key 2022-02-19 15:32:55 +01:00
position.rs Add helper methods that calculate lat/lon in radians 2022-02-18 22:58:39 +01:00
providers.rs Add the Buienradar provider 2022-02-13 15:38:17 +01:00