Initial osm2streets QGIS workflow
This commit is contained in:
21
config/examples/template.json
Normal file
21
config/examples/template.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"qgisApp": "/Applications/QGIS.app",
|
||||
"input": "/absolute/path/to/input.osm",
|
||||
"outDir": "/absolute/path/to/output/out",
|
||||
"gpkg": "/absolute/path/to/output/name.gpkg",
|
||||
"project": "/absolute/path/to/output/name.qgz",
|
||||
"preview": "/absolute/path/to/output/name_preview.png",
|
||||
"arrowScale": 0.8,
|
||||
"clipPad": 0.002,
|
||||
"canvasPad": 0.001,
|
||||
"previewPad": 0.0007,
|
||||
"canvasExtent": null,
|
||||
"previewExtent": null,
|
||||
"osm2streets": {
|
||||
"debug_each_step": false,
|
||||
"dual_carriageway_experiment": false,
|
||||
"sidepath_zipping_experiment": false,
|
||||
"inferred_sidewalks": true,
|
||||
"osm2lanes": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user