-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.29 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: TCHazaRds
Type: Package
Title: Tropical Cyclone (Hurricane, Typhoon) Spatial Hazard Modelling
Version: 1.1.2
Authors@R: person("Julian", "O'Grady", role = c("aut", "cre"),email = "[email protected]",comment = c(ORCID = "http://orcid.org/0000-0003-3552-9193"))
Date: 2024-09-04
Maintainer: Julian O'Grady <[email protected]>
Description: Methods for generating modelled parametric Tropical Cyclone (TC) spatial hazard fields and time series output at point locations from TC tracks. R's compatibility to simply use fast 'cpp' code via the 'Rcpp' package and the wide range spatial analysis tools via the 'terra' package makes it an attractive open source environment to study 'TCs'. This package estimates TC vortex wind and pressure fields using parametric equations originally coded up in 'python' by 'TCRM' <https://github.com/GeoscienceAustralia/tcrm> and then coded up in 'Cuda' 'cpp' by 'TCwindgen' <https://github.com/CyprienBosserelle/TCwindgen>.
URL: https://github.com/AusClimateService/TCHazaRds
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.7), terra, utils, stats, geosphere, ncdf4, methods, sp, rasterVis, raster, latticeExtra
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3