Why is ArcGIS Pro not symbolizing my entire range of values? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Raster data with no values (ArcGIS)Multiple attribute symbology in ArcMapTrim symbology label decimal places when using Arcade in ArcGIS Pro?Assign Values to Breaks in Graduated Colors Symbology - ArcGIS ProWriting If-Then statement in ArcGIS Pro field calculator using Python?Passing attributes from join features to target features in 'SpatialJoin_analysis'?Simple Field Calculation With No Results in ArcGIS Pro?Collecting Moran's I output values in ArcGIS Pro?Selecting max values using Dissolve + keeping other fields?Creating IDW-rasters from each field in large point feature set using ArcPy for ArcGIS Pro?
Why do C and C++ allow the expression (int) + 4*5?
Assertions In A Mock Callout Test
Why does BitLocker not use RSA?
How to create a command for the "strange m" symbol in latex?
Can gravitational waves pass through a black hole?
Would I be safe to drive a 23 year old truck for 7 hours / 450 miles?
Is it OK if I do not take the receipt in Germany?
Grounding PCB Within Aluminum Enclosure
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
Married in secret, can marital status in passport be changed at a later date?
Can I ask an author to send me his ebook?
"Destructive force" carried by a B-52?
What documents does someone with a long-term visa need to travel to another Schengen country?
Compiling and throwing simple dynamic exceptions at runtime for JVM
Recursive calls to a function - why is the address of the parameter passed to it lowering with each call?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Why did Israel vote against lifting the American embargo on Cuba?
How to ask rejected full-time candidates to apply to teach individual courses?
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Can a Knight grant Knighthood to another?
Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion
A journey... into the MIND
How do I deal with an erroneously large refund?
Why is ArcGIS Pro not symbolizing my entire range of values?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Raster data with no values (ArcGIS)Multiple attribute symbology in ArcMapTrim symbology label decimal places when using Arcade in ArcGIS Pro?Assign Values to Breaks in Graduated Colors Symbology - ArcGIS ProWriting If-Then statement in ArcGIS Pro field calculator using Python?Passing attributes from join features to target features in 'SpatialJoin_analysis'?Simple Field Calculation With No Results in ArcGIS Pro?Collecting Moran's I output values in ArcGIS Pro?Selecting max values using Dissolve + keeping other fields?Creating IDW-rasters from each field in large point feature set using ArcPy for ArcGIS Pro?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
This may be an easy one but I am not a statistician so it's something I'd like an answer to.
I have a polygon feature class loaded in ArcGIS Pro that contains a field with values ranging from 1 to around 1200. I am attempting to use graduated color symbology to display the relative difference in values based on that field.
However, no matter what way I symbolize it (Quantile is what I'm after, but have tried others), it will not pick up 1200 as the max value. It lists 661 as the max value for the field, and then refuses to render values above that.
I have around 163,000 rows in the FC. Of that, approximately 200 rows fall above 661.
How do I get ArcGIS Pro to make the maximum value for graduated colors, the actual maximum value of the field?
UPDATE: I tried a few more things:
Creating a completely new feature class and loading it from scratch
into ArcGIS Pro. Didn't matter, still cut off at 661 when doing any
graduated symbology.Loaded the same data into QGIS (3.4). Upon setting it to graduated
symbology, it picked up the min/max values without issue and used
them properly for each of the preset classification schemes.
So it seems that Pro is doing some sort of automatic range boundary setting for large datasets; perhaps in an attempt to be "helpful."
arcgis-desktop arcgis-pro
add a comment |
This may be an easy one but I am not a statistician so it's something I'd like an answer to.
I have a polygon feature class loaded in ArcGIS Pro that contains a field with values ranging from 1 to around 1200. I am attempting to use graduated color symbology to display the relative difference in values based on that field.
However, no matter what way I symbolize it (Quantile is what I'm after, but have tried others), it will not pick up 1200 as the max value. It lists 661 as the max value for the field, and then refuses to render values above that.
I have around 163,000 rows in the FC. Of that, approximately 200 rows fall above 661.
How do I get ArcGIS Pro to make the maximum value for graduated colors, the actual maximum value of the field?
UPDATE: I tried a few more things:
Creating a completely new feature class and loading it from scratch
into ArcGIS Pro. Didn't matter, still cut off at 661 when doing any
graduated symbology.Loaded the same data into QGIS (3.4). Upon setting it to graduated
symbology, it picked up the min/max values without issue and used
them properly for each of the preset classification schemes.
So it seems that Pro is doing some sort of automatic range boundary setting for large datasets; perhaps in an attempt to be "helpful."
arcgis-desktop arcgis-pro
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago
add a comment |
This may be an easy one but I am not a statistician so it's something I'd like an answer to.
I have a polygon feature class loaded in ArcGIS Pro that contains a field with values ranging from 1 to around 1200. I am attempting to use graduated color symbology to display the relative difference in values based on that field.
However, no matter what way I symbolize it (Quantile is what I'm after, but have tried others), it will not pick up 1200 as the max value. It lists 661 as the max value for the field, and then refuses to render values above that.
I have around 163,000 rows in the FC. Of that, approximately 200 rows fall above 661.
How do I get ArcGIS Pro to make the maximum value for graduated colors, the actual maximum value of the field?
UPDATE: I tried a few more things:
Creating a completely new feature class and loading it from scratch
into ArcGIS Pro. Didn't matter, still cut off at 661 when doing any
graduated symbology.Loaded the same data into QGIS (3.4). Upon setting it to graduated
symbology, it picked up the min/max values without issue and used
them properly for each of the preset classification schemes.
So it seems that Pro is doing some sort of automatic range boundary setting for large datasets; perhaps in an attempt to be "helpful."
arcgis-desktop arcgis-pro
This may be an easy one but I am not a statistician so it's something I'd like an answer to.
I have a polygon feature class loaded in ArcGIS Pro that contains a field with values ranging from 1 to around 1200. I am attempting to use graduated color symbology to display the relative difference in values based on that field.
However, no matter what way I symbolize it (Quantile is what I'm after, but have tried others), it will not pick up 1200 as the max value. It lists 661 as the max value for the field, and then refuses to render values above that.
I have around 163,000 rows in the FC. Of that, approximately 200 rows fall above 661.
How do I get ArcGIS Pro to make the maximum value for graduated colors, the actual maximum value of the field?
UPDATE: I tried a few more things:
Creating a completely new feature class and loading it from scratch
into ArcGIS Pro. Didn't matter, still cut off at 661 when doing any
graduated symbology.Loaded the same data into QGIS (3.4). Upon setting it to graduated
symbology, it picked up the min/max values without issue and used
them properly for each of the preset classification schemes.
So it seems that Pro is doing some sort of automatic range boundary setting for large datasets; perhaps in an attempt to be "helpful."
arcgis-desktop arcgis-pro
arcgis-desktop arcgis-pro
edited 6 hours ago
auslander
asked 8 hours ago
auslanderauslander
504314
504314
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago
add a comment |
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
I've been given an answer by Esri for this and list it here in case anyone ever stumbles across the same problem.
ArcGIS Pro takes a sample from the data in order to find its min-max values. This sample by default is set to 10000.
If a user changes that sample size through the overflow (hamburger) menu on the Symbology tab to a higher number, it will read the min-max values correctly. In my case I had to set the sample size to 163000 because so few rows out of the whole were higher than 661.
The reason it works in QGIS without this is apparently because QGIS does not use a sample size; it just calculates the min-max of the data from the entire data frame by default.
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319517%2fwhy-is-arcgis-pro-not-symbolizing-my-entire-range-of-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've been given an answer by Esri for this and list it here in case anyone ever stumbles across the same problem.
ArcGIS Pro takes a sample from the data in order to find its min-max values. This sample by default is set to 10000.
If a user changes that sample size through the overflow (hamburger) menu on the Symbology tab to a higher number, it will read the min-max values correctly. In my case I had to set the sample size to 163000 because so few rows out of the whole were higher than 661.
The reason it works in QGIS without this is apparently because QGIS does not use a sample size; it just calculates the min-max of the data from the entire data frame by default.
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
add a comment |
I've been given an answer by Esri for this and list it here in case anyone ever stumbles across the same problem.
ArcGIS Pro takes a sample from the data in order to find its min-max values. This sample by default is set to 10000.
If a user changes that sample size through the overflow (hamburger) menu on the Symbology tab to a higher number, it will read the min-max values correctly. In my case I had to set the sample size to 163000 because so few rows out of the whole were higher than 661.
The reason it works in QGIS without this is apparently because QGIS does not use a sample size; it just calculates the min-max of the data from the entire data frame by default.
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
add a comment |
I've been given an answer by Esri for this and list it here in case anyone ever stumbles across the same problem.
ArcGIS Pro takes a sample from the data in order to find its min-max values. This sample by default is set to 10000.
If a user changes that sample size through the overflow (hamburger) menu on the Symbology tab to a higher number, it will read the min-max values correctly. In my case I had to set the sample size to 163000 because so few rows out of the whole were higher than 661.
The reason it works in QGIS without this is apparently because QGIS does not use a sample size; it just calculates the min-max of the data from the entire data frame by default.
I've been given an answer by Esri for this and list it here in case anyone ever stumbles across the same problem.
ArcGIS Pro takes a sample from the data in order to find its min-max values. This sample by default is set to 10000.
If a user changes that sample size through the overflow (hamburger) menu on the Symbology tab to a higher number, it will read the min-max values correctly. In my case I had to set the sample size to 163000 because so few rows out of the whole were higher than 661.
The reason it works in QGIS without this is apparently because QGIS does not use a sample size; it just calculates the min-max of the data from the entire data frame by default.
answered 5 hours ago
auslanderauslander
504314
504314
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
add a comment |
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
Very interesting. I wasn't aware that ArcGIS Pro is using a sample of the data to calculate min-max values for symbology.
– lambertj
4 hours ago
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319517%2fwhy-is-arcgis-pro-not-symbolizing-my-entire-range-of-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried manual interval as the classification method and set your top bin as ≤ 1200? You can try Quantile to set the bins, then select manual interval, then change the upper bound of the top bin or do any other tweaking that is necessary.
– lambertj
7 hours ago
@lambertj Yes, I've tried that; however when I then set it back to Quantile or Natural Breaks, it drops back down to 661. I will add an update reflecting that when I load this same data into QGIS, it does not behave in this way. It picks up correct min-max values without issue.
– auslander
6 hours ago