Add Geoshape support #342
Replies: 2 comments 3 replies
-
Hello @timonmasberg 👋 Thanks for your feedback! We already have in mind to add support for polygon and bounding box shapes. Regarding intersection, it should be possible to express a complex filter that could describe an intersection. For example You also talk about being able to index shapes directly rather than points. Can you elaborate on your use case? |
Beta Was this translation helpful? Give feedback.
-
Hey @timonmasberg, I'm late but I just released a prototype that may fit your use-case:
Read the description for more information, and let us know if this has been useful to you and if we should finish the work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we can index geo points and sort them by distance or filter them by a radius. Adding a filter operation that filters out points by a polygon and the ability to index shapes with additional operations such as point in polygon, intersecting polygon and so on would be a massive enhancement.
Beta Was this translation helpful? Give feedback.
All reactions