Skip to content

Commit

Permalink
update raw file example
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Aug 15, 2024
1 parent 4999f4d commit 9369a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/instructions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Ensemble (or sample) forecasts are transformed to a probability distribution fun
Here is an example of a forecast that uses a normal distribution:

```{r}
df <- readr::read_csv("https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/forecasts/raw/project_id=usgsrc4cast/T20240506050515_usgsrc4cast-2024-05-05-climatology.csv.gz", show_col_types = FALSE)
df <- readr::read_csv("https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/forecasts/raw/project_id=usgsrc4cast/T20240813050531_usgsrc4cast-2024-08-12-climatology.csv.gz", show_col_types = FALSE)
```
```{r}
df |>
Expand All @@ -140,7 +140,7 @@ df |>
For an ensemble (or sample) forecast, the `family` column uses the word `ensemble` to designate that it is a ensemble forecast and the parameter column is the ensemble member number (`1`, `2`, `3` ...)

```{r}
df <- readr::read_csv("https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/forecasts/raw/project_id=usgsrc4cast/T20240506050515_usgsrc4cast-2024-05-05-persistenceRW.csv.gz", show_col_types = FALSE)
df <- readr::read_csv("https://sdsc.osn.xsede.org/bio230014-bucket01/challenges/forecasts/raw/project_id=usgsrc4cast/T20240813050531_usgsrc4cast-2024-08-12-persistenceRW.csv.gz", show_col_types = FALSE)
```
```{r}
df |>
Expand Down

0 comments on commit 9369a33

Please sign in to comment.