Skip to content

Commit

Permalink
Merge pull request #1060 from tibbles-and-tribbles/patch-38
Browse files Browse the repository at this point in the history
Update 07-reproj.Rmd
  • Loading branch information
Robinlovelace committed Jan 31, 2024
2 parents e178b62 + f1b0d29 commit 9f99341
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 @@ -536,7 +536,7 @@ st_distance(london2, london_proj)
```

Functions for querying and reprojecting CRSs are demonstrated below with reference to `cycle_hire_osm`, an `sf` object from **spData** that represents 'docking stations' where you can hire bicycles in London.
The CRS of `sf` objects can be queried --- and as we learned in Section \@ref(reproj-intro) set --- with the function `st_crs()`.
The CRS of `sf` objects can be queried, and as we learned in Section \@ref(reproj-intro), set with the function `st_crs()`.
The output is printed as multiple lines of text containing information about the coordinate system:

```{r, out.lines=6}
Expand Down

0 comments on commit 9f99341

Please sign in to comment.