Skip to content

Aggregate search results #7

@mfgumban

Description

@mfgumban

Optimize geometry retrieval and rendering while performing search, particularly for scenarios where there are a ton of points.

The 1st challenge is to reduce the amount of data returned by ML. One method is to use a geo heat map and aggregate the number of points per map section/box. Look into point clustering as well.

The 2nd challenge is to properly render the aggregate information as overlay elements in ArcGIS Pro. Investigate whether we can render text so we can show the frequency counts of aggregated areas or point clusters.

Clustering/aggregation should be a seamless experience. Potentially set a geometry count threshold (like 1000) that determines whether the search results will be clustered or be individual points.

Reference: EFS-73

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions