<?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: Zip Codes Heat Map for whole area not point? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1130647#M75782</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/548045"&gt;@BushraSyed1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is a sample that shows how to construct a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html" target="_self"&gt;HeatmapRenderer&lt;/A&gt; from a CSV file that may help you get started:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/visualization-heatmap/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/visualization-heatmap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/335589"&gt;@shaylavi&lt;/a&gt;&amp;nbsp;mentioned, you can also upload the file to ArcGIS Online and add it as a layer to a map to apply the heatmap renderer style there. Hope this helps!&lt;/P&gt;&lt;P&gt;-Lauren&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 23:51:31 GMT</pubDate>
    <dc:creator>LaurenBoyd</dc:creator>
    <dc:date>2022-01-04T23:51:31Z</dc:date>
    <item>
      <title>Zip Codes Heat Map for whole area not point?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1129580#M75736</link>
      <description>&lt;P&gt;Hello, I have a csv file that has zip codes. I want to create a heatmap of the frequency of zipcodes in the csv file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create something like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-12-29 165952.png" style="width: 417px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30509iE4487D7F63FAD405/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-12-29 165952.png" alt="Screenshot 2021-12-29 165952.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Is this possible using the api? If so, can I get some help implementing this? Thank you!&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Dec 2021 22:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1129580#M75736</guid>
      <dc:creator>BushraSyed1</dc:creator>
      <dc:date>2021-12-29T22:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Zip Codes Heat Map for whole area not point?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1130211#M75764</link>
      <description>&lt;P&gt;You don't need the API for this. Assuming the data is suitable, you can just upload the file to a new map at ArcGIS.com and apply the heatmap style.&lt;/P&gt;&lt;P&gt;Here are some resources about this -&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/add-items.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/use/add-items.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/insights/latest/create/heat-maps.htm" target="_blank"&gt;https://doc.arcgis.com/en/insights/latest/create/heat-maps.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/heat-mapping-in-two-simple-steps/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/heat-mapping-in-two-simple-steps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 03:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1130211#M75764</guid>
      <dc:creator>shaylavi</dc:creator>
      <dc:date>2022-01-04T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Zip Codes Heat Map for whole area not point?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1130647#M75782</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/548045"&gt;@BushraSyed1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;There is a sample that shows how to construct a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-HeatmapRenderer.html" target="_self"&gt;HeatmapRenderer&lt;/A&gt; from a CSV file that may help you get started:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/visualization-heatmap/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/visualization-heatmap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/335589"&gt;@shaylavi&lt;/a&gt;&amp;nbsp;mentioned, you can also upload the file to ArcGIS Online and add it as a layer to a map to apply the heatmap renderer style there. Hope this helps!&lt;/P&gt;&lt;P&gt;-Lauren&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 23:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zip-codes-heat-map-for-whole-area-not-point/m-p/1130647#M75782</guid>
      <dc:creator>LaurenBoyd</dc:creator>
      <dc:date>2022-01-04T23:51:31Z</dc:date>
    </item>
  </channel>
</rss>

