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 Nov 28, 2024
1 parent 872bcb8 commit 8ef500b
Show file tree
Hide file tree
Showing 12 changed files with 378 additions and 378 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b0d7de9
1c6d97ab
246 changes: 123 additions & 123 deletions examples/graph_cleaning.html

Large diffs are not rendered by default.

Binary file modified examples/graph_cleaning_files/figure-html/cell-4-output-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/graph_cleaning_files/figure-html/cell-4-output-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/graph_cleaning_files/figure-html/cell-5-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions examples/osm_boundaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h1 class="title">Networks for OSM Boundaries</h1>
<section id="download-boundary" class="level2">
<h2 class="anchored" data-anchor-id="download-boundary">Download Boundary</h2>
<p>Download the boundary. Go to OSM and select the relation ID for the boundary that you’d like to download and pass it to <code>ox.geocode_to_gdf()</code>.</p>
<div id="c342b1cf" class="cell" data-execution_count="1">
<div id="608ab291" class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> osmnx <span class="im">as</span> ox</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a>bounds_gdf <span class="op">=</span> ox.geocode_to_gdf(</span>
Expand Down Expand Up @@ -349,7 +349,7 @@ <h2 class="anchored" data-anchor-id="download-boundary">Download Boundary</h2>
<section id="buffer-and-simplify" class="level2">
<h2 class="anchored" data-anchor-id="buffer-and-simplify">Buffer and Simplify</h2>
<p>Buffer and simplify depending on preferences. Make sure your distances correspond to the unit of the current CRS!</p>
<div id="df6940a9" class="cell" data-execution_count="2">
<div id="9fcd1ba1" class="cell" data-execution_count="2">
<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><span class="co"># buffer if wanted</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a>bounds_geom <span class="op">=</span> bounds_geom.<span class="bu">buffer</span>(<span class="fl">0.01</span>) <span class="co"># WGS - 4326</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a><span class="co"># some simplification is recommended</span></span>
Expand All @@ -371,7 +371,7 @@ <h2 class="anchored" data-anchor-id="buffer-and-simplify">Buffer and Simplify</h
<section id="generate-network" class="level2">
<h2 class="anchored" data-anchor-id="generate-network">Generate Network</h2>
<p>Now you can pass the boundary to <code>cityseer</code> to download and create the network.</p>
<div id="af9fa602" class="cell" data-execution_count="3">
<div id="36ea5a51" class="cell" data-execution_count="3">
<div class="sourceCode cell-code" 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="im">from</span> cityseer.tools <span class="im">import</span> io, plot</span>
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a>G_nx <span class="op">=</span> io.osm_graph_from_poly(</span>
Expand All @@ -384,16 +384,16 @@ <h2 class="anchored" data-anchor-id="generate-network">Generate Network</h2>
<div class="cell-output cell-output-stderr">
<pre><code>INFO:cityseer.tools.io:Converting networkX graph from EPSG code 4326 to EPSG code 32631.
INFO:cityseer.tools.io:Processing node x, y coordinates.
0%| | 0/29652 [00:00&lt;?, ?it/s]100%|██████████| 29652/29652 [00:00&lt;00:00, 545016.53it/s]
0%| | 0/29652 [00:00&lt;?, ?it/s]100%|██████████| 29652/29652 [00:00&lt;00:00, 531927.78it/s]
INFO:cityseer.tools.io:Processing edge geom coordinates, if present.
0%| | 0/32489 [00:00&lt;?, ?it/s]100%|██████████| 32489/32489 [00:00&lt;00:00, 1149258.61it/s]
0%| | 0/32489 [00:00&lt;?, ?it/s]100%|██████████| 32489/32489 [00:00&lt;00:00, 980576.41it/s]
INFO:cityseer.tools.graphs:Generating interpolated edge geometries.
0%| | 0/32489 [00:00&lt;?, ?it/s] 28%|██▊ | 9205/32489 [00:00&lt;00:00, 92040.21it/s] 60%|█████ | 19574/32489 [00:00&lt;00:00, 98888.76it/s] 91%|████████ | 29534/32489 [00:00&lt;00:00, 99209.02it/s]100%|██████████| 32489/32489 [00:00&lt;00:00, 98237.97it/s]
0%| | 0/32489 [00:00&lt;?, ?it/s] 28%|██▊ | 9042/32489 [00:00&lt;00:00, 90409.96it/s] 59%|█████ | 19105/32489 [00:00&lt;00:00, 96416.12it/s] 89%|████████ | 29048/32489 [00:00&lt;00:00, 97790.58it/s]100%|██████████| 32489/32489 [00:00&lt;00:00, 96978.01it/s]
INFO:cityseer.tools.graphs:Removing filler nodes.
0%| | 0/29652 [00:00&lt;?, ?it/s] 3%|▎ | 887/29652 [00:00&lt;00:03, 8862.76it/s] 6%|▌ | 1774/29652 [00:00&lt;00:04, 6135.92it/s] 8%|▊ | 2436/29652 [00:00&lt;00:04, 5682.49it/s] 10%|█ | 3028/29652 [00:00&lt;00:04, 5520.91it/s] 12%|█▏ | 3627/29652 [00:00&lt;00:04, 5651.05it/s] 14%|█▍ | 4203/29652 [00:00&lt;00:04, 5643.69it/s] 16%|█▌ | 4794/29652 [00:00&lt;00:04, 5708.87it/s] 18%|█▊ | 5481/29652 [00:00&lt;00:03, 6055.82it/s] 21%|██▏ | 6375/29652 [00:01&lt;00:03, 6920.39it/s] 24%|██▍ | 7075/29652 [00:01&lt;00:03, 6149.97it/s] 26%|██▋ | 7822/29652 [00:01&lt;00:03, 6502.56it/s] 29%|██▉ | 8569/29652 [00:01&lt;00:03, 6734.89it/s] 32%|███▏ | 9437/29652 [00:01&lt;00:02, 7284.82it/s] 35%|███▍ | 10230/29652 [00:01&lt;00:02, 7448.92it/s] 39%|███▊ | 11467/29652 [00:01&lt;00:02, 8879.74it/s] 42%|████▏ | 12442/29652 [00:01&lt;00:01, 9121.19it/s] 45%|████▌ | 13363/29652 [00:01&lt;00:01, 9055.45it/s] 48%|████▊ | 14275/29652 [00:01&lt;00:01, 8997.27it/s] 53%|█████▎ | 15572/29652 [00:02&lt;00:01, 10158.54it/s] 56%|█████▋ | 16731/29652 [00:02&lt;00:01, 10577.78it/s] 61%|██████ | 17940/29652 [00:02&lt;00:01, 11012.64it/s] 65%|██████▍ | 19201/29652 [00:02&lt;00:00, 11486.56it/s] 69%|██████▉ | 20555/29652 [00:02&lt;00:00, 12070.39it/s] 74%|███████▍ | 21887/29652 [00:02&lt;00:00, 12434.97it/s] 78%|███████▊ | 23142/29652 [00:02&lt;00:00, 12454.05it/s] 82%|████████▏ | 24422/29652 [00:02&lt;00:00, 12543.26it/s] 87%|████████▋ | 25883/29652 [00:02&lt;00:00, 13160.63it/s] 92%|█████████▏| 27200/29652 [00:03&lt;00:00, 12262.63it/s] 96%|█████████▌| 28439/29652 [00:03&lt;00:00, 12251.95it/s]100%|██████████| 29652/29652 [00:03&lt;00:00, 9329.96it/s]
0%| | 0/29652 [00:00&lt;?, ?it/s] 3%|▎ | 846/29652 [00:00&lt;00:03, 8449.37it/s] 6%|▌ | 1691/29652 [00:00&lt;00:04, 6082.62it/s] 8%|▊ | 2339/29652 [00:00&lt;00:04, 5835.36it/s] 10%|▉ | 2960/29652 [00:00&lt;00:04, 5956.26it/s] 12%|█▏ | 3570/29652 [00:00&lt;00:04, 5953.27it/s] 14%|█▍ | 4174/29652 [00:00&lt;00:04, 5822.26it/s] 17%|█▋ | 4935/29652 [00:00&lt;00:03, 6361.17it/s] 19%|█▉ | 5629/29652 [00:00&lt;00:03, 6525.42it/s] 22%|██▏ | 6474/29652 [00:00&lt;00:03, 7100.89it/s] 24%|██▍ | 7191/29652 [00:01&lt;00:03, 6415.03it/s] 27%|██▋ | 7900/29652 [00:01&lt;00:03, 6602.67it/s] 29%|██▉ | 8611/29652 [00:01&lt;00:03, 6747.23it/s] 32%|███▏ | 9466/29652 [00:01&lt;00:02, 7265.00it/s] 35%|███▍ | 10283/29652 [00:01&lt;00:02, 7468.99it/s] 39%|███▉ | 11520/29652 [00:01&lt;00:02, 8903.59it/s] 42%|████▏ | 12461/29652 [00:01&lt;00:01, 8985.06it/s] 45%|████▌ | 13399/29652 [00:01&lt;00:01, 9084.31it/s] 48%|████▊ | 14312/29652 [00:01&lt;00:01, 9029.85it/s] 53%|█████▎ | 15667/29652 [00:02&lt;00:01, 10352.63it/s] 57%|█████▋ | 16790/29652 [00:02&lt;00:01, 10609.60it/s] 61%|██████ | 18037/29652 [00:02&lt;00:01, 11157.17it/s] 65%|██████▌ | 19355/29652 [00:02&lt;00:00, 11746.62it/s] 70%|██████▉ | 20669/29652 [00:02&lt;00:00, 12160.86it/s] 74%|███████▍ | 22050/29652 [00:02&lt;00:00, 12649.72it/s] 79%|███████▊ | 23317/29652 [00:02&lt;00:00, 12372.00it/s] 83%|████████▎ | 24679/29652 [00:02&lt;00:00, 12723.29it/s] 88%|████████▊ | 26056/29652 [00:02&lt;00:00, 13028.31it/s] 92%|█████████▏| 27361/29652 [00:02&lt;00:00, 12158.84it/s] 96%|█████████▋| 28590/29652 [00:03&lt;00:00, 11861.53it/s]100%|██████████| 29652/29652 [00:03&lt;00:00, 9396.08it/s]
INFO:cityseer.tools.plot:Preparing graph nodes
INFO:cityseer.tools.plot:Preparing graph edges
0%| | 0/11399 [00:00&lt;?, ?it/s] 20%|█ | 2275/11399 [00:00&lt;00:00, 22747.58it/s] 40%|███ | 4550/11399 [00:00&lt;00:00, 15294.85it/s] 55%|█████▍ | 6219/11399 [00:00&lt;00:00, 12267.82it/s] 66%|██████ | 7550/11399 [00:00&lt;00:00, 9809.93it/s] 76%|███████▌ | 8621/11399 [00:00&lt;00:00, 8635.41it/s] 84%|████████▎ | 9538/11399 [00:00&lt;00:00, 7725.65it/s] 91%|████████ | 10340/11399 [00:01&lt;00:00, 7030.70it/s] 97%|█████████▋| 11057/11399 [00:01&lt;00:00, 6357.61it/s]100%|██████████| 11399/11399 [00:01&lt;00:00, 8401.23it/s]</code></pre>
0%| | 0/11399 [00:00&lt;?, ?it/s] 18%|█ | 2088/11399 [00:00&lt;00:00, 20867.08it/s] 37%|███ | 4175/11399 [00:00&lt;00:00, 13271.88it/s] 50%|████ | 5657/11399 [00:00&lt;00:00, 10939.28it/s] 60%|██████ | 6848/11399 [00:00&lt;00:00, 9510.30it/s] 69%|██████▉ | 7857/11399 [00:00&lt;00:00, 8576.19it/s] 77%|███████▋ | 8746/11399 [00:00&lt;00:00, 7808.21it/s] 84%|████████▎ | 9542/11399 [00:01&lt;00:00, 7078.63it/s] 90%|████████ | 10257/11399 [00:01&lt;00:00, 6626.85it/s] 96%|█████████▌| 10920/11399 [00:01&lt;00:00, 6140.85it/s]100%|██████████| 11399/11399 [00:01&lt;00:00, 7916.23it/s]</code></pre>
</div>
<div class="cell-output cell-output-display">
<div>
Expand Down
Loading

0 comments on commit 8ef500b

Please sign in to comment.