-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.Rmd
More file actions
67 lines (43 loc) · 2.65 KB
/
README.Rmd
File metadata and controls
67 lines (43 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
output: github_document
---
[](https://cran.r-project.org/)
[](https://github.com/timtrice/HURDAT/tags)
[](https://cran.r-project.org/package=HURDAT)
[](https://travis-ci.org/timtrice/HURDAT)
[](https://ci.appveyor.com/project/timtrice/HURDAT)
[](https://codecov.io/gh/timtrice/HURDAT)
[](https://hub.docker.com/repository/docker/timtrice/hurdat)
[](https://rstudio.cloud/project/415701)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# HURDAT
This R package currently aims to reorganize the NOAA HURDAT2 dataset for Atlantic, East Pacific and Central Pacific-basin tropical cyclones and present it in a cleaner format.
The Atlantic basin dataset covers all cyclones that have developed in the Atlantic Ocean. The eastern Pacific datasets cover cyclones in the Pacific from the United States/Mexico coastlines to -140°W where the cyclone entered what is referred to as the central Pacific basin. The central Pacific basin extends westward to -180°W.
## Getting Started
```r
vignette("hurdat", package = "HURDAT")
```
### Installing
`HURDAT` is available on CRAN.
```r
install.packages("HURDAT")
```
## Built With
* [R 3.4.0](https://www.r-project.org/) - The R Project for Statistical Computing
## Contributing
Please read [CONTRIBUTING.md](https://github.com/timtrice/HURDAT/blob/master/.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/timtrice/HURDAT/tags).
## Authors
* **Tim Trice** - *Initial work* - [timtrice](https://github.com/timtrice)
See also the list of [contributors](https://github.com/timtrice/HURDAT/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/timtrice/HURDAT/blob/master/LICENSE.md) file for details
## Acknowledgments
* None yet