Commit graph

7 commits

Author SHA1 Message Date
Timon 1da5c0d0a7 Add weather API comparison scripts for precipitation analysis
- Implemented `weather_api_comparison.py` to compare daily precipitation from multiple weather APIs for Arnhem, Netherlands and Angata, Kenya.
- Integrated fetching functions for various weather data sources including Open-Meteo, NASA POWER, OpenWeatherMap, and WeatherAPI.com.
- Added plotting functions to visualize archive and forecast data, including cumulative precipitation and comparison against ERA5 reference.
- Created `90_rainfall_utils.R` for R to fetch rainfall data and overlay it on CI plots, supporting multiple providers with a generic fetch wrapper.
- Included spatial helpers for efficient API calls based on unique geographical tiles.
2026-03-12 17:30:01 +01:00
Timon b7757f6a28 Dynamically derive supported languages from JSON keys in report language selection 2026-03-11 11:15:48 +01:00
Timon 58072d8f4a Refactor code structure for improved readability and maintainability 2026-03-10 16:53:09 +01:00
Timon 8924fd1273 Refactor parallel processing in growth model utilities and streamline field alert generation in report utilities 2026-03-10 14:06:45 +01:00
Timon 74aa881ec3 Refactor translation handling by replacing tr_safe() with tr_key() and remove redundant tr_key() function definition 2026-03-10 13:20:13 +01:00
Timon c9c5554fa3 Add translation handling functions and update titles in report generation 2026-03-09 17:19:54 +01:00
Timon ddeab0e3bd moved files, added sys architecture to webapps 2026-02-19 12:42:54 +01:00
Renamed from r_app/report_utils.R (Browse further)