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
Constant AREA​_PREFIX Undocumented
Constant NUMERIC​_TYPES Undocumented
Class ​Measure​Base 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
AREA_PREFIX: str =

Undocumented

Value
'sq_'
NUMERIC_TYPES =

Undocumented

Value
(int, float, Decimal)
def pretty_name(obj):

Undocumented