<?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: Geo Maps for Australia in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323853#M6115</link>
    <description>&lt;P&gt;Nice work Bob! Hope to catch up soon &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jan 2017 04:51:55 GMT</pubDate>
    <dc:creator>MichelleHomes</dc:creator>
    <dc:date>2017-01-11T04:51:55Z</dc:date>
    <item>
      <title>Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323845#M6110</link>
      <description>&lt;P&gt;Hi Forum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS VA vers 7.2, I have some data containing Postcodes &amp;amp; Lat/Long details as well as some Customer Metrics I want to display as Size of sales across the country.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been reading up on the best way to do this, such as add a Stored Procedure to VA that can create the Map from so I can overlay the figures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can&amp;nbsp;anyone point me to a concise description of all (or some) the steps &amp;amp; files required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 03:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323845#M6110</guid>
      <dc:creator>OscarBoots1</dc:creator>
      <dc:date>2017-01-11T03:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323848#M6111</link>
      <description>&lt;P&gt;Rather than creating a stored process to achieve the map you are after, you may want to look at creating custom AU regions to use the SAS Visual Analytics geomap. There is a thread discussing this with a reference to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13545"&gt;@AngelaHall&lt;/a&gt;'s SAS Global Forum paper at &lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/US-County-Level-Map-in-SAS-Visual-Analytics/td-p/250678" target="_blank"&gt;https://communities.sas.com/t5/SAS-Visual-Analytics/US-County-Level-Map-in-SAS-Visual-Analytics/td-p/250678&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 04:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323848#M6111</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-01-11T04:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323851#M6113</link>
      <description>&lt;P&gt;Thanks Michelle,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a look at the post but the outcome didn't seem to be what the poster needed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm happy to use any method that is accurate.&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; )&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 04:33:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323851#M6113</guid>
      <dc:creator>OscarBoots1</dc:creator>
      <dc:date>2017-01-11T04:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323852#M6114</link>
      <description>&lt;P&gt;I found the best way to start is to make sure that your map actually works using something like Enterprise Guide&amp;nbsp;with the data you have available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After you have a successful piece of PROC GMAP code (use the Enterprise Guide&amp;nbsp; under Tasks &amp;gt; Graph &amp;gt; Map Chart), then you should be able to register the code as a Stored Process and call it from VA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have had no problem creating parameterised detailed region maps using this method, but I am still struggling with getting custom region maps working in VA (as per the current issues being experienced on the thread that Michelle mentions).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once I get this working, I will try and produce an end to end Australian example of all the steps necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have noticed Marcel's comments on projecting the data, a step I have not performed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this point I suspect that I need another Web Service restart to pick up the changes I have made, which is a step I need to schedule with our users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Whitehead&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 04:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323852#M6114</guid>
      <dc:creator>BobW_HBF_Oz</dc:creator>
      <dc:date>2017-01-11T04:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323853#M6115</link>
      <description>&lt;P&gt;Nice work Bob! Hope to catch up soon &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 04:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323853#M6115</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2017-01-11T04:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323855#M6116</link>
      <description>&lt;P&gt;Thanks Bob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran this problem past someone who has shown me a way to get this to a Lat/Long co-ordinates view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First up, as I added the Geo Map to the report area, the USA map comes up. (But looks can be deceiving)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used one of my fields to create a Geog Custome field - 'State', right clicked on it &amp;amp; navigated to the 'Custom' option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This brought up a dialogue box where I could add my Lat &amp;amp; Long fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found I could use the Zoom bar on the map to expand the view until I found Australia!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, no Stored Procedures or other work required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone advise if this is the way to go or have I done this incorrectly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd also like to know if&amp;nbsp;I can do something to get a view down to SA2 (Postcode sort of...) type areas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 05:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323855#M6116</guid>
      <dc:creator>OscarBoots1</dc:creator>
      <dc:date>2017-01-11T05:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323871#M6117</link>
      <description>&lt;P&gt;This is exactly what I did to display earthquakes on a map of New Zealand:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/North-Canterbury-New-Zealand-Earthquake/ta-p/314399#M1738" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/North-Canterbury-New-Zealand-Earthquake/ta-p/314399#M1738&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you are definitely on the right track. The use of a Geographic custom category doesn't appear to be well-documented. I couldn't find this in the VA User Guide.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:16:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/323871#M6117</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-11T08:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324209#M6125</link>
      <description>&lt;P&gt;Thanks SASKiwi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's curious that it's not more widely circulated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is far easier than a Stored Procedure or other method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could any SAS Employee Gurus comment on this &amp;amp; about why this is so difficult to find?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 11:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324209#M6125</guid>
      <dc:creator>OscarBoots1</dc:creator>
      <dc:date>2017-01-12T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324702#M6142</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/96402"&gt;@OscarBoots1&lt;/a&gt;, I am a writer for the VA User's Guide. Can you give me a little more information about the problem addressed in this thread?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are always looking for ways to improve the documentation, so "I couldn't find this in the doc"&amp;nbsp;tends to get our attention &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 21:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324702#M6142</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2017-01-13T21:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geo Maps for Australia</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324730#M6144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13794"&gt;@Sam_SAS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like the information I needed was in the User Guide after all. I did a search through the document and found this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/68648/HTML/default/viewer.htm#p1ql9ufve83ojen1qoquxnw3mdkl.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/68648/HTML/default/viewer.htm#p1ql9ufve83ojen1qoquxnw3mdkl.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I see there is a link to this page from the "Working with Geomaps" page. I guess I missed this link when I was looking earlier and ended up guessing what I needed to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do think it would be helpful to use more screen shots to help with interface navigation though. Also a worked example of defining a custom geographic role then applying it to a geo map would be great as you have to tie the two separate sources of information together to make it work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 22:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geo-Maps-for-Australia/m-p/324730#M6144</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-13T22:20:39Z</dc:date>
    </item>
  </channel>
</rss>

