<?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>idea Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet in ArcGIS API for Python Ideas</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idi-p/1150968</link>
    <description>&lt;P&gt;There are currently two implementations of the FeatureSet within the Esri-verse that are incompatible. Making these two objects interoperable would allow greater ease of use in translating enterprise geodatabase feature classes and web-based feature layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the gis.publish() accepts only one non-file input-- the feature collection. If the FeatureSet was compatible with the ArcPy implementation, a feature class could be turned into a FeatureSet and then a FeatureCollection for publishing. The current alternative is to either export the feature class into a hard file format, or create a map to host a service definition, and then publish.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This post makes the point very succinctly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can we make the FeatureSet an actual FeatureSet?&lt;/P&gt;</description>
    <pubDate>Sat, 05 Mar 2022 00:35:36 GMT</pubDate>
    <dc:creator>feralcatcolonist_old</dc:creator>
    <dc:date>2022-03-05T00:35:36Z</dc:date>
    <item>
      <title>Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idi-p/1150968</link>
      <description>&lt;P&gt;There are currently two implementations of the FeatureSet within the Esri-verse that are incompatible. Making these two objects interoperable would allow greater ease of use in translating enterprise geodatabase feature classes and web-based feature layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, the gis.publish() accepts only one non-file input-- the feature collection. If the FeatureSet was compatible with the ArcPy implementation, a feature class could be turned into a FeatureSet and then a FeatureCollection for publishing. The current alternative is to either export the feature class into a hard file format, or create a map to host a service definition, and then publish.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish" target="_blank"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This post makes the point very succinctly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can we make the FeatureSet an actual FeatureSet?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 00:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idi-p/1150968</guid>
      <dc:creator>feralcatcolonist_old</dc:creator>
      <dc:date>2022-03-05T00:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1151112#M47</link>
      <description>&lt;P&gt;I think we can all agree that this is confusing.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="feralcatcolonist_0-1646616696397.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35713i1168A3A431250166/image-size/medium?v=v2&amp;amp;px=400" role="button" title="feralcatcolonist_0-1646616696397.png" alt="feralcatcolonist_0-1646616696397.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Within the two Python libraries maintained by Esri, there should be agreement about naming objects, the capabilities of those objects, and of course, interoperability within the same language.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 01:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1151112#M47</guid>
      <dc:creator>feralcatcolonist_old</dc:creator>
      <dc:date>2022-03-07T01:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1161757#M48</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You've got our attention!&amp;nbsp; We think this is a good suggestion and have entered it in our backlog. We're planning to explore the idea a bit further in the near term.&amp;nbsp; This does not guarantee that the idea will be developed so we encourage the community&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to continue voting and sharing feedback which will help teams gauge user demand.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 18:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1161757#M48</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2022-04-06T18:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1250589#M49</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/447297"&gt;@feralcatcolonist_old&lt;/a&gt;, don't know if you saw this, but it looks like this was addressed in 2.0.1 &lt;A href="https://developers.arcgis.com/python/guide/release-notes-201/" target="_blank"&gt;https://developers.arcgis.com/python/guide/release-notes-201/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1250589#M49</guid>
      <dc:creator>Tyce_inCitu</dc:creator>
      <dc:date>2023-01-23T22:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1250896#M50</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/615048"&gt;@Tyce_inCitu&lt;/a&gt;&amp;nbsp;I totally did! Very excited to see that in the release notes!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 17:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1250896#M50</guid>
      <dc:creator>feralcatcolonist_old</dc:creator>
      <dc:date>2023-01-24T17:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make ArcPy FeatureSet Interoperable with the ArcGIS API for Python FeatureSet - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1252985#M54</link>
      <description />
      <pubDate>Mon, 30 Jan 2023 17:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/make-arcpy-featureset-interoperable-with-the/idc-p/1252985#M54</guid>
      <dc:creator>JohnYaist1</dc:creator>
      <dc:date>2023-01-30T17:34:55Z</dc:date>
    </item>
  </channel>
</rss>

