<?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 Add Data using Add Features in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290085#M67664</link>
    <description>&lt;P&gt;I am trying to add data to a feature layer, the data gets added to the Mysql Database connected to Arc Pro, but the points are plotted in the middle of the ocean, these coordinates should be plotted in egypt, so what am i doing wrong that makes the coordinates get plotted in the middle of the ocean.&lt;/P&gt;&lt;P&gt;My code and results are attached below, can any one help ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (154).png" style="width: 991px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70928iC0F2F3D7C614BB69/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (154).png" alt="Screenshot (154).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (155).png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70930iF6CAE577E79586CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (155).png" alt="Screenshot (155).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcpro wrong position.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70932i97ED383DD1BE6690/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcpro wrong position.jpg" alt="arcpro wrong position.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 13:38:54 GMT</pubDate>
    <dc:creator>HamzaM</dc:creator>
    <dc:date>2023-05-17T13:38:54Z</dc:date>
    <item>
      <title>Add Data using Add Features</title>
      <link>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290085#M67664</link>
      <description>&lt;P&gt;I am trying to add data to a feature layer, the data gets added to the Mysql Database connected to Arc Pro, but the points are plotted in the middle of the ocean, these coordinates should be plotted in egypt, so what am i doing wrong that makes the coordinates get plotted in the middle of the ocean.&lt;/P&gt;&lt;P&gt;My code and results are attached below, can any one help ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (154).png" style="width: 991px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70928iC0F2F3D7C614BB69/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (154).png" alt="Screenshot (154).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (155).png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70930iF6CAE577E79586CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (155).png" alt="Screenshot (155).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcpro wrong position.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70932i97ED383DD1BE6690/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcpro wrong position.jpg" alt="arcpro wrong position.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 13:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290085#M67664</guid>
      <dc:creator>HamzaM</dc:creator>
      <dc:date>2023-05-17T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Data using Add Features</title>
      <link>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290100#M67665</link>
      <description>&lt;P&gt;Seems like maybe a projection problem?&amp;nbsp; The place where they're plotted is right about the origin (0,0) of the default ESRI coordinate system (WGS 1984 Web Mercator), so it looks like your layer thinks the points are around (31, 30) meters rather than degrees?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 14:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290100#M67665</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2023-05-17T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add Data using Add Features</title>
      <link>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290107#M67666</link>
      <description>&lt;P&gt;how do i change it to degrees ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 14:24:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1290107#M67666</guid>
      <dc:creator>HamzaM</dc:creator>
      <dc:date>2023-05-17T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add Data using Add Features</title>
      <link>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1291390#M67704</link>
      <description>&lt;P&gt;I fixed the issue by using the "Project" tool&amp;nbsp;&lt;SPAN&gt;(Data Management Tools).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 07:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-data-using-add-features/m-p/1291390#M67704</guid>
      <dc:creator>HamzaM</dc:creator>
      <dc:date>2023-05-21T07:22:29Z</dc:date>
    </item>
  </channel>
</rss>

