<?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: arcgis...FeatureSet != arcpy...FeatureSet in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867722#M4500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not believe it is &lt;STRONG&gt;unreasonable to expect&lt;/STRONG&gt; a consistent "Definition" of a FeatureSet and all language abide by that consistent definition.&amp;nbsp; An apple may be an apple in VB.net but you have to treat it like an Orange in Python......&amp;nbsp; In all other areas in the programming world I FULLY expect an object or class to return a a class/object that could be used in the same manner in any language or package.&amp;nbsp; That is a reasonable expectation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 14:23:55 GMT</pubDate>
    <dc:creator>TedKowal</dc:creator>
    <dc:date>2018-03-16T14:23:55Z</dc:date>
    <item>
      <title>arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867720#M4498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a heads up/warning to ArcPy users, primarily, that &lt;SPAN style="font-family: courier\ new, courier, monospace;"&gt;arcgis.features.feature.FeatureSet&lt;/SPAN&gt; does not equal &lt;SPAN style="font-family: courier\ new, courier, monospace;"&gt;arcpy.arcobjects.arcobjects.FeatureSet&lt;/SPAN&gt;, and trying to use one in place of the other will generate errors all over the place.&amp;nbsp; Silly me assumed that the ArcGIS API for Python team would at least make the two interoperable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 14:31:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867720#M4498</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-15T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867721#M4499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcPy and ArcGIS API for Python are two different packages that deal with related things. It would be unreasonable to expect to use classes from one package in place of those from&amp;nbsp;another. Regarding interoperability, you could use FeatureSet.df&amp;nbsp;and write it to a feature class, and load it unisg arcpy and get&amp;nbsp;an arcpy FeatureSet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 07:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867721#M4499</guid>
      <dc:creator>RohitSingh2</dc:creator>
      <dc:date>2018-03-16T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867722#M4500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not believe it is &lt;STRONG&gt;unreasonable to expect&lt;/STRONG&gt; a consistent "Definition" of a FeatureSet and all language abide by that consistent definition.&amp;nbsp; An apple may be an apple in VB.net but you have to treat it like an Orange in Python......&amp;nbsp; In all other areas in the programming world I FULLY expect an object or class to return a a class/object that could be used in the same manner in any language or package.&amp;nbsp; That is a reasonable expectation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 14:23:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867722#M4500</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2018-03-16T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to disagree with you on reasonableness.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For one, we are not talking about a class/object name that is the same in Python and JavaScript or Python and C#.&amp;nbsp; Crossing a language threshold is a big threshold, people know they are using a different language and expect differences even if the name is the same.&lt;/LI&gt;&lt;LI&gt;Secondly, we are not talking about a class/object name that is the same between Esri and Shapely or Esri and GeoDjango.&amp;nbsp; Crossing a company/organization threshold is also a big threshold, and as great as interoperability would be if the name is the same, it isn't expected.&lt;/LI&gt;&lt;LI&gt;Additionally, the ArcPy FeatureSet and ArcGIS API for Python API FeatureSet are designed to send &amp;amp; receive data to and from Esri GIS server products, so the purpose of the class/object is very similar, if not the same.&lt;/LI&gt;&lt;LI&gt;And finally, ArcPy and ArcGIS API for Python are both bundled and installed with ArcGIS Pro.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same name, same language, same company, similar purpose, and packaged together with ArcGIS Pro.&amp;nbsp; Given those five factors, I do not think it is unreasonable to expect some level of interoperability.&amp;nbsp; Clearly the ArcGIS API for Python development team feels differently, but now I know where to set my expectations when working with the product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 15:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867723#M4501</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-16T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867724#M4502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcPy and ArcGIS API for Python are in two different namespaces. The fully qualified name is not the same. Import statements&amp;nbsp;can be used to resolve the differences - that's what they are for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/867724#M4502</guid>
      <dc:creator>RohitSingh2</dc:creator>
      <dc:date>2018-03-16T20:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis...FeatureSet != arcpy...FeatureSet</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/1250591#M8293</link>
      <description>&lt;P&gt;In case anyone else gets to this thread, looks like this was finally fixed in 2.0.1. &lt;A href="https://developers.arcgis.com/python/guide/release-notes-201/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/python/guide/release-notes-201/&lt;/A&gt;&amp;nbsp;&amp;nbsp; Same issue was raised here &lt;A href="https://community.esri.com/t5/python-ideas/make-arcpy-featureset-interoperable-with-the/idi-p/1150968" target="_blank" rel="noopener noreferrer"&gt;https://community.esri.com/t5/python-ideas/make-arcpy-featureset-interoperable-with-the/idi-p/1150968.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-featureset-arcpy-featureset/m-p/1250591#M8293</guid>
      <dc:creator>Tyce_inCitu</dc:creator>
      <dc:date>2023-01-23T22:16:09Z</dc:date>
    </item>
  </channel>
</rss>

