Hi everyone I have a question about visualizing overlapping point data in ArcGIS online.
Hypothetical dataset
Latitude Longitude City Activity Manager Funding Owner
| -1.2864 | 36.8172 | Nairobi | Wind | Tom | $2,150,000 | Simba Energy |
| -1.2864 | 36.8172 | Nairobi | Hydro | Aarav | $3,780,000 | Rafiki Power |
| -1.2864 | 36.8172 | Nairobi | Solar | Sakura | $1,920,000 | Mwangaza Energy |
| -1.2864 | 36.8172 | Nairobi | Transmission | Liam | $1,650,000 | Jua Grid |
| -1.2864 | 36.8172 | Nairobi | Wind | Emma | $2,300,000 | Pamoja Energy |
| -1.2864 | 36.8172 | Nairobi | Hydro | Noah | $3,250,000 | Nyota Power |
We have data that was collected at the city level. We want to create a webmap showing unique activities per city and the attribute information. The main issue is that the lat long overlap with one another due to data collection format.
- Creating individual layers is not suitable for this product nor using filtering options as the users want to see all activity types when they view a municipal boundary.
Needs
- generate unique points or icons with offset from the city center point.
- 1 icon per activity
- Pop up window which can scroll through activity theme.
- For example if a city nairobi has 4 activities of hydro there would be a single icon and then a pop up window or sidebar to scroll through it.
- Do everything through ArcGIS online. The goal is that users can upload survey results and refresh the map. So processing in ArcGIS pro is a potential solution but not automatic.
Can this be done using Arcade scripts?Screenshot 2024-04-01 at 10.44.36 AM.png
Have you looked into clustering? This would aggregate these features together and you could generate an overall cluster popup and then browse the individual features within the cluster.
RussRoberts_0-1711980312180.png