<?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: move point based on attribute in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39497#M1592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. Your idea certainly helped me moving point to a correct location. And FYI I needed to move point in same polygon and not different one. A detailed process I used is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I broke polygon edges as poly lines.&lt;/P&gt;&lt;P&gt;2. I used Split Poly line at vertices to get individual edges.&lt;/P&gt;&lt;P&gt;3. I used Features Vertices to points (MID option selected) to get points on edges.&lt;/P&gt;&lt;P&gt;4. I used Near tool to append angle which I used as attribute to move my point to a correct location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more small step is to convert this Near angle to Azimuth which my case demanded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for taking time to help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best,&lt;/P&gt;&lt;P&gt;Meghan Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 17:11:28 GMT</pubDate>
    <dc:creator>MeghanKulkarni1</dc:creator>
    <dc:date>2017-07-31T17:11:28Z</dc:date>
    <item>
      <title>move point based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39495#M1590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is move points near boundary of polygon to a different edge of polygon based on attribute contained in point feature class. Screenshot below will make it little clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/364461_pastedImage_1.png" style="width: 620px; height: 630px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above image, take an example of relationship between point C and point 4. Now Point C has one attribute which determines on which edge of polygon point C has to move. In this case, it is near to an edge which is close to point 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use Near tool with location and angle information appended but nearest location is not always used. It is determined by attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with this? I know decent little python too. Any advice on that side is also welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best,&lt;/P&gt;&lt;P&gt;Meghan Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 16:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39495#M1590</guid>
      <dc:creator>MeghanKulkarni1</dc:creator>
      <dc:date>2017-07-26T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: move point based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39496#M1591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You state the Point should move to&amp;nbsp; a different edge of the polygon... which polygon? the one that the point is currently located in or the imaginary boundary formed by the bounds of your flagged points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That one rule is insufficient to move anything.&amp;nbsp; A more robust rule would specify a distance and/or direction or something to restrict movement in space from all the possibilities that exist.&amp;nbsp; Is there a chance that the complete rule set that gave rise to the attribution of where a point should move to exists? and if so, can you describe the complete set of rules that gave rise to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 13:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39496#M1591</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-29T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: move point based on attribute</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39497#M1592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. Your idea certainly helped me moving point to a correct location. And FYI I needed to move point in same polygon and not different one. A detailed process I used is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I broke polygon edges as poly lines.&lt;/P&gt;&lt;P&gt;2. I used Split Poly line at vertices to get individual edges.&lt;/P&gt;&lt;P&gt;3. I used Features Vertices to points (MID option selected) to get points on edges.&lt;/P&gt;&lt;P&gt;4. I used Near tool to append angle which I used as attribute to move my point to a correct location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more small step is to convert this Near angle to Azimuth which my case demanded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for taking time to help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best,&lt;/P&gt;&lt;P&gt;Meghan Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/move-point-based-on-attribute/m-p/39497#M1592</guid>
      <dc:creator>MeghanKulkarni1</dc:creator>
      <dc:date>2017-07-31T17:11:28Z</dc:date>
    </item>
  </channel>
</rss>

