adonmo / meos

Mobility Engine, Open Source
https://adonmo.github.io/meos/
MIT License
21 stars 3 forks source link

Implement Topological Operators for Time Types #22

Open chaitan94 opened 4 years ago

chaitan94 commented 4 years ago

• &&: Do the time values overlap (have points in common)? • @>: Does the first time value contain the second one? • <@: Is the first time value contained by the second one? • -|-: Is the first time value adjacent to the second one?

Invalid operations should throw accordingly

Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/ch02.html#time_topo_operators

Todo Checklist