imgw / server.R

Commit History

feat: Add helpers for fetching and processing raw IMGW meteorological data and update station metadata.
f921425

alexdum commited on

fix: Update plot container column class from `col-xl-6` to `col-lg-6` for all plots.
25e5bee

alexdum commited on

refactor: Add `isolate` to reactive inputs in `broadcast_state` and conditionally call `resolution_key` in `build_station_popup`.
7c5c778

alexdum commited on

feat: Distinguish between no files found and unreachable servers in file listings, and improve robustness of URL parameter generation.
922edb8

alexdum commited on

Fix: url_initialized blocking data fetch when clientData not ready
5f2bd86

alexdum commited on

Add postMessage state sync to parent for URL reflection
af9debc

alexdum commited on

chore: Increase initial map and home button zoom level to 5.5.
3574d32

alexdum commited on

feat: Set initial map zoom to 5 and update 'zoom home' to fly to a fixed national view.
b1a059d

alexdum commited on

feat: implement client-side Plotly render waiting before unfreezing UI.
82df61b

alexdum commited on

feat: Replace `reset_fetch()` with granular state resets and add UI freezing/unfreezing around plot rendering.
cdc6c8b

alexdum commited on

feat: Implement server-side station search and refactor plotting logic into dedicated functions with dynamic plot rendering and extended monthly data limits.
b735d78

alexdum commited on

feat: Implement asynchronous data fetching, add date range limits with auto-adjustment, and update column prefix stripping.
2c422c6

alexdum commited on

feat: Introduce WMO weather code dictionary, enhance data processing with new parameters and improved column renaming, and add display translations for precipitation and status codes.
d910e3c

alexdum commited on

feat: Combine data quality flags with values for improved display, hide empty columns in tables, and remove minute parsing from hourly data.
f478b24

alexdum commited on

Refactor station metadata loading to use pre-generated CSV with regeneration logic, and update map tile sources.
b4a8f62

alexdum commited on

feat: Create initial IMGW Explorer Shiny application, including data parsing, UI, server logic, styling, and Docker setup.
3e1cf28

alexdum commited on