We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: