Package pygeodesy :: Package geodesicx :: Module gxarea
[frames] | no frames]

Module gxarea

Slightly enhanced versions of Karney's Python classes PolygonArea and Accumulator.

Class GeodesicAreaExact is intended to work with instances of class GeodesicExact or of wrapped class Geodesic Karney's Python geographiclib

Copyright (C) Charles Karney (2008-2022) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.


Version: 22.09.12

Classes
  GeodesicAreaExact
Area and perimeter of a geodesic polygon, an enhanced version of Karney's Python class PolygonArea using the more accurate surface area.
  PolygonArea
For geographiclib compatibility, sub-class of GeodesicAreaExact.