Skip to content

Commit

Permalink
area and perimeter
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 1, 2024
1 parent bbd9780 commit ab126c4
Show file tree
Hide file tree
Showing 2 changed files with 675 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
673 changes: 673 additions & 0 deletions notebooks/tutorials/polygon_area.ipynb

Large diffs are not rendered by default.

0 comments on commit ab126c4

Please sign in to comment.