Lots of improvements
Some checks failed
CI / Python (lint + test) (push) Failing after 1m39s
CI / Frontend (lint + typecheck) (push) Failing after 1m49s
CI / Rust (lint + test) (push) Failing after 1m50s
Build and publish Docker image / build-and-push (push) Failing after 3m9s

This commit is contained in:
Andras Schmelczer 2026-04-04 10:45:48 +01:00
parent 3853b5dce7
commit b94cf17d75
33 changed files with 2587 additions and 1866 deletions

View file

@ -402,23 +402,6 @@ pub static FEATURE_GROUPS: &[FeatureGroup] = &[
modes: &[],
linked: "",
}),
Feature::Numeric(FeatureConfig {
name: "Train or tube stations within 1km",
bounds: Bounds::Percentile {
low: 5.0,
high: 95.0,
},
step: 1.0,
description: "Number of train or tube stations within 1km",
detail: "Rail stations and Tube/metro/tram stops within 1km of the postcode. Does not include bus stops.",
source: "naptan",
prefix: "",
suffix: "",
raw: false,
absolute: false,
modes: &[],
linked: "",
}),
],
},
FeatureGroup {