Skip to content

Commit

Permalink
Merge pull request #1056 from tibbles-and-tribbles/patch-35
Browse files Browse the repository at this point in the history
Update 07-reproj.Rmd
  • Loading branch information
Robinlovelace authored Jan 30, 2024
2 parents 635bd02 + 5da94fe commit 3a57a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07-reproj.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The following line of code creates a buffer around *projected* data of exactly 1
london_buff_projected = st_buffer(london_proj, 100000)
```

The geometries of the three `london_buff*` objects that *have* a specified CRS created above (`london_buff_s2`, `london_buff_lonlat` and `london_buff_projected`) created in the preceding code chunks are illustrated in Figure \@ref(fig:crs-buf).
The geometries of the three `london_buff*` objects created in the preceding code that *have* a specified CRS (`london_buff_s2`, `london_buff_lonlat` and `london_buff_projected`) are illustrated in Figure \@ref(fig:crs-buf).

```{r crs-buf-old, include=FALSE, eval=FALSE}
#| message: FALSE
Expand Down

0 comments on commit 3a57a77

Please sign in to comment.