module documentation

Distance and Area objects to allow for sensible and convenient calculation and conversions. Authors: Robert Coup, Justin Bronn, Riccardo Di Virgilio Inspired by GeoPy (https://github.com/geopy/geopy) and Geoff Biggs' PhD work on dimensioned units for robotics.

Class Area Undocumented
Class Distance Undocumented
Class MeasureBase No class docstring; 0/1 instance variable, 0/1 class variable, 0/4 constant, 1/20 method, 1/1 class method documented
Function pretty_name Undocumented
Constant AREA_PREFIX Undocumented
Constant NUMERIC_TYPES Undocumented
def pretty_name(obj): (source)

Undocumented

AREA_PREFIX: str = (source)

Undocumented

Value
'sq_'
NUMERIC_TYPES = (source)

Undocumented

Value
(int, float, Decimal)