Hi Community
I have a polygon dataset with ~610,000 square cells that I'm trying to apply a graduated color symbology to. When I do so, a large portion of the dataset shows as "out of range" even when I believe I have adjusted the intervals appropriately. See attached image: in this example I've selected one of the "out of range" cells that has a value of ~766, when my symbology goes from 730-795 as shown.
I hunted a bit for this but could not easily find someone with similar issues, so here I am. Is this too many cells for this symbology type (I can't imagine that's the case, but it never hurts to ask). Am I doing something else wrong? I've fiddled with this for an hour and am absolutely stumped.
Your thoughts appreciated
change it from "manual interval" to another option to see what happens.
I suspect that you have too many polygons, it appears that the one you are clicked on has an area of 100 which suggests it looks like a raster 10x10 unit cell size. and there would be way too many polygons to symbolize for your area
Oh, it has the same issue for other interval options too; for example if I do equal interval or defined interval it doesn't end up picking up portions of the range by default, so I've been using manual interval to make sure that it does.
If it's really that there's a hard cap on the number of polygons the program can read in when setting up "graduated colors" symbology, that seems like a weird limitation. It can display all of them with "single symbol" or "unclassed gradient" and load the whole data table just fine, so why would it be limited for other types of symbology?
Sure you don't want to create a raster version of your square cells? It would display dramatically faster and you would not have this problem.
I agree with Curtis, that raster would be the way to go, or you could try a Dissolve, the reduce the number of polygons since it would merge adjacent "cells" which share the same value. and hence, reduce the number of polygons
Thanks all
I've looked at a raster for this but Pro struggles with Polygon to Raster with this dataset, I tried it once and it took 5 hours and this is a fairly nice PC.
I've got to take about 3000 similar polygon datasets (for different simulations) and merge them into a timelapse, so that would be a hurdle even if I did 5-6 at a time in parallel. I was hoping to just figure out a standard symbology that I could copy from polygon dataset to polygon dataset.
I'll keep fiddling.
I know this is old but maybe this will still help, or just for future users. Is your field type a FLOAT by any chance? I had this issue on a FLOAT field and I recreated the field as a DOUBLE and that removed the need to include the "out of range"