-
Notifications
You must be signed in to change notification settings - Fork 0
/
osmium_extract_config.json
82 lines (82 loc) · 1.56 KB
/
osmium_extract_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"extracts": [
{
"output": "calgary.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Calgary.geojson"
}
},
{
"output": "edmonton.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Edmonton.geojson"
}
},
{
"output": "hamilton.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Hamilton.geojson"
}
},
{
"output": "kitchener-cambridge-waterloo.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Kitchener-Cambridge-Waterloo.geojson"
}
},
{
"output": "london.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/London.geojson"
}
},
{
"output": "montreal.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Montreal.geojson"
}
},
{
"output": "ottawa-gatineau.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Ottawa-Gatineau.geojson"
}
},
{
"output": "quebec-city.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Quebec City.geojson"
}
},
{
"output": "toronto.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Toronto.geojson"
}
},
{
"output": "vancouver.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Vancouver.geojson"
}
},
{
"output": "winnipeg.osm.pbf",
"output_format": ".pbf",
"polygon": {
"file_name": "./inputs/Winnipeg.geojson"
}
}
],
"directory": "/custom_files"
}