committed 09:37PM - 23 Jul 26 UTC
Add a key-less CHMI (Czech Hydrometeorological Institute) observation provider
c…overing 10-minute, hourly, daily, monthly and annual resolutions via CHMI's
open-data CSV portal.
- station metadata from metadata/meta1.csv, collapsing per-station operational
periods to one row (latest position, full date extent; active stations have a
null end_date)
- three file layouts handled: daily/monthly/annual as one flat CSV per
(station, element); 10-minute and hourly as one CSV per (station, element,
month) under a year sub-directory (so they require a date range)
- three value formats: daily selects by TIMEFUNC (day-truncated), sub-daily
keeps the native timestamp, monthly/annual select by TIMEFUNCTION+MDFUNCTION
(mean of daily means/maxima/minima, total for precipitation) dated at the
period start
- parameters: 10-minute/daily air temperature, humidity, pressure, wind (+ daily
extremes, precipitation, snow depth, sunshine); hourly dew point, precipitation
and pressure; monthly/annual mean/max/min temperature and precipitation total
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>