U-Shift / SiteSelection

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

targets #2

Closed temospena closed 1 month ago

temospena commented 1 year ago

set up an automation for the whole process, that in the end only adjusts the filter conditions for selection.

use targets

temospena commented 1 year ago

Set as variables:

temospena commented 1 year ago

if not provided, use defaults!

temospena commented 4 months ago

for now, we can set defaults in _targets.R file


# Set defaults HERE ######################
CITY_input = "Almada"

#########################################
temospena commented 4 months ago

Not sure if we should use the quartile in closeness, or just the value. @valenca13 ?

degree_min = mean # mean or median? default: mean
betweeness_range = 0.4 # percentile to exclude (upper and lower) default: 0.25
closeness_range = 0.25 # value to exclude (upper and lower) default: 0.25

In the paper we used the value, but it can make no sense... depending on the area

image