<?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: How to make unique points for multiple points in mdb in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170530#M5720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, now I have all of the points but they are all on top of each other.&amp;nbsp; Can you think of a way that I can offset them a bit?&amp;nbsp; I want my field crews to be able to see how many points there are. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Maddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 14:19:48 GMT</pubDate>
    <dc:creator>MaddyBrumberg</dc:creator>
    <dc:date>2014-09-11T14:19:48Z</dc:date>
    <item>
      <title>How to make unique points for multiple points in mdb</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170527#M5717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an access mdb that has multiple records that match to single parcels.&amp;nbsp; I would like to create a point for each record that matches to the appropriate parcels.&amp;nbsp; I made the parcels into points and then joined the database but this only got me one point per parcel.&amp;nbsp; Any thought as to how to automate this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Maddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 14:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170527#M5717</guid>
      <dc:creator>MaddyBrumberg</dc:creator>
      <dc:date>2014-08-22T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to make unique points for multiple points in mdb</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170528#M5718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could calculate the centroid of the parcels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Open the attribute table&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Add a field of type 'Double'&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Right-click the field &amp;gt; Calculate Geometry &amp;gt; X Coordinate of Centroid&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Repeat steps for Y Coordinate of Centroid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, join the parcels to the access table.&amp;nbsp; Now, each record of the access table will have the XY coordinates.&amp;nbsp; You can then create a point for each row by right-clicking on the table &amp;gt; Display XY Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 14:39:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170528#M5718</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-08-22T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make unique points for multiple points in mdb</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170529#M5719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; Worked like a charm!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Maddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 11:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170529#M5719</guid>
      <dc:creator>MaddyBrumberg</dc:creator>
      <dc:date>2014-08-27T11:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make unique points for multiple points in mdb</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170530#M5720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, now I have all of the points but they are all on top of each other.&amp;nbsp; Can you think of a way that I can offset them a bit?&amp;nbsp; I want my field crews to be able to see how many points there are. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Maddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 14:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170530#M5720</guid>
      <dc:creator>MaddyBrumberg</dc:creator>
      <dc:date>2014-09-11T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make unique points for multiple points in mdb</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170531#M5721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After joining the parcels to the table, export the table to a new table.&amp;nbsp; You can then add an offset to the coordinates by iterating through each record using python before displaying the XY Event Layer.&amp;nbsp; Below is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14104488445808230 jive_text_macro" jivemacro_uid="_14104488445808230"&gt;
&lt;P&gt;import arcpy&lt;/P&gt;
&lt;P&gt;from arcpy import env&lt;/P&gt;
&lt;P&gt;#set workspace to geodatabase&lt;/P&gt;
&lt;P&gt;env.workspace = r"C:\temp\python\test.gdb"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#specify table&lt;/P&gt;
&lt;P&gt;table = "Owners_Export"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;dict = {}&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#iterate through the table and add the Parcel PIN to a dictionary&lt;/P&gt;
&lt;P&gt;with arcpy.da.SearchCursor(table, ["PIN", "CentroidX"]) as cursor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in cursor:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dict[row[0]] = row[1]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;del cursor&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#for each PIN, add 0.2 to the X coordinate&lt;/P&gt;
&lt;P&gt;for PIN in dict.values():&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; x = 0.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; with arcpy.da.UpdateCursor(table, ["CentroidX"]) as cursor:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in cursor:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; row[0] = row[0] + x&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x += 0.2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cursor.updateRow(row)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;del cursor&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-make-unique-points-for-multiple-points-in/m-p/170531#M5721</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-09-11T15:21:00Z</dc:date>
    </item>
  </channel>
</rss>

