vimclimate is an R package that helps access pre-made climatic variable time-series data for use in modelling.
You can install the development version of vimclimate from the VIMC R-universe with:
# installation from R-universe
install.packages(
"vimclimate",
repos = c(
"https://vimc.r-universe.dev", "https://cloud.r-project.org"
)
)
WIP.
- clim2parquet: Used to prepare climate data in Parquet format; this is the data accessed by vimclimate.