<?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 Automating adding of data to map in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222615#M65868</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've recently finished creating a model (with the help of the ESRI community so thank you!)&lt;/P&gt;&lt;P&gt;I now want to further expand that automation by asking the question:&lt;/P&gt;&lt;P&gt;Is it possible to (by way of python or an existing tool) to automatically pull in a .csv file with XY data, add it to the project as a standalone table and to then plot the xy data.&lt;/P&gt;&lt;P&gt;I was hoping I could then just feed this into my existing model workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there isn't a tool I can drag onto my model, any tips/pointers in relation to anything I can read regarding getting python to do this.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 19:54:27 GMT</pubDate>
    <dc:creator>StephenSmith8847</dc:creator>
    <dc:date>2022-10-17T19:54:27Z</dc:date>
    <item>
      <title>Automating adding of data to map</title>
      <link>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222615#M65868</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've recently finished creating a model (with the help of the ESRI community so thank you!)&lt;/P&gt;&lt;P&gt;I now want to further expand that automation by asking the question:&lt;/P&gt;&lt;P&gt;Is it possible to (by way of python or an existing tool) to automatically pull in a .csv file with XY data, add it to the project as a standalone table and to then plot the xy data.&lt;/P&gt;&lt;P&gt;I was hoping I could then just feed this into my existing model workflow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there isn't a tool I can drag onto my model, any tips/pointers in relation to anything I can read regarding getting python to do this.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 19:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222615#M65868</guid>
      <dc:creator>StephenSmith8847</dc:creator>
      <dc:date>2022-10-17T19:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Automating adding of data to map</title>
      <link>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222617#M65869</link>
      <description>&lt;P&gt;This tool should work for points&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-table-to-point.htm" target="_blank"&gt;XY Table To Point (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This for lines&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-to-line.htm" target="_blank"&gt;XY To Line (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There's also this article for polygons&amp;nbsp;&lt;A href="https://support.esri.com/en/Technical-Article/000018069" target="_blank"&gt;How To: Create a polygon from an XY data table (esri.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 19:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222617#M65869</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-10-17T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automating adding of data to map</title>
      <link>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222621#M65870</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I didn't think you could add that to an automated model workflow? Or can you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you just drag it into your model?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 20:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222621#M65870</guid>
      <dc:creator>StephenSmith8847</dc:creator>
      <dc:date>2022-10-17T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automating adding of data to map</title>
      <link>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222632#M65871</link>
      <description>&lt;P&gt;You can add any GP Tool or script tool to a model provided it has the appropriate inputs and outputs. When in doubt, just drag something onto the model canvas and see if it works out (using your test data of course).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 20:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automating-adding-of-data-to-map/m-p/1222632#M65871</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2022-10-17T20:38:54Z</dc:date>
    </item>
  </channel>
</rss>

