The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

README

CDSimX

Climate Data Simulation and Forecasting Toolkit for R

CDSimX is an advanced R package for:

Installation

# install.packages("remotes")
remotes::install_github("ikemillar/CDSimX")

Example

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)

Features

Author

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.
Health stats visible at Monitor.