<?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>idea Reclassify for vector data in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idi-p/929752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A reclassify tool for vector data would be incredibly useful.&amp;nbsp; Essentially it would act as a way to cement symbology within the attribute table.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I recently came across the need to take median household income and categorize over 500 records (polygons) into quartiles.&amp;nbsp; You can easily do this using display symbology, but I&amp;nbsp;wanted to create a field in the attribute table with values of 1, 2, 3, or 4 for each record to denote what quartile that particular record fell into based on the income value.&amp;nbsp; I&amp;nbsp;wanted this data to be in the attribute table so I&amp;nbsp;could perform further geoprocessing by choosing records by quartile classification. &amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;To be most useful, this tool would leave the original field data intact and create a new field with the new values.&amp;nbsp; For my needs, the ability to break the data into ranges is important.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I&amp;nbsp;was able to get the result I wanted by using the symbology aspect of the Properties for my layer to determine where the quartile breaks should be, jot them down, and then use a python script to calculate a new field.&amp;nbsp; I&amp;nbsp;told the GIS to take particular ranges of data (quartiles) and assign those records appropriate values (1, 2, 3, 4).&amp;nbsp; This works, but it is tedious and time-consuming.&amp;nbsp; If a geogprocessing tool could do the same thing, it would make things much more efficient. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 22:54:56 GMT</pubDate>
    <dc:creator>ChrisPlano</dc:creator>
    <dc:date>2011-11-14T22:54:56Z</dc:date>
    <item>
      <title>Reclassify for vector data</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idi-p/929752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A reclassify tool for vector data would be incredibly useful.&amp;nbsp; Essentially it would act as a way to cement symbology within the attribute table.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I recently came across the need to take median household income and categorize over 500 records (polygons) into quartiles.&amp;nbsp; You can easily do this using display symbology, but I&amp;nbsp;wanted to create a field in the attribute table with values of 1, 2, 3, or 4 for each record to denote what quartile that particular record fell into based on the income value.&amp;nbsp; I&amp;nbsp;wanted this data to be in the attribute table so I&amp;nbsp;could perform further geoprocessing by choosing records by quartile classification. &amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;To be most useful, this tool would leave the original field data intact and create a new field with the new values.&amp;nbsp; For my needs, the ability to break the data into ranges is important.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I&amp;nbsp;was able to get the result I wanted by using the symbology aspect of the Properties for my layer to determine where the quartile breaks should be, jot them down, and then use a python script to calculate a new field.&amp;nbsp; I&amp;nbsp;told the GIS to take particular ranges of data (quartiles) and assign those records appropriate values (1, 2, 3, 4).&amp;nbsp; This works, but it is tedious and time-consuming.&amp;nbsp; If a geogprocessing tool could do the same thing, it would make things much more efficient. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 22:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idi-p/929752</guid>
      <dc:creator>ChrisPlano</dc:creator>
      <dc:date>2011-11-14T22:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify for vector data</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/929753#M2531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I would take this a step further.&amp;nbsp; I have a point and a polygon layer, and I have a need to determine quantiles for a value in the point attribute table by polygon.&amp;nbsp; I.e., each polygon will have its own quantile breakpoints, and each point will be assigned a (1,2,3,4) based on where its attribute falls within the points in just that polygon. Conceptually this is similar to ZonalStatistics on raster layers, if zonalstats were to provide quantiles.

&lt;!-- content transformation source ID: 00aE00000030ofe --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 00:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/929753#M2531</guid>
      <dc:creator>RobertNorheim</dc:creator>
      <dc:date>2013-08-02T00:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify for vector data</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/929754#M2532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, we need a "tile" tool. Not to be confused with map tiles. Tile= Quintile, Quantile, Decile, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do this within a different analysis software. If esri could get this added, that would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick&amp;nbsp;the "tile" method, pick the field(s) to tile by/reclassify, and secondary grouping fields as needed.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="115" src="https://community.esri.com/legacyfs/online/441027_pastedImage_2.png" width="531" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="339" src="https://community.esri.com/legacyfs/online/441028_pastedImage_3.png" width="567" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="305" src="https://community.esri.com/legacyfs/online/441026_pastedImage_1.png" width="534" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 21:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/929754#M2532</guid>
      <dc:creator>ColeAndrews</dc:creator>
      <dc:date>2019-04-02T21:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify for vector data - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/1010308#M14578</link>
      <description>&lt;P&gt;Implemented in ArcGIS Pro 2.7 with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/reclassify-field.htm" target="_blank"&gt;Reclassify Field (Data Management)&amp;amp;mdash;ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;LI-MESSAGE title="Ideas in ArcGIS Pro 2.7: Something to Celebrate" uid="1009452" url="https://community.esri.com/t5/arcgis-ideas-blog/ideas-in-arcgis-pro-2-7-something-to-celebrate/m-p/1009452#U1009452" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And check out &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank" rel="noopener"&gt;what's new in ArcGIS Pro 2.7&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 20:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/reclassify-for-vector-data/idc-p/1010308#M14578</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-12-16T20:28:56Z</dc:date>
    </item>
  </channel>
</rss>

