<?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: Create Unique ID's of a feature based on the area it is located. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89357#M5209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know of a way I could run this on a larger scale?&amp;nbsp; There is going to be about 180 polygons I would run this through so it would be nice to do it automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also have to sort it by box type, which is a column in the attribute table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 00:07:15 GMT</pubDate>
    <dc:creator>AlexanderPugliese</dc:creator>
    <dc:date>2014-11-21T00:07:15Z</dc:date>
    <item>
      <title>Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89355#M5207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a map of several internet boxes in a city and I was hoping to give all of them a unique value so in the future technicians could refer to the boxes via a name or set of numbers.&amp;nbsp; There are also three different types of boxes that would need to be displayed.&amp;nbsp; There are about 4500 boxes in all.&amp;nbsp; Does anyone know of a way to create a unique identifier that can assign based on location?&amp;nbsp; For instance, all boxes within a given area would be given a name starting with A and another area would be given a name starting with B.&amp;nbsp; I understand you can run some selection related tools but I'm not sure how to give them names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 21:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89355#M5207</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2014-11-20T21:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89356#M5208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do a select by location and then use the Field Calculator:&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000026000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//005s00000026000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; .. to assign a code based on a combination of a character (say "A")&amp;nbsp; and a unique number (such as in the OBJECTID field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"A_" + !OBJECTID! (python) or&lt;/P&gt;&lt;P&gt;"A_" &amp;amp; OBJECTID (VB fgdb)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 23:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89356#M5208</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-20T23:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89357#M5209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know of a way I could run this on a larger scale?&amp;nbsp; There is going to be about 180 polygons I would run this through so it would be nice to do it automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also have to sort it by box type, which is a column in the attribute table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 00:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89357#M5209</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2014-11-21T00:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89358#M5210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With some python code you code do this, but the easiest way is to intersect (analysis toolbox) the polygons with the points. This will yield a new point featureclass with the field of the polygons added to the output point featureclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the influence of the box type on the output unique code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 00:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89358#M5210</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-21T00:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89359#M5211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a column that has three different possibilities, being the three different box types.&amp;nbsp; The intersect tool seems to work for now.&amp;nbsp; I will get back to you on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 20:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89359#M5211</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2014-11-21T20:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89360#M5212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to look at the Generate Fishnet tool, the boxes could then be coded using the row and column value, and your points placed in the boxes by overlay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 04:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89360#M5212</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-11-25T04:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create Unique ID's of a feature based on the area it is located.</title>
      <link>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89361#M5213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis, Alexander indicated that he has &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;180 polygons which define the areas to be used for the naming. No need for the Fishnet tool. In case he wouldn't have these polygons, the Fishnet would be a good way to name (group) the boxes based on location.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 13:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-unique-id-s-of-a-feature-based-on-the-area/m-p/89361#M5213</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-25T13:43:59Z</dc:date>
    </item>
  </channel>
</rss>

