Skip to content

Commit

Permalink
deploy: 9e9106a
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Oct 31, 2023
1 parent 7e85edb commit 4005bf5
Show file tree
Hide file tree
Showing 44 changed files with 1,134 additions and 1,049 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/guides/ingress-bacnet-to-brick.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/reference/apidoc/_autosummary/buildingmotif.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/tutorials/model_correction.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/model_creation.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/model_validation.doctree
Binary file not shown.
2,056 changes: 1,100 additions & 956 deletions guides/ingress-bacnet-to-brick.html

Large diffs are not rendered by default.

54 changes: 0 additions & 54 deletions reports/guides/ingress-bacnet-to-brick.err.log

This file was deleted.

2 changes: 1 addition & 1 deletion reports/tutorials/model_validation.err.log
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Cell In[4], line 4
 3 # set it as the manifest for the model
----> 4 model.update_manifest(manifest)

File /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/buildingmotif/dataclasses/model.py:315, in Model.update_manifest(self, manifest)
File ~/work/BuildingMOTIF/BuildingMOTIF/buildingmotif/dataclasses/model.py:315, in Model.update_manifest(self, manifest)
 308 def update_manifest(self, manifest: ShapeCollection):
 309  """Updates the manifest for this model by adding in the contents
 310  of the shape graph inside the provided SHapeCollection
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions tutorials/model_correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ <h2>Model Validation<a class="headerlink" href="#model-validation" title="Permal
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Model is valid? False
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - Graph did not have 1 instances of https://brickschema.org/schema/Brick#Supply_Fan
- urn:bldg/Core_ZN-PSC_AC needs between 1 and 1 instances of urn:ashrae/g36/4.8/sz-vav-ahu/sa-fan on path https://brickschema.org/schema/Brick#hasPart
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - urn:bldg/Core_ZN-PSC_AC needs between 1 and 1 instances of urn:ashrae/g36/4.8/sz-vav-ahu/sa-fan on path https://brickschema.org/schema/Brick#hasPart
- Graph did not have 1 instances of https://brickschema.org/schema/Brick#Supply_Fan
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -563,17 +563,8 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Name (autogenerated): resolve524d48ea
Parameters (autogenerated): {&#39;name&#39;}
Template body (autogenerated):
@prefix brick: &lt;https://brickschema.org/schema/Brick#&gt; .

&lt;urn:___param___#name&gt; a brick:Supply_Fan .


-------------------------------------------------------------------------------
Name (autogenerated): resolveee3af5fd
Parameters (autogenerated): {&#39;p2&#39;, &#39;p1&#39;, &#39;name&#39;, &#39;p3&#39;}
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Name (autogenerated): resolve530ed831
Parameters (autogenerated): {&#39;name&#39;, &#39;p2&#39;, &#39;p1&#39;, &#39;p3&#39;}
Template body (autogenerated):
@prefix brick: &lt;https://brickschema.org/schema/Brick#&gt; .
@prefix vav48: &lt;urn:ashrae/g36/4.8/sz-vav-ahu/&gt; .
Expand All @@ -586,11 +577,20 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
&lt;urn:___param___#p2&gt;,
&lt;urn:___param___#p3&gt; .

&lt;urn:___param___#p1&gt; a brick:Start_Stop_Command .
&lt;urn:___param___#p1&gt; a brick:Frequency_Command .

&lt;urn:___param___#p2&gt; a brick:Fan_Status .

&lt;urn:___param___#p3&gt; a brick:Frequency_Command .
&lt;urn:___param___#p3&gt; a brick:Start_Stop_Command .


-------------------------------------------------------------------------------
Name (autogenerated): resolve6bb31a24
Parameters (autogenerated): {&#39;name&#39;}
Template body (autogenerated):
@prefix brick: &lt;https://brickschema.org/schema/Brick#&gt; .

&lt;urn:___param___#name&gt; a brick:Supply_Fan .


-------------------------------------------------------------------------------
Expand Down Expand Up @@ -693,16 +693,16 @@ <h2>Model Correction with Templates<a class="headerlink" href="#model-correction
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp2&gt;,
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp1&gt; a brick:Start_Stop_Command .
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp1&gt; a brick:Frequency_Command .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp2&gt; a brick:Fan_Status .

&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; a brick:Frequency_Command .
&lt;urn:bldg/Core_ZN-PSC_AC-Fanp3&gt; a brick:Start_Stop_Command .

&lt;urn:bldg/Core_ZN-PSC_AC-Htg_Coil&gt; a brick:Heating_Coil .
</pre></div>
</div>
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=f4252734-8bec-4532-bc62-f79c246af5cd (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=c8d50ea6-994e-43e7-9446-e4d3d1b757b0 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down
31 changes: 13 additions & 18 deletions tutorials/model_creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,18 +565,16 @@ <h2>Loading Libraries<a class="headerlink" href="#loading-libraries" title="Perm
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The Brick library contains the following templates:
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - https://brickschema.org/schema/Brick#Air_Grains_Sensor
- https://brickschema.org/schema/Brick#Min_Speed_Setpoint_Limit
- https://brickschema.org/schema/Brick#Heating_Coil
- https://brickschema.org/schema/Brick#Frost_Sensor
- https://brickschema.org/schema/Brick#Discharge_Air_Flow_Reset_Setpoint
- https://brickschema.org/schema/Brick#Static_Pressure_Integral_Time_Parameter
- https://brickschema.org/schema/Brick#Min_Cooling_Discharge_Air_Flow_Setpoint_Limit
- https://brickschema.org/schema/Brick#Exhaust_Air_Stack_Flow_Deadband_Setpoint
- https://brickschema.org/schema/Brick#Humidity_Tolerance_Parameter
- https://brickschema.org/schema/Brick#Discharge_Air_Temperature_Setpoint_Limit
- https://brickschema.org/schema/Brick#CO2_Differential_Sensor
- https://brickschema.org/schema/Brick#Preheat_Supply_Air_Temperature_Sensor
- https://brickschema.org/schema/Brick#Discharge_Water_Temperature_Deadband_Setpoint
- https://brickschema.org/schema/Brick#High_Supply_Air_Temperature_Alarm
- https://brickschema.org/schema/Brick#High_Air_Flow_Alarm
- https://brickschema.org/schema/Brick#Heating_Enable_Command
- https://brickschema.org/schema/Brick#Pump_On_Off_Status
- https://brickschema.org/schema/Brick#Chilled_Water_Static_Pressure_Setpoint
- https://brickschema.org/schema/Brick#Discharge_Air_Temperature_High_Reset_Setpoint
- https://brickschema.org/schema/Brick#Air_Temperature_Alarm
</pre></div>
</div>
</div>
Expand All @@ -600,7 +598,7 @@ <h3>Adding Individual RDF Triples to a Model<a class="headerlink" href="#adding-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=1e925616-8ea2-4c54-befd-ef357dfad63e (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=25a8c598-021e-4e79-914b-1da7925800b8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -646,7 +644,7 @@ <h3>Importing RDF Graphs Into a Model<a class="headerlink" href="#importing-rdf-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=1e925616-8ea2-4c54-befd-ef357dfad63e (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=25a8c598-021e-4e79-914b-1da7925800b8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -834,9 +832,6 @@ <h3>Adding Evaluated Templates to the Model<a class="headerlink" href="#adding-e
&lt;urn:bldg/Core_ZN-PSC_AC-Fan&gt; a brick:Supply_Fan .
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>
</pre></div>
</div>
</div>
</div>
<div class="admonition attention">
Expand Down Expand Up @@ -871,7 +866,7 @@ <h3>Adding Evaluated Templates to the Model<a class="headerlink" href="#adding-e
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=1e925616-8ea2-4c54-befd-ef357dfad63e (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=25a8c598-021e-4e79-914b-1da7925800b8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/model_validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ <h3>Adding the Manifest to the Model<a class="headerlink" href="#adding-the-mani
<span class="g g-Whitespace"> </span><span class="mi">3</span> <span class="c1"># set it as the manifest for the model</span>
<span class="ne">----&gt; </span><span class="mi">4</span> <span class="n">model</span><span class="o">.</span><span class="n">update_manifest</span><span class="p">(</span><span class="n">manifest</span><span class="p">)</span>

<span class="nn">File /opt/hostedtoolcache/Python/3.11.6/x64/lib/python3.11/site-packages/buildingmotif/dataclasses/model.py:315,</span> in <span class="ni">Model.update_manifest</span><span class="nt">(self, manifest)</span>
<span class="nn">File ~/work/BuildingMOTIF/BuildingMOTIF/buildingmotif/dataclasses/model.py:315,</span> in <span class="ni">Model.update_manifest</span><span class="nt">(self, manifest)</span>
<span class="g g-Whitespace"> </span><span class="mi">308</span> <span class="k">def</span> <span class="nf">update_manifest</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">manifest</span><span class="p">:</span> <span class="n">ShapeCollection</span><span class="p">):</span>
<span class="g g-Whitespace"> </span><span class="mi">309</span><span class="w"> </span><span class="sd">&quot;&quot;&quot;Updates the manifest for this model by adding in the contents</span>
<span class="g g-Whitespace"> </span><span class="mi">310</span><span class="sd"> of the shape graph inside the provided SHapeCollection</span>
Expand Down

0 comments on commit 4005bf5

Please sign in to comment.