Skip to content

TCHazaRds is an R package for Tropical Cyclone (Hurricane, Typhoon) Spatial Hazard Modelling.

License

Notifications You must be signed in to change notification settings

AusClimateService/TCHazaRds

Repository files navigation

TCHazaRds

CRAN status

TCHazaRds is an R package for Tropical Cyclone (Hurricane, Typhoon) Spatial Hazard Modelling. There is a tutorial in TCHazaRds/vignettes. The code includes parametrisations such as wind reduction factors (e.g., Harper et. al. 2001) to estimate surface mean 10 min wind speeds from Cyclone tracks. Further modelling details can be found in O'Grady et. al. 2024.

Installation

For Windows

TCHazaRds is now on CRAN and can downloaded in R with

install.packages("TCHazaRds",dependencies = TRUE)

From source-code

For windows you need to first install Rtools to get a C++ compiler that R can use. You need a recent version of Rtools42 (rtools42-5355-5357).

Then, in R, install the package.

require(remotes)
Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")
remotes::install_github("AusClimateService/TCHazaRds", dependencies = TRUE)

About

TCHazaRds is an R package for Tropical Cyclone (Hurricane, Typhoon) Spatial Hazard Modelling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published