Select to view content in your preferred language

Symbology- categorizing using mean/sum stats

696
2
10-13-2024 11:44 AM
KatMaloneyODEQ
Occasional Contributor

Hi all,

I have a large dataset that includes parameters for water quality data that extends back to the late 90's. I want to create a map that shows the average for certain parameters (1 map per parameter) for each point location over the last 10 years- I would like to put the averages into bins and color categorize them. 

What is the best way to go about doing this? Is there a way to classify symbology based on the mean or other sum stats? I thought there was, but I can't seem to find what I am looking for. 

Thanks!

 

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

Data classification methods—ArcGIS Pro | Documentation

you could use grauated colors with standard deviation breaks for instance or one of the other methods in the help topic's table of contents to the left on that page

Use symbology histograms—ArcGIS Pro | Documentation to view your data's histogram


... sort of retired...
Ed_
by MVP Regular Contributor
MVP Regular Contributor

You might wanna look into Arcade to show sum or mean in symbology 

https://developers.arcgis.com/arcade/function-reference/featureset_functions/

Set custom expressions for symbology

 

For Bin mapping in Pro 

Aggregate features into bins

 

Question | Analyze | Visualize