<?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: Geographic Density Heat Map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303185#M10706</link>
    <description>&lt;P&gt;Basically, there are 2 ways to do it and neither are easy without the proper data.&lt;/P&gt;
&lt;P&gt;First, there is making the heat map with annotate.&amp;nbsp; You have to draw the heat map in the correct locations.&amp;nbsp; The examples that&amp;nbsp;Ballardw and Rick suggested are using annotate.&lt;/P&gt;
&lt;P&gt;Second, there is a counties map.&amp;nbsp;&amp;nbsp; If you have the data per county, you can do something like this weather map:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="weathermap.PNG" alt="weathermap.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/5192i84978C78C833C9BA/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2016 14:54:00 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2016-10-07T14:54:00Z</dc:date>
    <item>
      <title>Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303043#M10702</link>
      <description>&lt;P&gt;Is it possible to make a map like the one below in SAS? I can't find any examples of such a map online nor any SUGI proceedings on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.cpwservice.com/index_htm_files/fastfooddensity1.jpg" alt="http://www.cpwservice.com/index_htm_files/fastfooddensity1.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like it'd be a contour plot by coordinates overlaid on a projected map. But how do you go about doing that? Is it possible?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 21:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303043#M10702</guid>
      <dc:creator>newnoise</dc:creator>
      <dc:date>2016-10-06T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303067#M10703</link>
      <description>&lt;P&gt;Here's a link with one form. though the data is precipitation the principal could be the same: &lt;A href="http://robslink.com/SAS/democd82/precipitation_map_10inches_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd82/precipitation_map_10inches_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And here's one using smaller regular filled circles to simulate a larger area&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd75/solar_potential_map_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd75/solar_potential_map_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Explore Robslink.com for many examples of graphs and maps.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2016 23:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303067#M10703</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-06T23:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303161#M10704</link>
      <description>&lt;P&gt;See the paper and references in&lt;/P&gt;
&lt;P&gt;Massengill and Kolovos (2012) &lt;A href="https://support.sas.com/resources/papers/proceedings12/284-2012.pdf" target="_self"&gt;"Together at last: Spatial analysis and SAS mapping"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 13:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303161#M10704</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-07T13:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303167#M10705</link>
      <description>This is great! Thanks for passing along!</description>
      <pubDate>Fri, 07 Oct 2016 14:17:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303167#M10705</guid>
      <dc:creator>newnoise</dc:creator>
      <dc:date>2016-10-07T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303185#M10706</link>
      <description>&lt;P&gt;Basically, there are 2 ways to do it and neither are easy without the proper data.&lt;/P&gt;
&lt;P&gt;First, there is making the heat map with annotate.&amp;nbsp; You have to draw the heat map in the correct locations.&amp;nbsp; The examples that&amp;nbsp;Ballardw and Rick suggested are using annotate.&lt;/P&gt;
&lt;P&gt;Second, there is a counties map.&amp;nbsp;&amp;nbsp; If you have the data per county, you can do something like this weather map:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="weathermap.PNG" alt="weathermap.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/5192i84978C78C833C9BA/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 14:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303185#M10706</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2016-10-07T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303195#M10707</link>
      <description>Thanks for the suggestion! We have county-level data, but I didn't want the unit of analysis to be county, as they can be rather large, particularly out west. I wanted to be able to use our point-level coordinates to get densities around specific areas, regardless of state or county lines. I think the Massengill and Kolovos (2012) paper gets me where I want to go. It's not simple, but it looks like it'd get the job done.</description>
      <pubDate>Fri, 07 Oct 2016 15:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303195#M10707</guid>
      <dc:creator>newnoise</dc:creator>
      <dc:date>2016-10-07T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geographic Density Heat Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303213#M10708</link>
      <description>&lt;P&gt;You don't mention what the heat map is actually intended to display. Please note that in those "big counties out west", since I work with such data, that many interpolations across those areas can be extremely misleading. In some cases related to characteristics of people because there are no people resident in the area and for phyiscal characteristics such as weather phenomena that elevation often has a large influence on results.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:35:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Geographic-Density-Heat-Map/m-p/303213#M10708</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-07T16:35:06Z</dc:date>
    </item>
  </channel>
</rss>

