osm2city-scripts/osmium-config/osmium-cut-world-step-3-nw-ne.json

22 lines
325 B
JSON
Raw Normal View History

{
"extracts":
[
{
"output": "nw-ne-1.osm.pbf",
"output-format": "pbf",
"bbox": [-90,40,-60,80]
},
{
"output": "nw-ne-2.osm.pbf",
"output-format": "pbf",
"bbox": [-60,40,-30,80]
},
{
"output": "nw-ne-3.osm.pbf",
"output-format": "pbf",
"bbox": [-30,40,0,80]
},
],
"directory": "."
}