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!
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
You might wanna look into Arcade to show sum or mean in symbology
https://developers.arcgis.com/arcade/function-reference/featureset_functions/
For Bin mapping in Pro