UnitCoordinatesQ
UnitCoordinatesQ[val]⟹bool
returns true if val is a set of coordinate pairs, either as a list of numbers, list of quanitties, or quantity array.
UnitCoordinatesQ[val,unitSpec]⟹bool
also tests that the values in val match the units or constraints in unitSpec.
Examples
Basic Examples (5)
Additional Examples (8)
Does not match if unit dimensions incompatible:
Does not match if magnitude comparisons fail:
List of date coordinates in a list:
List of date coordinates in a list with constraint:
List of date coordinates in a QA:
List of date coordinates in a QA with constraint:
Does not match a list of numeric coordinates if unit spec does not match:

