Skip to content

Commit

Permalink
deploy: 9819864
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 2, 2024
1 parent 5b5d127 commit 2b739fb
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions _preview/1/_sources/notebooks/tutorials/polygon_area.ipynb

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions _preview/1/notebooks/foundations/coordinates.html
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,7 @@ <h3>World Map<a class="headerlink" href="#world-map" title="Link to this heading
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_0_boundary_lines_land.zip
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_1_states_provinces_lakes.zip
/home/runner/miniconda3/envs/cookbook-dev/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/110m_cultural/ne_110m_admin_1_states_provinces_lakes.zip
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _preview/1/notebooks/notebook-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ <h5>of further and further<a class="headerlink" href="#of-further-and-further" t
<section id="header-levels">
<h6>header levels<a class="headerlink" href="#header-levels" title="Link to this heading"><i class="fas fa-link"></i></a></h6>
<p>as well <span class="math notranslate nohighlight">\(m = a * t / h\)</span> text! Similarly, you have access to other <span class="math notranslate nohighlight">\(\LaTeX\)</span> equation <a class="reference external" href="https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Typesetting%20Equations.html"><strong>functionality</strong></a> via MathJax (demo below from link),</p>
<div class="amsmath math notranslate nohighlight" id="equation-2b82a46a-8422-4524-804b-80c4bad52b92">
<span class="eqno">()<a class="headerlink" href="#equation-2b82a46a-8422-4524-804b-80c4bad52b92" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-49c8f4c6-cebd-434e-a93e-4906e55cc186">
<span class="eqno">()<a class="headerlink" href="#equation-49c8f4c6-cebd-434e-a93e-4906e55cc186" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
\dot{z} &amp; = -\beta z + xy
Expand Down
10 changes: 10 additions & 0 deletions _preview/1/notebooks/tutorials/polygon_area.html
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,16 @@ <h2>Area and Perimeter of quadrilateral patch<a class="headerlink" href="#area-a
<img alt="../../_images/8221d282adb7962c8fa380022397c5a04002e94312ceb97ab6d512f71693854f.png" src="../../_images/8221d282adb7962c8fa380022397c5a04002e94312ceb97ab6d512f71693854f.png" />
</div>
</div>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">plot_area</span><span class="p">([</span><span class="s2">&quot;red woods&quot;</span><span class="p">,</span> <span class="s2">&quot;boston&quot;</span><span class="p">,</span> <span class="s2">&quot;houston&quot;</span><span class="p">],</span> <span class="o">-</span><span class="mi">130</span><span class="p">,</span> <span class="o">-</span><span class="mi">60</span><span class="p">,</span> <span class="mi">20</span><span class="p">,</span> <span class="mi">60</span><span class="p">)</span>
</pre></div>
</div>
</div>
<div class="cell_output docutils container">
<img alt="../../_images/0f5317da990a78f7d5ae8a22c1ff1777071c9b53b6d3095433c1adf42e675473.png" src="../../_images/0f5317da990a78f7d5ae8a22c1ff1777071c9b53b6d3095433c1adf42e675473.png" />
</div>
</div>
<section id="todo">
<h3>TODO<a class="headerlink" href="#todo" title="Link to this heading"><i class="fas fa-link"></i></a></h3>
<p>Fix invalid overlapping polygon by re-ordering points into a clockwise order</p>
Expand Down

0 comments on commit 2b739fb

Please sign in to comment.