<?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: ArcREST vs ArcGIS Python API in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451043#M35349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ArcREST site on GitHub now reads&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;This repository is no longer being maintained. Please use the ArcGIS Python API.&lt;/P&gt;&lt;P&gt;Site: &lt;A href="https://github.com/Esri/arcgis-python-api"&gt;https://github.com/Esri/arcgis-python-api&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;(as of&amp;nbsp;August 28, 2017.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2019 18:48:50 GMT</pubDate>
    <dc:creator>andysp</dc:creator>
    <dc:date>2019-01-30T18:48:50Z</dc:date>
    <item>
      <title>ArcREST vs ArcGIS Python API</title>
      <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451039#M35345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/ArcREST"&gt;ArcREST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-python-api/"&gt;ArcGIS Python API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like there's a lot of overlap between the two.&amp;nbsp; Is there an advantage to using one over the other?&amp;nbsp; Will ArcREST eventually be absorbed by the ArcGIS Python API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 22:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451039#M35345</guid>
      <dc:creator>JasonLevine</dc:creator>
      <dc:date>2016-09-13T22:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcREST vs ArcGIS Python API</title>
      <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451040#M35346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;been avoiding both for a while until I see a need to do beyond basic analysis on the web. &amp;nbsp; The&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/" title="https://developers.arcgis.com/python/"&gt;ArcGIS API for Python | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;seems to have stepped up options for this, on the analysis side, given scipy et al. are actively mentioned. &amp;nbsp;I troll around&amp;nbsp;&lt;A class="link-titled" href="https://esri.github.io/#Python" title="https://esri.github.io/#Python"&gt;Esri GitHub | Open Source and Example Projects from the Esri Developer Platform&lt;/A&gt;&amp;nbsp;to see what is going on occasionally to see which way the wind is blowing on the developer/example side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451040#M35346</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-14T00:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcREST vs ArcGIS Python API</title>
      <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451041#M35347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt;"&gt;I can mention one important difference between two APIs: &lt;SPAN style="background: #E4E4FF;"&gt;ArcREST&lt;/SPAN&gt; can be used for administrating ARCGIS Server, and for executing geo-processing services, querying map services that resides on your own ARCGIS Server. ArcGIS API for Python until now is a platform for manipulating Portal, it can not be used for direct access to ARCGIS Server. So it can't replace &lt;SPAN style="background: #E4E4FF;"&gt;ArcREST.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 15:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451041#M35347</guid>
      <dc:creator>BorisHaikin</dc:creator>
      <dc:date>2017-03-08T15:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcREST vs ArcGIS Python API</title>
      <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451042#M35348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar question asked on ArcREST's GitHub site:&amp;nbsp; &lt;A href="https://github.com/Esri/ArcREST/issues/324"&gt;comparison to python API #324&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 17:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451042#M35348</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-03-08T17:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcREST vs ArcGIS Python API</title>
      <link>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451043#M35349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ArcREST site on GitHub now reads&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;This repository is no longer being maintained. Please use the ArcGIS Python API.&lt;/P&gt;&lt;P&gt;Site: &lt;A href="https://github.com/Esri/arcgis-python-api"&gt;https://github.com/Esri/arcgis-python-api&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;(as of&amp;nbsp;August 28, 2017.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 18:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcrest-vs-arcgis-python-api/m-p/451043#M35349</guid>
      <dc:creator>andysp</dc:creator>
      <dc:date>2019-01-30T18:48:50Z</dc:date>
    </item>
  </channel>
</rss>

