Hi there,
Right now in the config file, the point clouds are specified as individual files for ground and buildings,
"point_clouds" :
{
"ground": "point_cloud/sampled_ground_1m.ply",
"buildings" : "point_cloud/sampled_buildings_1m.ply"
}```
I am wondering if it is possible to take multiple files or regex? As the domain size grow larger it is easier to manage multiple files as opposed to one very large file.
Also, is there any parallel support for city4cfd?
Best wishes,
Sen
Hi there,
Right now in the config file, the point clouds are specified as individual files for ground and buildings,