<?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: Plot Coordinates from CSV in Google Colab in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099311#M6655</link>
    <description>&lt;P&gt;The error message is giving a hint that it might be possible to install the API, and giving examples on how to install new packages/dependencies, I would say this worth checking.&lt;/P&gt;&lt;P&gt;I am not familiar with other Python packages that can provide plotting spatial data on a map. If you are able to use ESRI products, you can easily do this in ArcGIS Pro or ArcGIS Online, or even building simple Javascript application.&lt;BR /&gt;That's a JS sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Sep 2021 09:30:44 GMT</pubDate>
    <dc:creator>IhabHassan</dc:creator>
    <dc:date>2021-09-17T09:30:44Z</dc:date>
    <item>
      <title>Plot Coordinates from CSV in Google Colab</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099252#M6650</link>
      <description>&lt;P&gt;Hello Esri Community,&lt;/P&gt;&lt;P&gt;I need to plot coordinates of points from .csv file to an interactive map in Google Colab. I am new to ArcGIS API for Python, and I couldn't find the proper solution for it. Can someone please help me with this in layman terms?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 04:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099252#M6650</guid>
      <dc:creator>RabinSubedi</dc:creator>
      <dc:date>2021-09-17T04:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plot Coordinates from CSV in Google Colab</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099260#M6652</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/38153"&gt;@RabinSubedi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you might need first to be sure that Google Colab provides access to ESRI API for Python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So first, are you able to run the following line of code successfully in Colab?&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcgis.gis&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; &lt;SPAN class=""&gt;GIS&lt;BR /&gt;&lt;/SPAN&gt;gis &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;GIS&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;'home'&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;if not, then I don't think ArcGIS API for Python is fit for what you are after.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ihab&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 05:38:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099260#M6652</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2021-09-17T05:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Plot Coordinates from CSV in Google Colab</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099263#M6653</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/329425"&gt;@IhabHassan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives me following error:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
&amp;lt;ipython-input-1-383f12f27a7e&amp;gt; in &amp;lt;module&amp;gt;()
----&amp;gt; 1 from arcgis.gis import GIS
      2 gis = GIS('home')

ModuleNotFoundError: No module named 'arcgis'

---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it doesn't work using arcgis api for python, can you suggest me a different way to plot coordinates in colab?&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 05:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099263#M6653</guid>
      <dc:creator>RabinSubedi</dc:creator>
      <dc:date>2021-09-17T05:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plot Coordinates from CSV in Google Colab</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099311#M6655</link>
      <description>&lt;P&gt;The error message is giving a hint that it might be possible to install the API, and giving examples on how to install new packages/dependencies, I would say this worth checking.&lt;/P&gt;&lt;P&gt;I am not familiar with other Python packages that can provide plotting spatial data on a map. If you are able to use ESRI products, you can easily do this in ArcGIS Pro or ArcGIS Online, or even building simple Javascript application.&lt;BR /&gt;That's a JS sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-csv/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 09:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/plot-coordinates-from-csv-in-google-colab/m-p/1099311#M6655</guid>
      <dc:creator>IhabHassan</dc:creator>
      <dc:date>2021-09-17T09:30:44Z</dc:date>
    </item>
  </channel>
</rss>

