<?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: Using GraduatedSymbolsRenderer with SpatialDataFrame in Jupyter in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835644#M3322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds pretty interesting. Thanks for sharing, the dev team gets very excited whenever we hear real world usage of our products like this. When you get a chance, check out visualization on "SpatialDataFrame" object&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatial-dataframe/" title="https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatial-dataframe/"&gt;visualizing data with the spatial dataframe | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp; You can slice and dice your data even more, throw it on a map to view spatial patterns, or plot them to see non-spatial characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, remember, anything you draw on your map widget can be saved as a web map.. useful if the field crew wants to quickly check something using their mobile devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 20:14:30 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-08-06T20:14:30Z</dc:date>
    <item>
      <title>Using GraduatedSymbolsRenderer with SpatialDataFrame in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835641#M3319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was inspired by &lt;A href="https://community.esri.com/migrated-users/157558" target="_blank"&gt;Rohit Singh&lt;/A&gt;‌ and his team's presentations at Esri UC 2018. So I started learning Jupyter. I am using electric consumption data to explore correlations with consumption and maintenance of electric facilities. I tried to use a graduated renderer with a field called MaxConsumption to class the size of the points. But the results just show simple points. My &lt;A href="https://github.com/friendde/ArcGIS-Jupyter/blob/master/OSI%20Lat%20Long.ipynb" rel="nofollow noopener noreferrer" target="_blank"&gt;full code is hosted on GitHub in a Jupyter Notebook&lt;/A&gt;. I'm still working on that so it will likely change as this post ages. Currently this line below is not producing the results&amp;nbsp;am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone can provide an example or point to a sample using&amp;nbsp; GraduatedSymbolsRenderer with ArcGIS Python API I would appreciate it.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;consumptionLyr &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;content&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;import_data&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sdf&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
m&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;add_layer&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;consumptionLyr&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;options&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"renderer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"GraduatedSymbolsRenderer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"classificationField"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"MAXCONSUMPtION"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835641#M3319</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T10:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using GraduatedSymbolsRenderer with SpatialDataFrame in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835642#M3320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/5215"&gt;Darris Friend&lt;/A&gt;‌ try&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;map1&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;add_layer&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;freeway_feature_layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"renderer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"ClassedSizeRenderer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"field_name"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"MAXCONSUMPtION"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Checkout the topic on "Smart Mapping" for examples&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/smart-mapping/#Visualizing-line-features" title="https://developers.arcgis.com/python/guide/smart-mapping/#Visualizing-line-features"&gt;Smart Mapping | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835642#M3320</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-08-06T17:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using GraduatedSymbolsRenderer with SpatialDataFrame in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835643#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That produced the result I was looking for. In fact two of Electrical Engineers just left my office. We are taking this concept and pushing it up to the transformers. They want a map showing existing KVA and recommended KVA based on customer count and consumption history downstream of each transformer. We will map the transformers that are undersized and target locations using data from our outage management system where transformers are the root cause of an outage.&lt;IMG alt="Jupyter map showing the result of the correct answer" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418196_ClassSizeRenderer.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 19:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835643#M3321</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-08-06T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using GraduatedSymbolsRenderer with SpatialDataFrame in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835644#M3322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds pretty interesting. Thanks for sharing, the dev team gets very excited whenever we hear real world usage of our products like this. When you get a chance, check out visualization on "SpatialDataFrame" object&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatial-dataframe/" title="https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatial-dataframe/"&gt;visualizing data with the spatial dataframe | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp; You can slice and dice your data even more, throw it on a map to view spatial patterns, or plot them to see non-spatial characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, remember, anything you draw on your map widget can be saved as a web map.. useful if the field crew wants to quickly check something using their mobile devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 20:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/using-graduatedsymbolsrenderer-with/m-p/835644#M3322</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-08-06T20:14:30Z</dc:date>
    </item>
  </channel>
</rss>

