
Download and process IMD temperature data for a bounding box
Source:R/aliases.R, R/imd_core.R
imd_temperature_bbox.RdDownload and process IMD temperature data for a bounding box
Usage
IMDTemperatureBbox(...)
imd_temperature_bbox(
request_id,
start_year,
end_year,
north,
south,
east,
west,
var_type = "tmax",
frequency = "daily",
save_raw = FALSE,
output_dir = tempdir(),
use_cache = TRUE
)Arguments
- ...
Arguments passed to the main function (used by aliases).
- request_id
Unique identifier for the request.
- start_year
Start year (1951-2024).
- end_year
End year (1951-2024).
- north
Northern latitude boundary.
- south
Southern latitude boundary.
- east
Eastern longitude boundary.
- west
Western longitude boundary.
- var_type
Temperature type: "tmax" or "tmin".
- frequency
Temporal frequency (default: "daily").
- save_raw
Whether to save raw files (default: FALSE).
- output_dir
Directory to save files (default: tempdir()).
- use_cache
Whether to use cached data if available (default: TRUE).