<?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: An equivalent shift tool for vectors as the one available for rasters, in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541119#M20944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lancw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May you please guide me how to &lt;SPAN style="color: black; "&gt;create tbx model tool for the &lt;A class="" data-saferedirecturl="https://www.google.com/url?q=https://community.esri.com/external-link.jspa?url%3Dhttps%253A%252F%252Farcpy.wordpress.com%252F2012%252F11%252F15%252Fshifting-features%252F&amp;amp;source=gmail&amp;amp;ust=1563870487671000&amp;amp;usg=AFQjCNEKpyEH5B9D5sq0RALR5UeGBKU-Lw" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Farcpy.wordpress.com%2F2012%2F11%2F15%2Fshifting-features%2F" rel="nofollow" target="_blank"&gt;Shifting features&lt;/A&gt;. I am not familiar with the python script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Best&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Majdoleen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2019 08:41:07 GMT</pubDate>
    <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
    <dc:date>2019-07-22T08:41:07Z</dc:date>
    <item>
      <title>An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541117#M20942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;An equivalent shift tool for vectors as the one available for rasters,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;I couldn’t figure out if there is an equivalent shift tool for vectors as the one available for rasters. I’m aware of the “move” tool available in the editor toolbar, but what I need here is a tool that can be added to the model builder&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Jamal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/453040_Clip_741.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2019 17:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541117#M20942</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2019-07-14T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541118#M20943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4230"&gt;Jamal,&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this using a python script with an update cursor and modifying the Shape@XY&amp;nbsp;parameter. &amp;nbsp;Here is a link to a code sample&amp;nbsp;&lt;A class="link-titled" href="https://arcpy.wordpress.com/2012/11/15/shifting-features/" title="https://arcpy.wordpress.com/2012/11/15/shifting-features/"&gt;Shifting features&lt;/A&gt;. &amp;nbsp;Another example &lt;A _jive_internal="true" href="https://community.esri.com/thread/82123?commentID=348665#comment"&gt;Move Features&lt;/A&gt;&amp;nbsp;can be found here on GeoNet&amp;nbsp;posted by&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3104"&gt;Mathew Coyle&lt;/A&gt;. &amp;nbsp;You can create a new script tool using python then use the tool in Desktop or even Model Builder. &amp;nbsp;See&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools-in-python.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-creating-tools-in-python.htm"&gt;a quick tour of creating tools with Python&lt;/A&gt;&amp;nbsp;and its related topics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, are your rasters and vector data on the same coordinate systems? &amp;nbsp;If you are noticing a uniform shift in your data, you may be dealing with multiple coordinate systems and need to set the correct real-time transformations between the systems or&amp;nbsp;Project some of your data to a different system. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2019 17:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541118#M20943</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-07-14T17:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541119#M20944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lancw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May you please guide me how to &lt;SPAN style="color: black; "&gt;create tbx model tool for the &lt;A class="" data-saferedirecturl="https://www.google.com/url?q=https://community.esri.com/external-link.jspa?url%3Dhttps%253A%252F%252Farcpy.wordpress.com%252F2012%252F11%252F15%252Fshifting-features%252F&amp;amp;source=gmail&amp;amp;ust=1563870487671000&amp;amp;usg=AFQjCNEKpyEH5B9D5sq0RALR5UeGBKU-Lw" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Farcpy.wordpress.com%2F2012%2F11%2F15%2Fshifting-features%2F" rel="nofollow" target="_blank"&gt;Shifting features&lt;/A&gt;. I am not familiar with the python script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Best&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; "&gt;Majdoleen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2019 08:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541119#M20944</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2019-07-22T08:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541120#M20945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please note that I have created the attached script/ toolbox, and despite the fact that the job completed successfully, the feature remains on its place.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/459681_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/459682_pastedImage_2.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;here the script:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;import arcpy&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Feature = arcpy.GetParameterAsText(0)&lt;BR /&gt;&lt;BR /&gt;X_Value = arcpy.GetParameterAsText(1)&lt;BR /&gt;&lt;BR /&gt;Y_Value = arcpy.GetParameterAsText(2)&lt;BR /&gt;&lt;BR /&gt;def shift_features(Feature, X_Value=None, Y_Value=None):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shifts features by an x and/or y value. The shift values are in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the units of the in_features coordinate system.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parameters:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; in_features: string&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An existing feature class or feature layer.&amp;nbsp; If using a&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; feature layer with a selection, only the selected features&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; will be modified.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; X_Value: float&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The distance the x coordinates will be shifted.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y_Value: float&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The distance the y coordinates will be shifted.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; with arcpy.da.UpdateCursor(Feature, ['SHAPE@XY']) as cursor:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for row in cursor:&lt;BR /&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[0][0] + (X_Value or 0),&lt;BR /&gt;&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;&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; row[0][1] + (Y_Value or 0)]])&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ps: I don't have any experience in script&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 10:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541120#M20945</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2019-09-17T10:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541121#M20946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-avatarid="-1" data-userid="133698" data-username="Majdoleen" href="https://community.esri.com/people/Majdoleen" style="color: #000000; border: 0px; font-weight: inherit; text-decoration: underline; font-size: 1.1em; padding: 0px 3px 0px 0px;" target="_blank"&gt;Majdoleen Awadallah&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that you have&amp;nbsp;one error in the script which is something normal since you are learning python scripting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-You created a function called&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;shift_features&lt;/EM&gt; but you didn't call it in your script. the function is there sitting in your script but the tool will not execute it because it's not called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;here is a small edit that will make the tool works:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
