diff --git a/leftovers.scrap b/leftovers.scrap deleted file mode 100644 index 0fff7a4..0000000 --- a/leftovers.scrap +++ /dev/null @@ -1,18 +0,0 @@ -## Bioclimatic data - -We set the pixels with only open water to `nothing` - -```{julia} -#| label: Get the open water pixels -#| eval: true -#| output: false -#| echo: true -water = - SimpleSDMPredictor(RasterData(EarthEnv, LandCover), layer=12; opts..., boundingbox...) .< 100 -temperature = mask(water, temperature) -``` - - -::: footer -Land-cover data from @tuanmu2014 -:::