This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Implement Topological Operators for Box Types #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
• &&: Do the bounding boxes overlap?
• @>: Does the first bounding box contain the second one?
• <@: Is the first bounding box contained in the second one?
• ~=: Are the bounding boxes equal in their common dimensions?
• -|-: Are the bounding boxes adjacent?
Invalid operations should throw accordingly
Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/apas02.html#idp23
Todo Checklist
The text was updated successfully, but these errors were encountered: