easy-osm2city/scripts/osmium-cut-world-step-1.json
merspieler 6e7ae98820 Reduced cut step 1 to only cut into 4 big chunks and the poles
Signed-off-by: merspieler <merspieler@airmail.cc>
2019-03-21 00:27:23 +00:00

36 lines
607 B
JSON

{
"extracts":
[
{
"output": "ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [0,0,180,89]
},
{
"output": "se-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [0,-89,180,0]
},
{
"output": "nw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-180,0,0,89]
},
{
"output": "sw-hemi.osm.org",
"output-format": "pbf",
"bbox": [-180,-89,0,0
},
{
"output": "e000n90.osm.pbf",
"output_format": "pbf",
"bbox": [-180,89,180,90]
},
{
"output": "e000s89.osm.pbf",
"output_format": "pbf",
"bbox": [-180,-90,180,-89]
}
],
"directory": "."
}