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

fix for potential CRS problems on older systems #3

Open
andysouth opened this issue Dec 4, 2020 · 0 comments
Open

fix for potential CRS problems on older systems #3

andysouth opened this issue Dec 4, 2020 · 0 comments

Comments

@andysouth
Copy link
Member

Older systems can have problems with the way CoordinateReferenceSystem is saved

We could maybe provide an auto run function that resets the CRS of afrilearndata objects on the users system ?

This worked to fix afrimapr/afrilearnr#2 (comment)

sf::st_crs(africapitals) <- 4326
sf::st_crs(afrihighway) <- 4326
sf::st_crs(africountries) <- 4326
sf::st_crs(africontinent) <- 4326

see :
r-spatial/sf#1419 (comment)

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

No branches or pull requests

1 participant