Added second split stage

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-03-22 12:36:33 +00:00
parent a73f3b7e6d
commit ae1640d320
5 changed files with 104 additions and 36 deletions

View file

@ -0,0 +1,26 @@
{
"extracts":
[
{
"output": "ne-ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [90,40,180,80]
},
{
"output": "ne-nw-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [0,40,90,80]
},
{
"output": "ne-se-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [90,0,180,40]
},
{
"output": "ne-sw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [0,0,90,40]
},
],
"directory": "."
}

View file

@ -0,0 +1,26 @@
{
"extracts":
[
{
"output": "nw-ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-90,40,0,80]
},
{
"output": "nw-nw-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [-180,40,-90,80]
},
{
"output": "nw-se-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-90,0,0,40]
},
{
"output": "nw-sw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-180,0,-90,40]
},
],
"directory": "."
}

View file

@ -0,0 +1,26 @@
{
"extracts":
[
{
"output": "se-ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [90,-40,180,0]
},
{
"output": "se-nw-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [0,-40,90,0]
},
{
"output": "se-se-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [90,-80,180,-40]
},
{
"output": "se-sw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [0,-80,90,-40]
},
],
"directory": "."
}

View file

@ -0,0 +1,26 @@
{
"extracts":
[
{
"output": "sw-ne-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-90,-40,0,0]
},
{
"output": "sw-nw-hemi.osm.pbf",
"output-forumat": "pbf",
"bbox": [-180,-40,-90,0]
},
{
"output": "sw-se-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-90,-80,0,-40]
},
{
"output": "sw-sw-hemi.osm.pbf",
"output-format": "pbf",
"bbox": [-180,-80,-90,-40]
},
],
"directory": "."
}

View file

@ -1,36 +0,0 @@
{
"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.pbf",
"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": "."
}