Skip to content

cmpTemporal does not return True based on overlap. #114

@michaelleerilee

Description

@michaelleerilee

cmpTemporal is based on STARE's inline TemporalIndex.h::bool cmp_JulianTAIDays(const TemporalIndex& a, const TemporalIndex& b) which tests whether two tivs are within one of their neighborhoods.

Thus the following yields False.

tiv1:  inf..............tiv.........................sup
tiv2:                                            inf..............tiv.........................sup

And the following yields True.

tiv1:  inf..............tiv.........................sup
tiv2:                             inf..........tiv.........................sup

Saying that cmpTemporal returns True based on overlap is incorrect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions