Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails if you don't use all buildings in a geojson file #572

Open
vtnate opened this issue Jul 26, 2023 · 0 comments
Open

Compilation fails if you don't use all buildings in a geojson file #572

vtnate opened this issue Jul 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vtnate
Copy link
Contributor

vtnate commented Jul 26, 2023

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
@vtnate vtnate added the enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant