Skip to content

fix for potential CRS problems on older systems #3

@andysouth

Description

@andysouth

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions