jma / server.R

Commit History

refactor: explicitly qualify the `JS` function call with `DT::`.
b3cdfbe

alexdum commited on

feat: adjust initial map zoom level from 5 to 4
0c8f6bf

alexdum commited on

fix: Isolate `selected_station()` to prevent unwanted reactive re-evaluation.
649596b

alexdum commited on

refactor: migrate mapping functionality from Leaflet to mapgl and sf, updating dependencies, UI, and server logic for new basemap options.
753bf84

alexdum commited on

perf: Enable canvas rendering for Leaflet map.
a05b258

alexdum commited on

feat: Implement Excel data export using `writexl` and update download filename format.
55e7bd0

alexdum commited on

feat: Rename daily data table columns to include units and descriptive labels for improved readability.
d705a72

alexdum commited on

refactor: Reorganize dynamic plot rendering with Bootstrap grid classes and enhance code style consistency.
32a9208

alexdum commited on

fix: Improve data fetching reliability using `httr` with timeout and stabilize UI tab switching with direct JavaScript.
eba4bb2

alexdum commited on

fix: Prevent redundant switching to the Dashboard tab if it is already active.
5d06f1f

alexdum commited on

Refactor: safely extract scalar station details from tibble for state broadcasting.
33f1e33

alexdum commited on

feat: Add prefecture information to state updates and URL parameters.
5eef85e

alexdum commited on

feat: Implement URL parameter parsing for app state initialization and broadcast app state changes to the parent window.
81b5575

alexdum commited on

refactor: Rename station filter, date range, and resolution input IDs for clarity.
9291a0b

alexdum commited on

feat: Add maximum wind speed markers, separate station and sea-level pressure plots, introduce wind rose visualization, and refine JMA data scraping for detailed weather parameters.
e3e2c79

alexdum commited on

and set a 3-year default date range for monthly data in the UI.
20ff19a

alexdum commited on

feat: Implement JMA weather plotting functions for temperature, precipitation, and wind, and integrate them into the UI.
dfb98ef

alexdum commited on

first commit
57537fb

alexdum commited on