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

Attribute table data checks #8

Open
7 of 8 tasks
shyamamrith opened this issue Feb 10, 2023 · 1 comment
Open
7 of 8 tasks

Attribute table data checks #8

shyamamrith opened this issue Feb 10, 2023 · 1 comment
Assignees

Comments

@shyamamrith
Copy link
Collaborator

shyamamrith commented Feb 10, 2023

Run checks on the input data to avoid issues with EnergyPlus simulation:

  • Raise error if any of the basic attribute columns are missing
  • Verify shading column are all true/false (either bool type or string)
  • Check height exists for every polygon
  • Raise error if UID value is missing
  • For non-shading polygons, check that all the other fields have been filled out
  • Raise error if zero height detected
  • Config file checks
  • Check for duplicate UIDs
@shyamamrith shyamamrith self-assigned this Feb 10, 2023
@shyamamrith shyamamrith changed the title Data checks Plugin data checks Feb 10, 2023
@shyamamrith shyamamrith transferred this issue from another repository Apr 24, 2023
@shyamamrith shyamamrith changed the title Plugin data checks Attribute table data checks Oct 6, 2023
@shyamamrith
Copy link
Collaborator Author

Made code clearer in 0e49a87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant