<?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: Making sequential number's not based on Object ID number in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21864#M757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whether you are numbering by attribute or spatial location, you have to come up with some rules/criteria for grouping and ordering the numbers.&amp;nbsp; For attributes it is quite straight forward, and there are numerous examples on GeoNet.&amp;nbsp; For spatial numbering, it gets more complicated very quickly.&amp;nbsp; Looking at your screenshot, it will be tough to implement the numbering scheme you want by running a script.&amp;nbsp; What I recommend is considering creating a grid of some form (size and origin would have to be determined through experimentation), and the polygons get labelled by the majority area representation in that grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jan 2019 17:08:37 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2019-01-26T17:08:37Z</dc:date>
    <item>
      <title>Making sequential number's not based on Object ID number</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21863#M756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I have a question about sequential numbering. I found a script (i'll put it below), which allows me to make a sequential numbering based on OID and thats good. But what i need is different structure of numbering... for example, sometimes i need numbering from top to bottom of polygons line, sometimes from left to right or from bottom to top and so on. I'am using Arcgis pro (but example is made using simple arcmap)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Code block:&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;rec=0 def autoIncrement(string_prefix): global rec pStart = 1 #adjust start value, if req'd pInterval = 1 #adjust interval value, if req'd if (rec == 0): rec = pStart else: rec = rec + pInterval return string_prefix + str (rec).&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;autoIncrement("24-1-(this number is changes sequentially"))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2019 15:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21863#M756</guid>
      <dc:creator>DariusBaronas</dc:creator>
      <dc:date>2019-01-26T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Making sequential number's not based on Object ID number</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21864#M757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whether you are numbering by attribute or spatial location, you have to come up with some rules/criteria for grouping and ordering the numbers.&amp;nbsp; For attributes it is quite straight forward, and there are numerous examples on GeoNet.&amp;nbsp; For spatial numbering, it gets more complicated very quickly.&amp;nbsp; Looking at your screenshot, it will be tough to implement the numbering scheme you want by running a script.&amp;nbsp; What I recommend is considering creating a grid of some form (size and origin would have to be determined through experimentation), and the polygons get labelled by the majority area representation in that grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2019 17:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21864#M757</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-01-26T17:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Making sequential number's not based on Object ID number</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21865#M758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many features do you need to number? Have you tried the sequential numbering tool? I just published a video describing how it works.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://youtu.be/o83p1ArMr1w" title="https://youtu.be/o83p1ArMr1w"&gt;ArcGIS Pro Tools: Sequential Numbering Tool - Tool Belt Tuesday - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2020 19:17:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/making-sequential-number-s-not-based-on-object-id/m-p/21865#M758</guid>
      <dc:creator>GIS-Chops</dc:creator>
      <dc:date>2020-07-21T19:17:16Z</dc:date>
    </item>
  </channel>
</rss>

