← Back to maps

Parameters you can tune

Preferred: edit config.yaml. Quick tests: override with environment variables. Full reference is in PARAMETERS.md in the repo.

Most common knobs

KnobDefaultWhat it changes
N_RUNS100Monte Carlo iterations (stability confidence)
TOP_RANKS2What counts as “selected” in Monte Carlo
NOISE_STD0.03Perturbation level per Monte Carlo run
OPENSPACE_SHARE_MIN_TO_EXCLUDE0.60How aggressively parks/open-space BGs are excluded
LAND_SHARE_BG_MIN0.10Water-dominance cutoff (keeps ocean unshaded)
# Example: more Monte Carlo + stricter selection
N_RUNS=300 TOP_RANKS=1 python scripts/GitHubMonteCarlo.py

Where to look for the rest