UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
127 stars 16 forks source link

dodgr_to_sf ---> old-style crs object detected; please recreate object with a recent sf::st_crs() #183

Closed Urban-JonathanCohen closed 2 years ago

Urban-JonathanCohen commented 2 years ago

Hi there... there seems to be an issue with the function... i run the example provided in the documentation... hw <- weight_streetnet (hampi) nrow(hw) # 5,729 edges xy <- dodgr_to_sf (hw)

old-style crs object detected; please recreate object with a recent sf::st_crs()

Im trying to find the place in the source... hopefully ill be back

Urban-JonathanCohen commented 2 years ago

it runs anyways...

mpadge commented 2 years ago

Thanks @Urban-JonathanCohen, I should update that data anyway, so will happily re-open this issue to fix for you and others.