Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes proj4strings and uses EPSG codes only #197

Merged
merged 1 commit into from
Aug 18, 2020
Merged

removes proj4strings and uses EPSG codes only #197

merged 1 commit into from
Aug 18, 2020

Conversation

djnavarro
Copy link
Collaborator

This solves the problem we were getting in 1d75c6c, and closes #191 in the process.

The internal representation of crs objects in sf has changed as of version 0.9. It looks like sf::st_crs() now accepts user input in multiple formats, and the impression I have is that the proj4strings I'd been using are considered legacy (r-spatial/sf#1225). To keep things simple, I've rewritten the text so that we only use numeric EPSG codes in our examples.

@hadley hadley merged commit 9169a4c into hadley:master Aug 18, 2020
@hadley
Copy link
Owner

hadley commented Aug 18, 2020

Thanks!

@djnavarro djnavarro deleted the crs-bugfix branch August 20, 2020 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in building the book
2 participants