Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jul 17, 2023
1 parent 26d388c commit 061b556
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f903c905
1582bbe4
8 changes: 4 additions & 4 deletions opennem_facilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#very-basic-module-for-downloading-and-parsing-opennem-facility-data" id="toc-very-basic-module-for-downloading-and-parsing-opennem-facility-data" class="nav-link active" data-scroll-target="#very-basic-module-for-downloading-and-parsing-opennem-facility-data">Very basic module for downloading and parsing openNEM facility data</a>
<li><a href="#module-for-downloading-and-parsing-opennem-facility-data" id="toc-module-for-downloading-and-parsing-opennem-facility-data" class="nav-link active" data-scroll-target="#module-for-downloading-and-parsing-opennem-facility-data">Module for downloading and parsing openNEM facility data</a>
<ul class="collapse">
<li><a href="#requirements" id="toc-requirements" class="nav-link" data-scroll-target="#requirements">Requirements</a></li>
<li><a href="#usage" id="toc-usage" class="nav-link" data-scroll-target="#usage">Usage</a></li>
Expand Down Expand Up @@ -222,8 +222,8 @@ <h1 class="title">openNEM facility data</h1>

</header>

<section id="very-basic-module-for-downloading-and-parsing-opennem-facility-data" class="level2">
<h2 class="anchored" data-anchor-id="very-basic-module-for-downloading-and-parsing-opennem-facility-data">Very basic module for downloading and parsing openNEM facility data</h2>
<section id="module-for-downloading-and-parsing-opennem-facility-data" class="level2">
<h2 class="anchored" data-anchor-id="module-for-downloading-and-parsing-opennem-facility-data">Module for downloading and parsing openNEM facility data</h2>
<p>This is a simple set of functions for downloading and parsing station and duid meta data from openNEM.</p>
<p>Essentially works as follows:</p>
<ul>
Expand Down Expand Up @@ -338,7 +338,7 @@ <h3 class="anchored" data-anchor-id="extending-adapting">Extending / adapting</h
</section>
<section id="code" class="level3">
<h3 class="anchored" data-anchor-id="code">code</h3>
<p>The code csan be downloaded from here: <a href="snippets/aemo_data/opennem_facilities.py">opennem_faciulities.py</a>, and is shown below as well:</p>
<p>The code can be downloaded from here: <a href="snippets/aemo_data/opennem_facilities.py">opennem_facilities.py</a>, and is shown below as well:</p>
<div class="sourceCode" id="cb3"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Basic python script to download and restructure DUID and station data</span></span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a><span class="co"># from the openNEM facilities dataset</span></span>
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a><span class="co">#</span></span>
Expand Down
Loading

0 comments on commit 061b556

Please sign in to comment.