<?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: XY Table to FeatureClass in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371417#M12772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytotable.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytotable.htm"&gt;NumPyArrayToTable—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;if you have arrays already&lt;/P&gt;&lt;P&gt;or you can read xy-whatever data like text files and spreadsheets using python, numpy or pandas,&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytofeatureclass.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytofeatureclass.htm"&gt;NumPyArrayToFeatureClass—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;works for point data easily, but you need some magic with arcpy to get poly* features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2020 02:10:12 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-05-20T02:10:12Z</dc:date>
    <item>
      <title>XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371415#M12770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone figured out a slick way to convert a table with X and Y coordinate values, along with other attributes, to a featureclass in arcpy outside of ArcGIS Desktop like in Spyder or Pycharm?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roland Vigor from the USGS documented a nice way of &lt;A href="https://my.usgs.gov/confluence/display/cdi/pandas.DataFrame+to+ArcGIS+Table"&gt;converting a pandas dataframe to an arcgis table.&amp;nbsp;&lt;/A&gt;I'd like to do something like that only one step further to make a featureclass.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use the Make XY Event Layer tool and display the points in Arc and then export those values to a feature class. However, I have dozens of files I need to filter in pandas and then convert to feature classes. So doing it outside of ArcMap using arcpy would be the best process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen a lot of requests for such a process but have yet to find something that works outside of ArcMap. Any help is much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;-Adam&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 01:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371415#M12770</guid>
      <dc:creator>adamwade1</dc:creator>
      <dc:date>2020-05-20T01:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371416#M12771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say 'outside of arcmap' what specifically do you mean? You can do plenty of data table formatting with python, pandas or numpy.&amp;nbsp; But at the end of the day to create a an ESRI feature class, you are going to deploy arcpy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 01:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371416#M12771</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-05-20T01:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371417#M12772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytotable.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytotable.htm"&gt;NumPyArrayToTable—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;if you have arrays already&lt;/P&gt;&lt;P&gt;or you can read xy-whatever data like text files and spreadsheets using python, numpy or pandas,&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytofeatureclass.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/data-access/numpyarraytofeatureclass.htm"&gt;NumPyArrayToFeatureClass—Data Access module | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;works for point data easily, but you need some magic with arcpy to get poly* features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 02:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371417#M12772</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-20T02:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371418#M12773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, a user can call arcpy functions in other python environments like Spyder and Pycharm. I like to code in Spyder and automate several arcpy functions using hundreds somethings thousands of separate datasets.&amp;nbsp; For this particular project I had to filter dozens of datasets with geospatial info including XY coordinate values and am trying to covert them to point feature classes for use in ArcMap.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 03:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371418#M12773</guid>
      <dc:creator>adamwade1</dc:creator>
      <dc:date>2020-05-20T03:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371419#M12774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. I think the NumPyArrayToFeatureClass tool would work but it looks like it only runs in ArcGIS Pro and unfortunately I'm running ArcGIS Desktop.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 03:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371419#M12774</guid>
      <dc:creator>adamwade1</dc:creator>
      <dc:date>2020-05-20T03:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371420#M12775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it exists in ArcMap as well&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/numpyarraytofeatureclass.htm" title="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/numpyarraytofeatureclass.htm"&gt;NumPyArrayToFeatureClass—Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 03:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371420#M12775</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-05-20T03:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371421#M12776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan! That totally worked!&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;-Adam&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 03:46:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371421#M12776</guid>
      <dc:creator>adamwade1</dc:creator>
      <dc:date>2020-05-20T03:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: XY Table to FeatureClass</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371422#M12777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative method:&amp;nbsp;&lt;A class="link-titled" href="https://glenbambrick.com/tag/arcpy/" title="https://glenbambrick.com/tag/arcpy/"&gt;ArcPy | Geospatiality&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 03:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/xy-table-to-featureclass/m-p/371422#M12777</guid>
      <dc:creator>CPoynter</dc:creator>
      <dc:date>2020-05-20T03:48:44Z</dc:date>
    </item>
  </channel>
</rss>

