geoid_area#
- pycraf.pathprof.geoid_area(lon1, lon2, lat1, lat2)[source]#
Calculate WGS84 surface area over interval [lon1, lon2] and [lat1, lat2].
- Parameters:
- Returns:
- area
Quantity
Surface area in given interval [m^2]
- area
Notes
This was adapted from a thread on math.stackexchange.com.