The fist version of CityBEM workflow is now done. Users can use CityBEM_workflow by passing the city object into it. The command line to call CityBEM under the CityLayer is CityBEM_workflow(city).
This commit is contained in:
parent
86f0dbfe70
commit
03ea40cbe3
|
@ -16,6 +16,7 @@ def CityBEM_workflow(city):
|
|||
Main function to run the CityBEM under the CityLayer's hub.
|
||||
|
||||
:Note: City object contains necessary attributes for the CityBEM workflow.
|
||||
The first final version is created at 10/07/2024
|
||||
"""
|
||||
#general output path for the CityLayer's hub
|
||||
out_path = Path(__file__).parent.parent / 'out_files'
|
||||
|
|
Loading…
Reference in New Issue
Block a user