<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Too many features for colorisation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373884#M77841</link>
    <description>&lt;P&gt;As far as the colors being too similar, you might find the Four Color Theorem useful:&lt;BR /&gt;&lt;A href="https://en.wikipedia.org/wiki/Four_color_theorem" target="_blank" rel="noopener"&gt;https://en.wikipedia.org/wiki/Four_color_theorem&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for&amp;nbsp;&lt;EM&gt;setting&lt;/EM&gt; that color via Python, you'll likely need the arcpy.mp module:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/introduction-to-arcpy-mp.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/introduction-to-arcpy-mp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There's a decent chance you may not even need to go that deep, though.&amp;nbsp; Can you share some images of what you're trying to accomplish?&amp;nbsp; Maybe do a section of the map manually and post the image here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on your goals for each map, what the legend needs to show, etc., you might also be able to do this with a relatively simple Arcade script in the symbology pane.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2024 14:44:28 GMT</pubDate>
    <dc:creator>MErikReedAugusta</dc:creator>
    <dc:date>2024-01-24T14:44:28Z</dc:date>
    <item>
      <title>Too many features for colorisation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373868#M77839</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i want to create a map series of 100 "main regions" which are divided into several "subregions" ( up to 15 per "main region").&lt;/P&gt;&lt;P&gt;In the maps of the series these subregions should be displayed in different colors. But with about 450 subregions in total and using unique values in symbology it happens really often that the colors of neighbors are too similar and get hard to distinguish.&lt;/P&gt;&lt;P&gt;Does anyone have an idea so i don't need to fit the colors manually?&lt;/P&gt;&lt;P&gt;My approach was using Python to iterate through the main regions and then iterate the subregions and give every feature a color of a predefined color list (max. 15 needed). But my Python skills are too poor yet and i don't know how to code the colors in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Thank you and have a nice Day!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 13:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373868#M77839</guid>
      <dc:creator>StephanGarnreiter</dc:creator>
      <dc:date>2024-01-24T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Too many features for colorisation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373884#M77841</link>
      <description>&lt;P&gt;As far as the colors being too similar, you might find the Four Color Theorem useful:&lt;BR /&gt;&lt;A href="https://en.wikipedia.org/wiki/Four_color_theorem" target="_blank" rel="noopener"&gt;https://en.wikipedia.org/wiki/Four_color_theorem&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for&amp;nbsp;&lt;EM&gt;setting&lt;/EM&gt; that color via Python, you'll likely need the arcpy.mp module:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/introduction-to-arcpy-mp.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/introduction-to-arcpy-mp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There's a decent chance you may not even need to go that deep, though.&amp;nbsp; Can you share some images of what you're trying to accomplish?&amp;nbsp; Maybe do a section of the map manually and post the image here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on your goals for each map, what the legend needs to show, etc., you might also be able to do this with a relatively simple Arcade script in the symbology pane.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373884#M77841</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2024-01-24T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Too many features for colorisation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373895#M77844</link>
      <description>&lt;P&gt;It sounds like you will be creating single maps for each region (your series) with sub-regions in a single map being displayed, so you'll never have multiple regions on the same page? This is a challenging situation because as you observe there are just too many different values to account for. One thing that might help is if the coloring of the sub-regions had some value to communicate. For instance, you could rank each sub-region by population within the region, then establish a color ramp/gradient to provide values from 1-15. This way you can have consistency in the meaning of the maps so that the viewer can easily compare them side by side (for instance all red shaded sub-regions are higher population while the light blue ones are lower populations). I tend to like a 3 color ramp for this kind of use as I think the human eye can distinguish a few different shades of the same color more easily than a lot and it helps to separate the extremes from the middle values.&amp;nbsp; In the interest of simplicity, a simple boundary with a label keyed to a list of sub-region names might be the best option as well - sometimes simple is best.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1373895#M77844</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-01-24T14:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Too many features for colorisation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1374286#M77897</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="colors_example.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92765i3D319C7D43587567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="colors_example.PNG" alt="colors_example.PNG" /&gt;&lt;/span&gt;I never thaught about using Arcade and i am not familiar with it but after a little research it sounds that it could do it.&lt;BR /&gt;Here is an example of a map with four subregions with too similar colors.&amp;nbsp;(Its not that bad, there are also cases that are harder to distinguish.) Of course, if you look closely you can distinguish all green tones but it would be clearer if the four subregions would be in red, blue, yellow and brown for example.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So do you know how to adjust these colors for the whole map series in Arcade?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 08:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1374286#M77897</guid>
      <dc:creator>StephanGarnreiter</dc:creator>
      <dc:date>2024-01-25T08:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Too many features for colorisation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1374660#M77928</link>
      <description>&lt;P&gt;Keying off&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/663332"&gt;@clt_cabq&lt;/a&gt;'s suggestion reminds me of the overlapping, interconnected symbology systems I often use in my day-to-day.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Overlapping/Multi-part Systems:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I'm interacting with our Stormwater Assets at work, I generally want to know their Type (Physical or Virtual, for example) and their Status (Topologically incomplete, Pending Deletion, Active, etc).&lt;/P&gt;&lt;P&gt;When you combine all the possible cases (most typically: 3 Types and 6 Statuses), my point-class Structures often require about 18 different symbols.&amp;nbsp; Only... I don't &lt;EM&gt;actually&lt;/EM&gt; need 18 symbols.&amp;nbsp; I need 3 sets of 6 symbols (or 6 sets of 3): The&amp;nbsp;&lt;EM&gt;shape&lt;/EM&gt; of my symbol tells me the type, while the&amp;nbsp;&lt;EM&gt;color&lt;/EM&gt; tells me the Status.&lt;/P&gt;&lt;P&gt;You're dealing with Polygons, rather than Points, so the technique would be a little different.&amp;nbsp; Instead of shape, you could do some kind of texture, like a cross-hatch.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Merge Rules&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Alternately, when I look at your example data, it looks like the subregions are roughly contiguous, relative to themselves &amp;amp; each other.&amp;nbsp; The difficult part, here, is really just the border between subregions, shown with the red line below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MErikReedAugusta_0-1706215678671.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92876i5218A1B45EF07CDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MErikReedAugusta_0-1706215678671.png" alt="MErikReedAugusta_0-1706215678671.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you have some way of clearly symbolizing that border line, that'll make even pretty similar colors suddenly pop as distinct.&lt;/P&gt;&lt;P&gt;There are several ways to do this with varying levels of results.&amp;nbsp; The cleanest would likely involve a separate vector program like Illustrator or Inkscape, which is likely not realistic for 100+ main region maps.&lt;/P&gt;&lt;P&gt;But you can get close to this with the Merge Rules in the symbology pane; I'd read up on those, and how they work.&amp;nbsp; Put a border that only shows on the outside of the region, and not on adjacent sub-polygons within it.&lt;/P&gt;&lt;P&gt;You'll likely end up with borders around each of the "islands" in your polygons (again, red lines), but not the lines that seem to be between them (yellow lines):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MErikReedAugusta_2-1706216033457.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92881i6E71E84FBD6AA926/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MErikReedAugusta_2-1706216033457.png" alt="MErikReedAugusta_2-1706216033457.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 20:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/too-many-features-for-colorisation/m-p/1374660#M77928</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2024-01-25T20:54:12Z</dc:date>
    </item>
  </channel>
</rss>

