Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Implement Topological Operators (Spatial) for Temporal Types #25

Open
14 tasks
chaitan94 opened this issue Aug 12, 2020 · 0 comments
Open
14 tasks

Implement Topological Operators (Spatial) for Temporal Types #25

chaitan94 opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@chaitan94
Copy link
Member

Invalid operations should throw accordingly

Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/ch05s17.html

Todo Checklist

  • contains({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • containsproperly({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • covers({geo, tpoint}, {geo, tpoint}): boolean
  • coveredby({geo, tpoint}, {geo, tpoint}): boolean
  • crosses({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • disjoint({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • equals({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • intersects({geo, tpoint}, {geo, tpoint}): boolean
  • overlaps({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • touches({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • within({geo, tgeompoint}, {geo, tgeompoint}): boolean
  • dwithin({geo, tpoint}, {geo, tpoint}, double): boolean
  • relate({geo, tgeompoint}, {geo, tgeompoint}): text
  • relate({geo, tgeompoint}, {geo, tgeompoint}, text): boolean
@chaitan94 chaitan94 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant