From 1ab17a45b904df819741262167760aa1ef9652b8 Mon Sep 17 00:00:00 2001 From: Quinn Thomas Date: Thu, 30 Nov 2023 16:27:22 -0500 Subject: [PATCH] Update aquatics.qmd --- aquatics.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatics.qmd b/aquatics.qmd index 18d63933d..04df76b21 100644 --- a/aquatics.qmd +++ b/aquatics.qmd @@ -27,7 +27,7 @@ combined <- arrow::open_dataset("cache/parquet/aquatics") |> This map shows the NEON sites with and their CRPS score relative to the climatology model for the seven day ahead forecast, indicated by color. The size of each bubble shows the percent of models which are more skilled than climatology. Included in each site description is the site name, site type, number of models submitted, and the number of models that are more skilled than climatology. We define a skillful model as having a lower CRPS forecast score than the climatology model. -```{r} +```{r eval = FALSE} source("R/overview_map_test.R") tmap_mode("view") tm_shape(us_sf) +