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 Oct 1, 2024
1 parent 7b2f43d commit d4c8365
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1afda6b
c5544e01
2 changes: 1 addition & 1 deletion analysis/koblenz.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ <h3 class="anchored" data-anchor-id="how-many-clusters">How many clusters?</h3>
<div id="cell-82" class="cell">
<div class="sourceCode cell-code" id="cb61"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb61-1"><a href="#cb61-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Add KB050</span></span>
<span id="cb61-2"><a href="#cb61-2" aria-hidden="true" tabindex="-1"></a><span class="co"># Create new point geometries with the desired coordinates</span></span>
<span id="cb61-3"><a href="#cb61-3" aria-hidden="true" tabindex="-1"></a>kb050 <span class="op">=</span> Point(<span class="fl">8.35393</span>, <span class="fl">47.43334</span>) <span class="co"># (East, North)</span></span>
<span id="cb61-3"><a href="#cb61-3" aria-hidden="true" tabindex="-1"></a>kb050 <span class="op">=</span> Point(<span class="fl">8.22689</span>, <span class="fl">47.60012</span>) <span class="co"># (East, North)</span></span>
<span id="cb61-4"><a href="#cb61-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb61-5"><a href="#cb61-5" aria-hidden="true" tabindex="-1"></a><span class="co"># Create a new GeoDataFrame for the point, adding the properties (like 'ID')</span></span>
<span id="cb61-6"><a href="#cb61-6" aria-hidden="true" tabindex="-1"></a>maxvogt_item <span class="op">=</span> geopandas.GeoDataFrame(</span>
Expand Down
2 changes: 1 addition & 1 deletion analysis/küsnacht.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ <h3 class="anchored" data-anchor-id="how-many-clusters">How many clusters?</h3>
<div id="cell-82" class="cell">
<div class="sourceCode cell-code" id="cb61"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb61-1"><a href="#cb61-1" aria-hidden="true" tabindex="-1"></a><span class="co"># Add KUES028</span></span>
<span id="cb61-2"><a href="#cb61-2" aria-hidden="true" tabindex="-1"></a><span class="co"># Create new point geometries with the desired coordinates</span></span>
<span id="cb61-3"><a href="#cb61-3" aria-hidden="true" tabindex="-1"></a>kues028 <span class="op">=</span> Point(<span class="fl">47.31907</span>, <span class="fl">8.58058</span>) <span class="co"># (East, North)</span></span>
<span id="cb61-3"><a href="#cb61-3" aria-hidden="true" tabindex="-1"></a>kues028 <span class="op">=</span> Point(<span class="fl">8.58058</span>, <span class="fl">47.31907</span>) <span class="co"># (East, North)</span></span>
<span id="cb61-4"><a href="#cb61-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb61-5"><a href="#cb61-5" aria-hidden="true" tabindex="-1"></a><span class="co"># Create a new GeoDataFrame for the point, adding the properties (like 'ID')</span></span>
<span id="cb61-6"><a href="#cb61-6" aria-hidden="true" tabindex="-1"></a>maxvogt_item <span class="op">=</span> geopandas.GeoDataFrame(</span>
Expand Down
2 changes: 1 addition & 1 deletion analysis/marthalen.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h1 class="title">maxvogt-analysis: Marthalen</h1>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>place <span class="op">=</span> <span class="st">'Marthalen'</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>point <span class="op">=</span> <span class="fl">47.63494</span>, <span class="fl">8.65327</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>address <span class="op">=</span> <span class="st">'Bahnhofstrass 1.1, 8460 Marthalen'</span></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>dist <span class="op">=</span> <span class="dv">2000</span></span>
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a>dist <span class="op">=</span> <span class="dv">1000</span></span>
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a>local_crs <span class="op">=</span> <span class="st">'EPSG:2056'</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<div id="cell-5" class="cell" data-scrolled="true">
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h2 class="anchored" data-anchor-id="installation">Installation</h2>
<div class="sourceCode" id="cb2"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="ex">conda</span> activate maxvogt</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Open the Jupyter Notebook platform.</p>
<div class="sourceCode" id="cb3"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="ex">jupyter</span> notebook</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p>Pick a notebook to start the spatial analysis for one of Max Vogt’s buildings.</p>
<p>Pick a notebook from <code>analysis/</code> to start the spatial analysis for one of Max Vogt’s buildings.</p>
</section>
<section id="use" class="level2">
<h2 class="anchored" data-anchor-id="use">Use</h2>
Expand Down Expand Up @@ -364,7 +364,11 @@ <h2 class="anchored" data-anchor-id="support">Support</h2>
</section>
<section id="roadmap" class="level2">
<h2 class="anchored" data-anchor-id="roadmap">Roadmap</h2>
<p>No changes are currently planned.</p>
<ul class="task-list">
<li><label><input type="checkbox">tidy up jupyter notebooks</label></li>
<li><label><input type="checkbox">embed poster on GitHub pages website</label></li>
<li><label><input type="checkbox">publish via Zenodo</label></li>
</ul>
</section>
<section id="contributing" class="level2">
<h2 class="anchored" data-anchor-id="contributing">Contributing</h2>
Expand Down
Loading

0 comments on commit d4c8365

Please sign in to comment.