Feature &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

X_Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

Y_Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;shift_features&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; X_Value&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Y_Value&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"""
    Shifts features by an x and/or y value. The shift values are in
    the units of the in_features coordinate system.

    Parameters:
    in_features: string
        An existing feature class or feature layer.  If using a
        feature layer with a selection, only the selected features
        will be modified.

    X_Value: float
        The distance the x coordinates will be shifted.

    Y_Value: float
        The distance the y coordinates will be shifted.
    """&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'SHAPE@XY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            cursor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;X_Value &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                               row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Y_Value &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

            


    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt;


shift_features&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;X_Value&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Y_Value&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/459823_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541121#M20946</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2021-12-11T23:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541122#M20947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ahmad so much for your prompt help, I tried to use your python but unfortunately I end with the error shown below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/459955_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/459962_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/459963_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the issue here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Majdoleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541122#M20947</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2019-09-19T07:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541123#M20948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/133698"&gt;Majdoleen Awadallah&lt;/A&gt;‌ it looks like you have a space before 'return'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code formatting would help rather than screen grabs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/08/14/script-formatting"&gt;/blogs/dan_patterson/2016/08/14/script-formatting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541123#M20948</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-09-19T08:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541124#M20949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the code which is written by Ahmad before, and as Ahmad mentioned, it worked fine with Ahmad! also I used the python online checker :&lt;A class="jivelink1" href="https://extendsclass.com/python-tester.html" title="https://extendsclass.com/python-tester.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://extendsclass.com/python-tester.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which indicate that their is no error, but ends with an error at the level of Arcmap!!&lt;/P&gt;&lt;P&gt;What do you think?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
Feature &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

X_Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

Y_Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetParameterAsText&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;


&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;shift_features&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; X_Value&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Y_Value&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"""
    Shifts features by an x and/or y value. The shift values are in
    the units of the in_features coordinate system.

    Parameters:
    in_features: string
        An existing feature class or feature layer.  If using a
        feature layer with a selection, only the selected features
        will be modified.

    X_Value: float
        The distance the x coordinates will be shifted.

    Y_Value: float
        The distance the y coordinates will be shifted.
    """&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'SHAPE@XY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            cursor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;X_Value &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                               row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Y_Value &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;        
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt;


shift_features&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Feature&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; X_Value&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Y_Value&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541124#M20949</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2021-12-11T23:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541125#M20950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An online code checker would fail on the first line since it can't import arcpy.&lt;/P&gt;&lt;P&gt;You should be using a Python IDE like Spyder&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/13/spyder"&gt;/blogs/dan_patterson/2018/12/13/spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that does real time code checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 10:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541125#M20950</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-09-19T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541126#M20951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/133698"&gt;Majdoleen Awadallah&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;it looks like you have a space somewhere and its hard to tell using Notepad ++. as Dan said try to use python IDE like spyder or pyscripter it will help you to find the errors and fix them in real time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the attached tool works in ArcMap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2019 14:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541126#M20951</guid>
      <dc:creator>AhmadSALEH1</dc:creator>
      <dc:date>2019-09-19T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541127#M20952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="95822" data-objecttype="3" href="https://community.esri.com/people/ahmadabusaleh"&gt;Ahmad SALEH&lt;/A&gt;&lt;/SPAN&gt;, it works like a charm.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/460163_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2019 05:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541127#M20952</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2019-09-22T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541128#M20953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan, |I will try to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2019 06:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541128#M20953</guid>
      <dc:creator>MajdoleenO_A__Awadallah</dc:creator>
      <dc:date>2019-09-22T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541129#M20954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hot tip!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 01:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541129#M20954</guid>
      <dc:creator>JasonSchneider4</dc:creator>
      <dc:date>2019-09-24T01:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541130#M20955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to choose where to store the output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/460334_Clip_43.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 20:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541130#M20955</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2019-09-24T20:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: An equivalent shift tool for vectors as the one available for rasters,</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541131#M20956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4230"&gt;Jamal&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based upon your script noted in this thread, you are using an update cursor that will apply to the original feature data when cursor.updateRow is called in line 29. &amp;nbsp;There is not an option to save the data in another feature as written. &amp;nbsp;This could be added or you can add additional code to make a copy of the feature class then apply the adjustment to the copy rather then the original data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy-features.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy-features.htm"&gt;Copy Features—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 21:21:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/an-equivalent-shift-tool-for-vectors-as-the-one/m-p/541131#M20956</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-09-24T21:21:38Z</dc:date>
    </item>
  </channel>
</rss>

