NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF). For models, see https://models.open223.info/
https://buildingmotif.readthedocs.io/
Other
49 stars 7 forks source link

BACnet to Brick How-To Guide #185

Closed gtfierro closed 1 year ago

gtfierro commented 1 year ago

Adds a guide for scraping a BACnet network to create a Brick model. Adds a docker-compose setup for that virtual network

TODO:

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.15 :warning:

Comparison is base (12ebb4e) 72.75% compared to head (2ca03db) 72.61%.

:exclamation: Current head 2ca03db differs from pull request most recent head c8c1041. Consider uploading reports for the commit c8c1041 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #185 +/- ## =========================================== - Coverage 72.75% 72.61% -0.15% =========================================== Files 32 32 Lines 2063 2067 +4 =========================================== Hits 1501 1501 - Misses 562 566 +4 ``` | [Impacted Files](https://codecov.io/gh/NREL/BuildingMOTIF/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NREL) | Coverage Δ | | |---|---|---| | [buildingmotif/ingresses/\_\_init\_\_.py](https://codecov.io/gh/NREL/BuildingMOTIF/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NREL#diff-YnVpbGRpbmdtb3RpZi9pbmdyZXNzZXMvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [buildingmotif/ingresses/brick.py](https://codecov.io/gh/NREL/BuildingMOTIF/pull/185?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NREL#diff-YnVpbGRpbmdtb3RpZi9pbmdyZXNzZXMvYnJpY2sucHk=) | `0.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NREL). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NREL)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

gtfierro commented 1 year ago

I've merged https://github.com/NREL/BuildingMOTIF/pull/233 into this to test that the CI/CD works and that I haven't broken anything

gtfierro commented 1 year ago

@MatthewSteen can you re-review and approve when you get a chance? thanks!