Open
Description
It could be useful to have some spherical geometry (read: geometry on the Earth surface).
In this pull request I implemented a formula to calculate the area of any spherical polygon, which of course sits awkwardly in Rasters.jl.
Some things we might want to implement are (please suggest more):
- Shortest distance between two points on a sphere
- Bearing
- Polygon area
This page has some relevant math