New map focusing on Rainier Valley for #446, studying the effects of amping up maximum signal cycle lengths. [rebuild] [release]

This commit is contained in:
Dustin Carlino 2021-01-24 15:49:15 -08:00
parent 07738d2cef
commit ea103803d1
3 changed files with 36 additions and 5 deletions

View File

@ -470,6 +470,11 @@
"uncompressed_size_bytes": 6103261,
"compressed_size_bytes": 485401
},
"data/input/seattle/osm/rainier_valley.osm": {
"checksum": "adcdf2d6dd31d1a3f78d6dddecb76246",
"uncompressed_size_bytes": 18076671,
"compressed_size_bytes": 1489178
},
"data/input/seattle/osm/slu.osm": {
"checksum": "9c502c978ea67ea62818411a2723dfcd",
"uncompressed_size_bytes": 3839601,
@ -560,6 +565,11 @@
"uncompressed_size_bytes": 1773690,
"compressed_size_bytes": 380885
},
"data/input/seattle/raw_maps/rainier_valley.bin": {
"checksum": "5e9c2d3c507d959217dcb268c42f998d",
"uncompressed_size_bytes": 4981794,
"compressed_size_bytes": 1144679
},
"data/input/seattle/raw_maps/slu.bin": {
"checksum": "cf5d576a221029c12a3115c0a5f033f0",
"uncompressed_size_bytes": 561131,
@ -816,9 +826,9 @@
"compressed_size_bytes": 7480717
},
"data/system/seattle/city.bin": {
"checksum": "2f4443963a40bb1af6ced7b2c07a906f",
"uncompressed_size_bytes": 1566602,
"compressed_size_bytes": 821372
"checksum": "c0861783993aa90fd1008b5f5f762431",
"uncompressed_size_bytes": 1566770,
"compressed_size_bytes": 821449
},
"data/system/seattle/maps/ballard.bin": {
"checksum": "514b5055d62dee5d240503317e58b029",
@ -831,9 +841,9 @@
"compressed_size_bytes": 10121985
},
"data/system/seattle/maps/huge_seattle.bin": {
"checksum": "066d490b709189ba11c5d9f7525bf1f4",
"checksum": "05949c090a97665b3740f1d08ea59b5d",
"uncompressed_size_bytes": 312410783,
"compressed_size_bytes": 112772974
"compressed_size_bytes": 112718780
},
"data/system/seattle/maps/lakeslice.bin": {
"checksum": "e5db2318c2a0e77dd22f95c932fae00f",
@ -860,6 +870,11 @@
"uncompressed_size_bytes": 3875551,
"compressed_size_bytes": 1286698
},
"data/system/seattle/maps/rainier_valley.bin": {
"checksum": "0f48efc5ce280b49a3de7d2bccbd8302",
"uncompressed_size_bytes": 10467339,
"compressed_size_bytes": 3648529
},
"data/system/seattle/maps/slu.bin": {
"checksum": "a506493f881db83056924e97becabfe3",
"uncompressed_size_bytes": 2860207,
@ -945,6 +960,11 @@
"uncompressed_size_bytes": 1896996,
"compressed_size_bytes": 399341
},
"data/system/seattle/scenarios/rainier_valley/weekday.bin": {
"checksum": "e15314df3c6529e7047fdc8db4b3cd49",
"uncompressed_size_bytes": 4832176,
"compressed_size_bytes": 994976
},
"data/system/seattle/scenarios/slu/weekday.bin": {
"checksum": "0b225a10e4af407563e484765e3ffc06",
"uncompressed_size_bytes": 3895180,

View File

@ -0,0 +1,10 @@
boundary
1
-122.25636721797308 47.546814906722624
-122.31210939333344 47.54683907509145
-122.29674373423777 47.53324215169764
-122.28990476032499 47.517762179263464
-122.25436577130827 47.51961689967326
-122.25636721797308 47.546814906722624
END
END

View File

@ -63,6 +63,7 @@ pub fn nice_map_name(name: &MapName) -> &str {
("seattle", "north_seattle") => "North Seattle",
("seattle", "phinney") => "Phinney Ridge",
("seattle", "qa") => "Queen Anne",
("seattle", "rainier_valley") => "Rainier Valley",
("seattle", "slu") => "South Lake Union",
("seattle", "south_seattle") => "South Seattle",
("seattle", "udistrict") => "University District",