mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 15:02:59 +03:00
Just download a KML file of Seattle zoning codes, for #393
This commit is contained in:
parent
9b018e42a1
commit
fb07e35200
@ -240,6 +240,14 @@
|
||||
"checksum": "e8efe1d2e130e248942188284d88ab09",
|
||||
"size_bytes": 3356184
|
||||
},
|
||||
"data/input/seattle/land_use.bin": {
|
||||
"checksum": "44bdba6b792decc141f11cf33cf14de1",
|
||||
"size_bytes": 5590985
|
||||
},
|
||||
"data/input/seattle/land_use.kml": {
|
||||
"checksum": "b94e889399abc2781215c08b65c833f3",
|
||||
"size_bytes": 11780867
|
||||
},
|
||||
"data/input/seattle/offstreet_parking.bin": {
|
||||
"checksum": "a33c05e8962dfe10a7a14b9eb6413803",
|
||||
"size_bytes": 297209
|
||||
|
@ -80,6 +80,16 @@ fn input(config: &ImporterConfiguration, timer: &mut abstutil::Timer) {
|
||||
true,
|
||||
timer,
|
||||
);
|
||||
|
||||
// From
|
||||
// https://data-seattlecitygis.opendata.arcgis.com/datasets/current-land-use-zoning-detail
|
||||
download_kml(
|
||||
"input/seattle/land_use.bin",
|
||||
"https://opendata.arcgis.com/datasets/dd29065b5d01420e9686570c2b77502b_0.kml",
|
||||
&bounds,
|
||||
false,
|
||||
timer,
|
||||
);
|
||||
}
|
||||
|
||||
pub fn osm_to_raw(name: &str, timer: &mut abstutil::Timer, config: &ImporterConfiguration) {
|
||||
|
Loading…
Reference in New Issue
Block a user