<?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 do you create a Point Shapefile at a known XY location in python (ArcGIS)? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583535#M8463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of your other threads... &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy-features.htm"&gt;Copy Features &lt;/A&gt;was recommended.Â&amp;nbsp; Posting in one location makes it easier for people to keep track of a question and its incarnations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2017 21:28:25 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-08-01T21:28:25Z</dc:date>
    <item>
      <title>How do you create a Point Shapefile at a known XY location in python (ArcGIS)?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583531#M8459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently writing a python program that is scanning cells in a raster. If the program passes an if statement then I want to put a point file at that exact xy location it scanned. What is the function that inserts a shapefile at a specific xy location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583531#M8459</guid>
      <dc:creator>AndrewMartin8</dc:creator>
      <dc:date>2017-07-31T21:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a Point Shapefile at a known XY location in python (ArcGIS)?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583532#M8460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to create the geometry first, then the featureclass or shapefile.&amp;nbsp; Start by examining the arcpy functions etc and specifically the code example in the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/pointgeometry.htm"&gt;PointGeometry class linked here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 21:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583532#M8460</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-07-31T21:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a Point Shapefile at a known XY location in python (ArcGIS)?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583533#M8461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365284_Capture.PNG" style="width: 620px; height: 70px;" /&gt;&lt;/P&gt;&lt;P&gt;what is the function that converts the point geometry into a feature class?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 13:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583533#M8461</guid>
      <dc:creator>AndrewMartin8</dc:creator>
      <dc:date>2017-08-01T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a Point Shapefile at a known XY location in python (ArcGIS)?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583534#M8462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the last line int he link I posted&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;CopyFeatures_management&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;pointGeometryList&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;"c:/geometry/a.gdb/points"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583534#M8462</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-01T17:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a Point Shapefile at a known XY location in python (ArcGIS)?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583535#M8463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of your other threads... &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/copy-features.htm"&gt;Copy Features &lt;/A&gt;was recommended.Â&amp;nbsp; Posting in one location makes it easier for people to keep track of a question and its incarnations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 21:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-do-you-create-a-point-shapefile-at-a-known-xy/m-p/583535#M8463</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-01T21:28:25Z</dc:date>
    </item>
  </channel>
</rss>

