<?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: Maps with GTL &amp; SGRENDER? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143068#M5411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume this is more of a question about processing the map polygons, and determining which counties border other counties, so you can then determine the correlations (using non-graphical techniques), before you then plot the data on a map(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some code that might help - given a county, it can determine the other counties with adjacent borders. You could then apply such code to every county, to determine the adjacent counties to each of them (which would be quite a bit of work, and data management).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd26/adjacent.htm" title="http://robslink.com/SAS/democd26/adjacent.htm"&gt;Counties bordering Cary, NC (SAS/Graph gmap)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd26/adjacent_info.htm" title="http://robslink.com/SAS/democd26/adjacent_info.htm"&gt;http://robslink.com/SAS/democd26/adjacent_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 16:58:29 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2014-06-17T16:58:29Z</dc:date>
    <item>
      <title>Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143064#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to create US and world maps using GTL and SGRENDER?&lt;/P&gt;&lt;P&gt;I know PROC GMAP creates nice maps, I was curious if there is a SG version for GMAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 09:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143064#M5407</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2014-06-16T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143065#M5408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no SG procedure for maps.&amp;nbsp; However, depending on your needs, and the version of SAS you are using, you can create simple maps using SGPLOT or GTL and map data sets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With SAS 9.2, you can create outline maps as shown in this &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2011/12/19/map-overlays/"&gt;article&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS 9.4M1 release includes the new POLYGON plot statement.&amp;nbsp; This statement plots any arbitrary polygon, including map regions.&amp;nbsp; You can overlay any other compatible plot statement on it as long as you can merge the data correctly into one data set. I posted one article on &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/12/24/new-polygon-plot/"&gt;Polygon Plot&lt;/A&gt; earlier describing its features which can be customized to draw maps.&amp;nbsp; Here's one example.&amp;nbsp; If this is of interest to you, I can provide more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="USA_Map_Skin.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6618_USA_Map_Skin.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 20:22:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143065#M5408</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-06-16T20:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143066#M5409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Sanjay.&lt;/P&gt;&lt;P&gt;I use SAS 9.3. You have provided useful information.&lt;/P&gt;&lt;P&gt;My other question is re:counties level US map. I can (easily) create a US map at the county level, however, I need to create a 'smooth' county level US map.&lt;/P&gt;&lt;P&gt;In other words, I need to create a map that will account for the correlation between the bordering counties.&lt;/P&gt;&lt;P&gt;I know there is modelling involved in creating the correlations associated with the counties and what not, but before I dig into that, I thought I'd ask if there is some option in PROC GMAP to turn ON the 'smooth'ness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Sanjay!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 11:20:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143066#M5409</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2014-06-17T11:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143067#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will let other experts (Robert?) address this GMAP question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143067#M5410</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-06-17T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143068#M5411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume this is more of a question about processing the map polygons, and determining which counties border other counties, so you can then determine the correlations (using non-graphical techniques), before you then plot the data on a map(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some code that might help - given a county, it can determine the other counties with adjacent borders. You could then apply such code to every county, to determine the adjacent counties to each of them (which would be quite a bit of work, and data management).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd26/adjacent.htm" title="http://robslink.com/SAS/democd26/adjacent.htm"&gt;Counties bordering Cary, NC (SAS/Graph gmap)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd26/adjacent_info.htm" title="http://robslink.com/SAS/democd26/adjacent_info.htm"&gt;http://robslink.com/SAS/democd26/adjacent_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143068#M5411</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-06-17T16:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Maps with GTL &amp; SGRENDER?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143069#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&lt;/P&gt;&lt;P&gt;I wanted to check there is not an easier way to account for the correlation, and the links you sent are very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Maps-with-GTL-SGRENDER/m-p/143069#M5412</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2014-06-17T20:14:22Z</dc:date>
    </item>
  </channel>
</rss>

