-
Notifications
You must be signed in to change notification settings - Fork 80
In-memory indexes for the MEOS library #405
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
MEOS is the underlying C library driving MobilityDB.
https://libmeos.org/
MEOS corresponds to the C library GEOS for trajectory management.
https://libgeos.org/
Currently, MEOS support R-Tree in-memory indexes.
https://github.com/MobilityDB/MobilityDB/blob/master/meos/src/temporal/temporal_rtree.c
We are looking for contributors that can help us to develop Quad-tree and K-d tree in-memory indexes for MEOS, which would correspond to the SP-GiST indexes in MobilityDB.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request