Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@djnavarro any idea what's going on here? It was failing on GHA with: ``` Error in st_crs.character("+proj=lcc +datum=WGS84") : 19 invalid crs: +proj=lcc +datum=WGS84 ```
- Loading branch information
1d75c6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I don't, and it's driving me to distraction! I'll dig into this one later today
1d75c6c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found it. As of version 0.9, sf handle CRS objects differently: https://www.r-spatial.org/r/2020/03/17/wkt.html#crs-objects-in-sf
There are a few other inaccuracies this introduces to the maps chapter. I'll open a new PR for this, and hopefully not mangle it in the process!