On map hover or click, in a map pop-up, show charts for:
- Year-to-date
- Annual averages for last 5 10, and 20 years
- Amount for last recorded rainfall event
- ???
Having any of this summary data at the ready will require
- some new API endpoints,
- semi-regularly updated materialized views in the database, since the queries behind these stats would be massive
On map hover or click, in a map pop-up, show charts for:
Having any of this summary data at the ready will require