Skip to content

Commit

Permalink
remove draft and suppress package messages
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Nov 15, 2024
1 parent 7377342 commit 8ab7bbf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions posts/2024-11-15-bcdata-ortho-historic/airphotos.93L058.csv

This file was deleted.

Binary file added posts/2024-11-15-bcdata-ortho-historic/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions posts/2024-11-15-bcdata-ortho-historic/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,24 @@ params:
format:
html:
code-fold: true
draft: true
---

We need some historic ortho photo imagery so that we can have a look at historic watershed conditions compared to current. First thing we're gonna do is generate a area of interest for which we want all of the map sheets ideas for.

```{r setup, include=FALSE}
# Suppress warnings and messages globally
knitr::opts_chunk$set(warning = FALSE, message = FALSE)
```

```{r ld-pkgs}
library(tidyverse)
suppressMessages(library(tidyverse))
library(ggplot2)
library(bcdata)
library(fwapgr)
library(sf)
library(leaflet)
library(leafem)
suppressMessages(library(sf))
# library(leaflet)
# library(leafem)```
```

```{r params}
Expand Down

0 comments on commit 8ab7bbf

Please sign in to comment.