Feature - Add example for comparing Mosmix forecast and Observation data
Fix - Fix parsing of DWD Observation 1 minute precipitation data
0.67.0
Refactor - [Breaking] Use start_date and end_date instead of from_date and to_date - Use artificial station id for interpolation and summarization - Rename taken station ids columns for interpolation and summarization
0.66.1
Fix - Add workaround for issue with DWD Observation station lists
0.66.0
Fix - Fix DWD DMO access again
Feature - Add lead time argument - one of short, long - for DWD DMO to address two versions of icon
Refactor - Rework dict-like export formats and tests with extensive support for typing - Improve radar access - Style restapi landing page - Replace timezonefinder by tzfpy
0.65.0
Refactor - Cleanup error handling - Make cli work with DwdDmoRequest API - Cleanup cli docs
Fix - Fix DWD Observation API for 5 minute data
0.64.0
Refactor - Remove direct tzdata dependency - Replace pandas read_fwf calls by polars substitutes