Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-memory indexes for the MEOS library #405

Open
estebanzimanyi opened this issue Dec 6, 2023 · 0 comments
Open

In-memory indexes for the MEOS library #405

estebanzimanyi opened this issue Dec 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@estebanzimanyi
Copy link
Member

MEOS is the underlying C library driving MobilityDB.
https://libmeos.org/
MEOS corresponds to the C library GEOS for trajectory management.
https://libgeos.org/

Bindings for MEOS in several programming languages are being developped

MEOS currently does not support in-memory indexes. On the other hand GEOS supports STRTree indexes
https://libgeos.org/usage/c_api/

We are looking for contributors that can help us to develop this feature. The solution should follow a similar approach as the one for GEOS extending the STRTree indexes with a time dimension.

@estebanzimanyi estebanzimanyi added the enhancement New feature or request label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant