Skip to content

Commit

Permalink
Update citations, close #986 (#987)
Browse files Browse the repository at this point in the history
* Update citations, close #986

* Revert output changes

* Fix typo
  • Loading branch information
Robinlovelace authored Oct 24, 2023
1 parent 2496b18 commit 2c8e9be
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 854 deletions.
2 changes: 1 addition & 1 deletion 02-spatial-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ A planar projection projects data onto a flat surface touching the globe at a po
It is typically used in mapping polar regions.
`sf_proj_info(type = "proj")` gives a list of the available projections supported by the PROJ library.

A quick summary of different projections, their types, properties, and suitability can be found in @_map_1993 and at https://www.geo-projections.com/.
A quick summary of different projections, their types, properties, and suitability can be found at [www.geo-projections.com](https://www.geo-projections.com/).
We will expand on CRSs and explain how to project from one CRS to another in Chapter \@ref(reproj-geo-data).
For now, it is sufficient to know:

Expand Down
Loading

0 comments on commit 2c8e9be

Please sign in to comment.