<?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: Is there a way to build a quick simple map from CSV like geopandas or plotly? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354865#M69317</link>
    <description>&lt;P&gt;Can we assume that you don't want to use Jupyter Notebooks and the arcgis api? (&amp;nbsp;4. Explore Interactive Mapping Options!)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/api-python/analytics/five-tips-to-get-you-started-with-jupyter-notebook/" target="_blank" rel="noopener"&gt;Five Tips To Get You Started With Jupyter Notebook (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then there is the probably installed matplotlib options&lt;/P&gt;&lt;P&gt;&lt;A href="https://matplotlib.org/basemap/users/geography.html" target="_blank"&gt;Drawing a Map Background — Basemap Matplotlib Toolkit 1.2.1 documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 20:49:06 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2023-11-29T20:49:06Z</dc:date>
    <item>
      <title>Is there a way to build a quick simple map from CSV like geopandas or plotly?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354851#M69314</link>
      <description>&lt;P&gt;Is there a way to build a quick simple map from CSV like geopandas or plotly?&amp;nbsp; The code is like 2-3 lines in plotly but arcpy it seems like I am forced to build a Pro Project and all of that.&lt;/P&gt;&lt;P&gt;I don't want to use plotly since I am trying to avoid adding more packages vs the built in.&amp;nbsp; I was hoping I could just make a XY Event layer, add a basemap, and done.&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 20:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354851#M69314</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-11-29T20:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to build a quick simple map from CSV like geopandas or plotly?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354865#M69317</link>
      <description>&lt;P&gt;Can we assume that you don't want to use Jupyter Notebooks and the arcgis api? (&amp;nbsp;4. Explore Interactive Mapping Options!)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/api-python/analytics/five-tips-to-get-you-started-with-jupyter-notebook/" target="_blank" rel="noopener"&gt;Five Tips To Get You Started With Jupyter Notebook (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then there is the probably installed matplotlib options&lt;/P&gt;&lt;P&gt;&lt;A href="https://matplotlib.org/basemap/users/geography.html" target="_blank"&gt;Drawing a Map Background — Basemap Matplotlib Toolkit 1.2.1 documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 20:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354865#M69317</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-11-29T20:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to build a quick simple map from CSV like geopandas or plotly?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354872#M69318</link>
      <description>&lt;P&gt;Would Mapbox work?&lt;BR /&gt;&lt;BR /&gt;This is what I include in automated emails to plot points on a Mapbox street basemap in the email body via Python.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (replace the TOKEN with your API Mapbox TOKEN)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;EmailBody += "\n&amp;lt;b&amp;gt;Map of Ticket Location: &amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;"
EmailBody += r'''&amp;lt;img width="600" src="https://api.mapbox.com/styles/v1/mapbox/streets-v11/static/pin-m-marker+285A98('''+str(x)+''','''+str(y)+'''/'''+str(x)+''','''+str(y)+''',13,0/600x300@2x?access_token=TOKEN"&amp;gt;'''&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 20:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-build-a-quick-simple-map-from/m-p/1354872#M69318</guid>
      <dc:creator>Tom_Laue</dc:creator>
      <dc:date>2023-11-29T20:56:05Z</dc:date>
    </item>
  </channel>
</rss>

