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 aa42e8a commit 799777e
Show file tree
Hide file tree
Showing 22 changed files with 1,953 additions and 41 deletions.
9 changes: 5 additions & 4 deletions _preview/1/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<link rel="next" title="How to Cite This Cookbook" href="notebooks/how-to-cite.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="30 September 2024"/>
<meta name="docbuild:last-update" content="1 October 2024"/>
</head>


Expand Down Expand Up @@ -497,10 +497,11 @@ <h3>Working with Great Circles<a class="headerlink" href="#working-with-great-ci
<li><p>Working with Spherical Triangles formed by great circle arcs</p></li>
</ul>
<ol class="arabic simple" start="6">
<li><p>Spherical Polygons and Areas</p></li>
<li><p><strong>Spherical Polygons and Areas</strong></p></li>
</ol>
<ul class="simple">
<li><p>Determine clockwise/counterclockwise ordering of points on spherical polygon</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>
Expand Down Expand Up @@ -853,7 +854,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-

<div class="footer-item">
<p class="last-updated">
Last updated on 30 September 2024.
Last updated on 1 October 2024.
<br/>
</p>
</div>
Expand Down Expand Up @@ -907,7 +908,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-

By the <a href="https://projectpythia.org/">Project Pythia</a> Community.

Last updated on 30 September 2024.
Last updated on 1 October 2024.
</p>
</div>
</div>
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion _preview/1/_sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ Each section will make use of plotting to visually demonstrate concepts with `ma
- Calculate the directed angle of two great circle paths based on an intersection point
- Working with Spherical Triangles formed by great circle arcs

6. Spherical Polygons and Areas
6. **Spherical Polygons and Areas**
- Determine clockwise/counterclockwise ordering of points on spherical polygon
- 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
Expand Down
Loading

0 comments on commit 799777e

Please sign in to comment.