U-Shift / SiteSelection

Script for a site selection - Streets4All Project
https://u-shift.github.io/SiteSelection/
Other
1 stars 0 forks source link

make the cells around candidates as semi-candidates #15

Closed temospena closed 4 months ago

temospena commented 4 months ago

idea from @filmoura

for the sensitivity analysis.

temospena commented 4 months ago

I think that with the new variable "score", this becomes unnecessary, no?

mapview::mapview(grid_all, zcol="score") + #ranked
  mapview::mapview(grid_all |> filter(score == 6),
                   alpha.regions = 0, alpha = 1, lwd = 3, legend = FALSE)

image

closing for now.