<?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: FutureWarning w/ SpatialDataFrame in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088749#M6495</link>
    <description>&lt;P&gt;If you are writing new code or modifying existing code, you should take the deprecation warning to heart and stop using the deprecated syntax.&amp;nbsp; Why would you want to write code today that may stop working in a future release when the vendor is telling you it will break eventually if you don't change your code.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Aug 2021 02:25:06 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2021-08-13T02:25:06Z</dc:date>
    <item>
      <title>FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088698#M6492</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I'm getting the following FutureWarning when using the SpatialDataFrame, e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;sdf.query('PI == "NA"')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/.../python3.7/site-packages/arcgis/features/geo/_array.py:316: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.&lt;BR /&gt;return GeoArray(self.data[idx])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can suppress the warning with:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;but just wondered if it was anything to be concerned about.&amp;nbsp; I'm using version 1.9.0.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 23:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088698#M6492</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-12T23:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088749#M6495</link>
      <description>&lt;P&gt;If you are writing new code or modifying existing code, you should take the deprecation warning to heart and stop using the deprecated syntax.&amp;nbsp; Why would you want to write code today that may stop working in a future release when the vendor is telling you it will break eventually if you don't change your code.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 02:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088749#M6495</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-08-13T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088904#M6499</link>
      <description>&lt;P&gt;Thanks for your reply Joshua.&amp;nbsp; In this case, the warning is coming from the Esri ArcGIS API for Python and my question is really for the maintainers of that software.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1088904#M6499</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-13T15:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089035#M6502</link>
      <description>&lt;P&gt;Ah, I get the situation now.&amp;nbsp; Yes, it would be a very very good idea for the ArcGIS API fro Python team to update their code.&amp;nbsp; Cross your fingers but don't hold your breadth.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 19:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089035#M6502</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-08-13T19:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089137#M6504</link>
      <description>&lt;P&gt;oh you silly person do you think everyone does this because they are dumb? Sometimes its the only way something runs you elitist&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 19:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089137#M6504</guid>
      <dc:creator>HenryHolsten</dc:creator>
      <dc:date>2021-08-14T19:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: FutureWarning w/ SpatialDataFrame</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089289#M6508</link>
      <description>&lt;P&gt;New user as of this past Saturday, and your first comment on EC is to call someone names?&amp;nbsp; I encourage you to read &lt;A href="https://community.esri.com/t5/community-help-documents/community-guidelines/ta-p/914111" target="_blank"&gt;Community Guidelines - Esri Community.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 14:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/futurewarning-w-spatialdataframe/m-p/1089289#M6508</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-08-16T14:22:33Z</dc:date>
    </item>
  </channel>
</rss>

