Downloads temperature, dewpoint, and calculates RH and wet bulb temperature.
Usage
GetERA5DailyWetBulb(
request_id,
start_date,
end_date,
json_file = NULL,
north = NULL,
south = NULL,
east = NULL,
west = NULL,
resolution = 0.25,
use_cache = TRUE,
verbose = FALSE
)
get_era5_daily_wet_bulb(
request_id,
start_date,
end_date,
json_file = NULL,
north = NULL,
south = NULL,
east = NULL,
west = NULL,
resolution = 0.25,
use_cache = TRUE,
verbose = FALSE
)Arguments
- request_id
Unique identifier for the data request
- start_date
Start date in "YYYY-MM-DD" format
- end_date
End date in "YYYY-MM-DD" format
- json_file
Path to GeoJSON file defining the region
- north, south, east, west
Bounding box coordinates (alternative to json_file)
- resolution
Spatial resolution in degrees (default: 0.25)
- use_cache
Whether to use cached data (default: TRUE)
- verbose
Whether to print progress messages (default: FALSE)
