dwd / fun /map_helpers.R

Commit History

fix: Center map directly on selected station by removing longitude offset.
eb8d6c0

alexdum commited on

feat: Implement caching for enriched station data loading and update map tooltip variable.
d56db11

alexdum commited on

feat: Migrate interactive map from Leaflet to MapLibre, introducing dynamic basemap switching and updated map controls.
27fa7af

alexdum commited on

feat: Implement granular DWD parameter metadata extraction and caching, add `soil_temp_min_5cm` parameter, fix "ghost pressure" data, and enhance map highlighting flexibility.
08dc5ac

alexdum commited on

perf: Optimize DWD data parsing by switching to `data.table::fread` with string-based date pre-filtering and consolidate library imports.
8cfb3a4

alexdum commited on

refactor: Consolidate map station highlighting into a new helper function, update helper sourcing, and fix map rendering on tab switch.
4f26e4c

alexdum commited on