<?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: Trying to append a feature layer using python problem in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012560#M35487</link>
    <description>&lt;P&gt;No, I have not used any of the geospatial datasets that are hosted.&amp;nbsp; We use python at work and I write python macros there, but I just started using python in ArcGis Pro a couple of days ago, and progress has been a little rocky.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 21:39:28 GMT</pubDate>
    <dc:creator>GaryThomann</dc:creator>
    <dc:date>2020-12-28T21:39:28Z</dc:date>
    <item>
      <title>Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012512#M35476</link>
      <description>&lt;P&gt;I am using arcgis pro 2.7 and am trying to append data from one feature layer into another.&amp;nbsp; When I do it manually inside the program using the Append tool in Geoprocessing it works fine.&amp;nbsp; But when I try to do it with python using&amp;nbsp;arcpy.geoanalytics.AppendData(layer1,layer2) I get the error message that layer1 is not a hosted layer.&amp;nbsp; Why?&amp;nbsp; I don't see how this procedure has anything to do with hosting.&amp;nbsp; Although it probably makes no difference I am using Microsoft Visual Studio Professional 2019 for writing the python code.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 19:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012512#M35476</guid>
      <dc:creator>GaryThomann</dc:creator>
      <dc:date>2020-12-28T19:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012516#M35477</link>
      <description>&lt;P&gt;So neither&amp;nbsp;&lt;SPAN&gt;layer1, or layer2 is hosted?&amp;nbsp; Try arcpy.append_management instead.&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 19:41:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012516#M35477</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-12-28T19:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012529#M35479</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/geoanalytics-desktop/an-overview-of-the-geoanalytics-desktop-toolbox.htm" target="_blank"&gt;An overview of the GeoAnalytics Desktop toolbox—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;has the requirements and probably isn't what you were looking for as Joe points out&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012529#M35479</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-12-28T20:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012538#M35481</link>
      <description>&lt;P&gt;I don't think either layer is hosted, although I really don't know what hosting is anyway.&amp;nbsp; And your solution worked, although the actual command is&amp;nbsp;arcpy.management.Append().&amp;nbsp; But that was easy to change.&amp;nbsp; Thank you very much!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012538#M35481</guid>
      <dc:creator>GaryThomann</dc:creator>
      <dc:date>2020-12-28T20:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012541#M35482</link>
      <description>&lt;P&gt;The syntax is a 'you say tomato', I say tomaato' sort of thing.&amp;nbsp; Hosted feature layers are geo-spatial datasets that are hosted somewhere on the internet either in AGOL or an enterprise Portal.&amp;nbsp; Sounds like you are not using either, rather you are using a geodatabse feature class.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012541#M35482</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-12-28T20:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012544#M35484</link>
      <description>&lt;P&gt;&lt;STRONG&gt;arcpy.management.Append() ==&amp;nbsp;arcpy.Append_management()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you had checked Joe's help topic link fully.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prefix vs post-fix notation, although the former is preferred&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012544#M35484</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-12-28T20:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012560#M35487</link>
      <description>&lt;P&gt;No, I have not used any of the geospatial datasets that are hosted.&amp;nbsp; We use python at work and I write python macros there, but I just started using python in ArcGis Pro a couple of days ago, and progress has been a little rocky.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:39:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012560#M35487</guid>
      <dc:creator>GaryThomann</dc:creator>
      <dc:date>2020-12-28T21:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012561#M35488</link>
      <description>&lt;P&gt;There is python and then there is the arcpy library/module of python.&amp;nbsp; If you aren't real familiar with geoprocessing tools in ArcGIS, I would expect things to be 'a little rocky' for you.&amp;nbsp; Basically all arcpy provides is scripting environment with which to automate the various typical processes that you can do manually in ArcGIS.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012561#M35488</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-12-28T21:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to append a feature layer using python problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012587#M35496</link>
      <description>&lt;P&gt;Learn how to use the tools in ArcToolbox and if needed, then the code snippets at the end of each tool description will provide the simplest way to accomplish complex workflows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The rest of the arcpy module is really only needed when you get down to the environments or individual geometry level or to implement data access cursors.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 23:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/trying-to-append-a-feature-layer-using-python/m-p/1012587#M35496</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-12-28T23:23:01Z</dc:date>
    </item>
  </channel>
</rss>

