adonmo / meos

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

Implement Topological Operators for Range Types #23

Open chaitan94 opened 4 years ago

chaitan94 commented 4 years ago

• &&: Do the range values overlap (have points in common)? • @>: Does the first range value contain the second one? • <@: Is the first range value contained by the second one? • -|-: Is the first range 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