User Guide
You can specify your area of interest and other configuration in the config.json
file at the root of the project :
{
"bbox": "48.5748, 7.7383,48.5918, 7.7610",
"LOD": 0,
"default_height_range": [0, 0],
"input_building_mesh": "mesh_lod1.msh",
"output_name": "stras_city_flat_autorefineOFF_asyncON",
"output_format": "msh",
"verbose": false,
"autorefine": false
}
Where:
-
bboxis the bounding box of the area of interest -
LODis the level of detail of the vegetation mesh -
default_height_rangeis the default height range of the vegetation if this data is not available -
input_building_meshis the path to the building/terrain mesh -
output_nameis the name of the output file -
output_formatis the format of the output file -
verboseis a boolean to enable verbose mode -
autorefineis a boolean to enable autorefine mode to remove intersecting vegetation
2. Execution
-
You need to have the terrain mesh at the root of the project
-
You need to have the metadata about the terrain mesh
gis.jonat the root of the project so the program can extract the reference coordinates.
./build/src/applications/ktirio_geom_app_vegetation config.json
3. Output
Outputs are saved in the output folder at the root of the project. (folder is created automatically if needed)