<?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: You need to be signed in to use spatial analysis. Error Message.  Please Help. in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/you-need-to-be-signed-in-to-use-spatial-analysis/m-p/1141547#M7099</link>
    <description>&lt;P&gt;Probably it is too late, but I would like to write down the solution for the future reference.&lt;/P&gt;&lt;P&gt;Today I also faced this error, and I could solve this issue by checking the following two steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Log-in to your account one more time after restart kernel&lt;/P&gt;&lt;P&gt;After restart kernel in the jupyter notebook, please re-login to your ArcGIS Online account.&lt;/P&gt;&lt;P&gt;gis = GIS("&lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt;", "your_id", "your_password")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Check your layers try to use spatial analysis extension&lt;/P&gt;&lt;P&gt;I could find that the following link mentioning about this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/danioxoli/HotSpotAnalysis_Plugin/issues/36#issuecomment-509184014" target="_blank"&gt;https://github.com/danioxoli/HotSpotAnalysis_Plugin/issues/36#issuecomment-509184014&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Try with your own data that must be a PROJECTED Shapefile (points or polygons) with at least a numeric attribute field with no missing data. The download procedure of demo data may corrupt the file and that's why it is not properly read by the plugin."&lt;/P&gt;&lt;P&gt;Although he says about the issue on QGIS, I could solve the issue on ArcGIS Pro as well.&lt;/P&gt;&lt;P&gt;I hope this can be helpful for you!&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 13:39:51 GMT</pubDate>
    <dc:creator>Jeong_HoonKim</dc:creator>
    <dc:date>2022-02-08T13:39:51Z</dc:date>
    <item>
      <title>You need to be signed in to use spatial analysis. Error Message.  Please Help.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/you-need-to-be-signed-in-to-use-spatial-analysis/m-p/751603#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a college student who is studying the ArcGis platform independently.&amp;nbsp; I recently started the ArcGis Pro free trial and have been playing around with the features.&amp;nbsp; I have been practicing with the Python API and have been following this notebook sample:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/analyzing-growth-factors-of-airbnb-properties-in-new-york-city/" title="https://developers.arcgis.com/python/sample-notebooks/analyzing-growth-factors-of-airbnb-properties-in-new-york-city/"&gt;Analysing the factors of growth and spatial distribution of Airbnb properties across New York City | ArcGIS for Develope…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run into an error I do not understand.&amp;nbsp; Here is a screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/474802_Screenshot 2019-11-27 11.49.31.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says I need to be signed in to use spatial analysis?&amp;nbsp; I have authorized my account to use the spatial analysis extension but that does not seem to do anything.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;I have followed the code in the example notebook up to this point.&amp;nbsp; The only thing I had to do differently was to create my own map layers and upload them.&amp;nbsp; I am signed into my GIS account using the GIS() function as well.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp; Does anyone know what is going on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 17:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/you-need-to-be-signed-in-to-use-spatial-analysis/m-p/751603#M314</guid>
      <dc:creator>AndrewMaloney</dc:creator>
      <dc:date>2019-11-27T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: You need to be signed in to use spatial analysis. Error Message.  Please Help.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/you-need-to-be-signed-in-to-use-spatial-analysis/m-p/1141547#M7099</link>
      <description>&lt;P&gt;Probably it is too late, but I would like to write down the solution for the future reference.&lt;/P&gt;&lt;P&gt;Today I also faced this error, and I could solve this issue by checking the following two steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Log-in to your account one more time after restart kernel&lt;/P&gt;&lt;P&gt;After restart kernel in the jupyter notebook, please re-login to your ArcGIS Online account.&lt;/P&gt;&lt;P&gt;gis = GIS("&lt;A href="https://www.arcgis.com" target="_blank"&gt;https://www.arcgis.com&lt;/A&gt;", "your_id", "your_password")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Check your layers try to use spatial analysis extension&lt;/P&gt;&lt;P&gt;I could find that the following link mentioning about this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/danioxoli/HotSpotAnalysis_Plugin/issues/36#issuecomment-509184014" target="_blank"&gt;https://github.com/danioxoli/HotSpotAnalysis_Plugin/issues/36#issuecomment-509184014&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"Try with your own data that must be a PROJECTED Shapefile (points or polygons) with at least a numeric attribute field with no missing data. The download procedure of demo data may corrupt the file and that's why it is not properly read by the plugin."&lt;/P&gt;&lt;P&gt;Although he says about the issue on QGIS, I could solve the issue on ArcGIS Pro as well.&lt;/P&gt;&lt;P&gt;I hope this can be helpful for you!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 13:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/you-need-to-be-signed-in-to-use-spatial-analysis/m-p/1141547#M7099</guid>
      <dc:creator>Jeong_HoonKim</dc:creator>
      <dc:date>2022-02-08T13:39:51Z</dc:date>
    </item>
  </channel>
</rss>

