Skip to content

Commit

Permalink
deploy: 9819864
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 1, 2024
1 parent 799777e commit 0244a18
Show file tree
Hide file tree
Showing 11 changed files with 249 additions and 29 deletions.
4 changes: 1 addition & 3 deletions _preview/1/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,8 @@ <h3>Working with Great Circles<a class="headerlink" href="#working-with-great-ci
</ol>
<ul class="simple">
<li><p>Determine clockwise/counterclockwise ordering of points on spherical polygon</p></li>
<li><p>Area and Permieter of quadrilateral patch on a unit sphere</p></li>
<li><p>Determine if a given point is within a spherical polygon</p></li>
<li><p>Permieter of spherical polygon</p></li>
<li><p>Area of quadrilateral patch on a unit sphere</p></li>
<li><p>Area of triangular patch</p></li>
<li><p>Mean center of spherical polygon</p></li>
</ul>
<ol class="arabic simple" start="7">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions _preview/1/_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ Each section will make use of plotting to visually demonstrate concepts with `ma

6. **Spherical Polygons and Areas**
- Determine clockwise/counterclockwise ordering of points on spherical polygon
- Area and Permieter of quadrilateral patch on a unit sphere
- Determine if a given point is within a spherical polygon
- Permieter of spherical polygon
- Area of quadrilateral patch on a unit sphere
- Area of triangular patch
- Mean center of spherical polygon

7. **Indiana Jones and the Great Circle**
Expand Down
158 changes: 146 additions & 12 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 @@ -1131,9 +1131,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 @@ -527,8 +527,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-49db4819-f7b5-4a41-8bbf-6a8edd1d3b1e">
<span class="eqno">()<a class="headerlink" href="#equation-49db4819-f7b5-4a41-8bbf-6a8edd1d3b1e" title="Permalink to this equation"><i class="fas fa-link"></i></a></span>\[\begin{align}
<div class="amsmath math notranslate nohighlight" id="equation-24439fdc-cf07-4efb-b1f3-8248771ddb1e">
<span class="eqno">()<a class="headerlink" href="#equation-24439fdc-cf07-4efb-b1f3-8248771ddb1e" 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
102 changes: 97 additions & 5 deletions _preview/1/notebooks/tutorials/polygon_area.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _preview/1/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 0244a18

Please sign in to comment.