The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
CDSimX is an advanced R package for:
# install.packages("remotes")
remotes::install_github("ikemillar/CDSimX")library(CDSimX)
stations <- create_stations(n = 3)
time_index <- generate_time_index(
start_date = "2000-01-01",
end_date = "2020-12-31"
)
climate <- simulate_climate(
stations = stations,
time_index = time_index
)
head(climate)Isaac Osei
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.