-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Expected Behavior
To be able to pick & choose buildings from my geojson file to include in simulation
Actual Behavior
Using less than all buildings leads to incorrect connections. Extra loads are created, but they aren't connected to anything.
This num_buildings
is only correct when all buildings in the geojson are used in the model.
Steps to Reproduce
Build this model and inspect the supHeaWat
objects. There will be a supHeaWat_2
generated (because there are 2 buildings in the geojson file), but only supHeaWat_1
will have connections because we only supplied a single load to the coupling.
Potential solutions
- Make a copy of your geojson file that only has the buildings you want to simulate
- Write up new code to select buildings from the geojson file
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request