locan.process.properties.misc.max_distance¶
- locan.process.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]