-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
55 lines (37 loc) · 1.4 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
echo=FALSE,
comment = "#>"
)
```
# Hurricanes
Information and analyses related to recent major hurricanes to make landfall in and around southwest Florida.
## Hurricane Milton (October 2024)
```{r ,fig.align="center",out.width="80%"}
knitr::include_graphics('./Plots/HurricaneMilton_stage_inst_statewide_gifski.gif')
```
source code: `./src/HurricaneMilton_stormtrack_waterlevels.R`
- Also includes information related to Alfia river site comparisons
```{r ,fig.align="center",out.width="80%"}
knitr::include_graphics('./Plots/alfia_stg.png')
```
## Hurricane Ian (September 2022)
```{r ,fig.align="center",out.width="80%"}
knitr::include_graphics('./_HurricaneIan_2022/Plots/HurricaneIan_stage_inst_statewide_gifski_nologo.gif')
```
```{r ,fig.align="center",out.width="80%"}
knitr::include_graphics('./_HurricaneIan_2022/Plots/HurricaneIan_rainfall_inst_gifski.gif')
```
```{r ,fig.align="center",out.width="80%"}
knitr::include_graphics('./_HurricaneIan_2022/Plots/HWL_Captiva.png')
```
## Hurricane Irma (September 2017)
`./_HurricaneIrma_2017/`
This folder is a cloned repo from USGS. Original location is [https://github.com/DOI-USGS/hurricane-irma](https://github.com/DOI-USGS/hurricane-irma)