diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 739ab0d77d..b2dfce494a 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,5 +1,5 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 05 Mar 2021 20:41:23 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 05 Mar 2021 22:56:13 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html index 560e46fe09..640b08dc69 100644 --- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html +++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-a95c4551e63dceca/out/built.rs.html @@ -122,7 +122,7 @@ /// The output of `rustdoc -V` pub const RUSTDOC_VERSION: &str = "rustdoc 1.50.0 (cb75ad5db 2021-02-10)"; /// The built-time in RFC2822, UTC -pub const BUILT_TIME_UTC: &str = "Fri, 05 Mar 2021 20:41:23 +0000"; +pub const BUILT_TIME_UTC: &str = "Fri, 05 Mar 2021 22:56:13 +0000"; /// The target architecture, given by `cfg!(target_arch)`. pub const CFG_TARGET_ARCH: &str = "x86_64"; /// The endianness, given by `cfg!(target_endian)`. diff --git a/rustdoc/src/importer/uk.rs.html b/rustdoc/src/importer/uk.rs.html index d118a1ab3d..159162b5ae 100644 --- a/rustdoc/src/importer/uk.rs.html +++ b/rustdoc/src/importer/uk.rs.html @@ -242,8 +242,8 @@ timer.start("prepare input"); download( config, - path_shared_input("wu03uk_v3.csv"), - "https://s3-eu-west-1.amazonaws.com/statistics.digitalresources.jisc.ac.uk/dkan/files/FLOW/wu03uk_v3/wu03uk_v3.csv"); + path_shared_input("wu03ew_v2.csv"), + "https://s3-eu-west-1.amazonaws.com/statistics.digitalresources.jisc.ac.uk/dkan/files/FLOW/wu03ew_v2/wu03ew_v2.csv"); // https://mapit.mysociety.org/area/45350.html (for geocode) E02004277 is an example place to // debug where these zones are. download( @@ -252,7 +252,7 @@ "https://github.com/cyipt/actdev/releases/download/0.1.13/zones_core.geojson", ); - let desire_lines = parse_desire_lines(path_shared_input("wu03uk_v3.csv"))?; + let desire_lines = parse_desire_lines(path_shared_input("wu03ew_v2.csv"))?; let zones = parse_zones( map.get_gps_bounds(), path_shared_input("zones_core.geojson"), @@ -309,11 +309,11 @@ Ok(output) } -// An entry in wu03uk_v3.csv. For now, ignores people who work from home, take a taxi, motorcycle, +// An entry in wu03ew_v2.csv. For now, ignores people who work from home, take a taxi, motorcycle, // are a passenger in a car, or use "another method of travel". #[derive(Debug, Deserialize)] struct Record { - #[serde(rename = "Area of usual residence")] + #[serde(rename = "Area of residence")] home_zone: String, #[serde(rename = "Area of workplace")] work_zone: String,