ATFutures / upthat

Urban planning and transport health assessment tool
4 stars 1 forks source link

Selecting Accra on the online tool results in Bristol on the map #48

Closed Robinlovelace closed 4 years ago

Robinlovelace commented 4 years ago

Heads-up @mpadge can you try this please:

piggyback::pb_download("net-accra.Rds")

I think the result is a route network for Bristol.

Robinlovelace commented 4 years ago

Update, this suggests I just need to update the data:

piggyback::pb_download("net-accra.Rds", repo = "atfutures/upthat")
net_accra = readRDS("net-accra.Rds")
mapview::mapview(net_accra[1:999,])
Robinlovelace commented 4 years ago

Closed by updating the file manually. Not sure how this happened...