Skip to content

Commit

Permalink
fix the screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Nov 16, 2024
1 parent 1154b01 commit a3aef16
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 59 deletions.

Large diffs are not rendered by default.

This file was deleted.

10 changes: 7 additions & 3 deletions posts/2024-11-15-bcdata-ortho-historic/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,14 @@ It looks like this.
```{r fig1}
knitr::include_graphics(fs::path(
path_post,
"fig/Screenshot 2024-11-15 at 2.03.42 PM",
"fig",
"Screenshot1",
ext = "png"
)
)
# knitr::include_graphics("fig/Screenshot 2024-11-15 at 2.03.42 PM.png")
```

Let's read in what we have, turn into spatial object, trim to overall study area and plot
Expand Down Expand Up @@ -275,7 +278,8 @@ We can use the `downstream_route_measure` of the stream layer to exclude areas u
```{r fig2}
knitr::include_graphics(fs::path(
path_post,
"fig/Screenshot 2024-11-15 at 2.41.57 PM",
"fig",
"Screenshot2",
ext = "png"
)
)
Expand Down Expand Up @@ -361,7 +365,7 @@ photos |>
```


We can view and download this file [here](https://github.com/NewGraphEnvironment/new_graphiti/tree/main/posts/2024-11-15-bcdata-ortho-historic/exports/airphotos_1968-05-09_1968-07-31.csv)
We can view and download exported csv file [here](https://github.com/NewGraphEnvironment/new_graphiti/tree/main/posts/2024-11-15-bcdata-ortho-historic/exports/)

```{r eval = FALSE}
leaflet::leaflet() |>
Expand Down

0 comments on commit a3aef16

Please sign in to comment.