locan.data.properties.misc.max_distance#

locan.data.properties.misc.max_distance(locdata)[source]#

Return maximum of all distances between any two localizations in locdata.

Parameters:

locdata (LocData) – Localization data

Returns:

A dict with key max_distance and the corresponding value being the maximum distance.

Return type:

dict[str, float]