opensearch-project / dashboards-maps

:globe_with_meridians: User interface for the backend geospatial plugin which can be integrated with OpenSearch Dashboards and a home for all other map related features.
https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/#custom-vector-maps-with-geojson
Apache License 2.0
17 stars 46 forks source link

[FEATURE] Group documents into clusters using Cluster layer #250

Open VijayanB opened 1 year ago

VijayanB commented 1 year ago

Is your feature request related to a problem?

As OpenSearch Maps user, i should be able to reduce points/shapes in an index by grouping them into clusters based on proximity to one another. If large number of points/shapes are very close to each other, it is very hard to know the accurate count of points/shapes. It could be deceptive. Hence, Clustering allows users to visually show those large dataset in concise way in small areas.

What solution would you like?

Maps should support a new layer called "Cluster layer" which can aggregate all points/shapes from an index using geospatial aggregations (metric/bucket).

What alternatives have you considered?

N/A

Do you have any additional context?

A/A

Example of cluster layer output

Screenshot 2023-02-15 at 9 38 18 AM

vagimeli commented 1 year ago

@vamshin I'm writing the end user documentation for this feature. Will you share the feature brief and demo with me? Alternatively, I can set up a meeting with you to review this feature. Please let me know. Thank you, Melissa

vamshin commented 1 year ago

Hi @vagimeli, this feature moved to future release. We will not be releasing for 2.9

arminfelder commented 2 weeks ago

Hi @vamshin , may I ask if this is still on the roadmap?