<?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: Best Options for Maps in SAS 9.2 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204757#M7623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very simple to display counties.&amp;nbsp; &lt;/P&gt;&lt;P&gt;data va; set maps.counties;&amp;nbsp; if (state=51) then output; run;&amp;nbsp; /*Subset VA*/&lt;/P&gt;&lt;P&gt;proc gproject data=va out=VAprj; id state; run;&lt;/P&gt;&lt;P&gt;proc gmap data=VAprj map=VAprj; id county; choro county; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to change the DATA variable in GMAP to whatever you want.&lt;/P&gt;&lt;P&gt;Note, i wouldn't display counties for the US map because it will be too cluttered.&lt;/P&gt;&lt;P&gt;Also note that MAPSGFK are better maps to use if you are running 9.4.&amp;nbsp; But you cannot use them with 9.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 16:29:59 GMT</pubDate>
    <dc:creator>Darrell_sas</dc:creator>
    <dc:date>2015-07-17T16:29:59Z</dc:date>
    <item>
      <title>Best Options for Maps in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204753#M7619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Is there a better way to display maps and the concentration of population in SAS 9.2 than to use proc gmap?&amp;nbsp; This documentation covers gmap &lt;A href="http://support.sas.com/sassamples/graphgallery/PROC_GMAP.html"&gt;http://support.sas.com/sassamples/graphgallery/PROC_GMAP.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 14:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204753#M7619</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-07-16T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Best Options for Maps in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204754#M7620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for US maps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were some neat maps floating around the past month or two that use a hexagon representation of the data - it uses lat/long as X/Y so not a geographical representation but it was in the shape of US and illustrated the data quite well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204754#M7620</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-16T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Best Options for Maps in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204755#M7621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;I’m looking for three maps, US, Virginia, and Global.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Can you post the link?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204755#M7621</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-07-16T15:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best Options for Maps in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204756#M7622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is useful.&amp;nbsp; I’m not sure how to display counties on the state map though.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/datavisualization/mapsonline/html/maps/countries/us_va.html"&gt;http://support.sas.com/rnd/datavisualization/mapsonline/html/maps/countries/us_va.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 17:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204756#M7622</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-07-16T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best Options for Maps in SAS 9.2</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204757#M7623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very simple to display counties.&amp;nbsp; &lt;/P&gt;&lt;P&gt;data va; set maps.counties;&amp;nbsp; if (state=51) then output; run;&amp;nbsp; /*Subset VA*/&lt;/P&gt;&lt;P&gt;proc gproject data=va out=VAprj; id state; run;&lt;/P&gt;&lt;P&gt;proc gmap data=VAprj map=VAprj; id county; choro county; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to change the DATA variable in GMAP to whatever you want.&lt;/P&gt;&lt;P&gt;Note, i wouldn't display counties for the US map because it will be too cluttered.&lt;/P&gt;&lt;P&gt;Also note that MAPSGFK are better maps to use if you are running 9.4.&amp;nbsp; But you cannot use them with 9.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 16:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-Options-for-Maps-in-SAS-9-2/m-p/204757#M7623</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-07-17T16:29:59Z</dc:date>
    </item>
  </channel>
</rss>

