<?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: Using SAS to create a spatial file for Tableau in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125911#M4876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh - sounds like you need something more like this then (combining polygons with the tile map):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd57/florida_hurricanes.htm" title="http://robslink.com/SAS/democd57/florida_hurricanes.htm"&gt;http://robslink.com/SAS/democd57/florida_hurricanes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd57/florida_hurricanes_info.htm" title="http://robslink.com/SAS/democd57/florida_hurricanes_info.htm"&gt;http://robslink.com/SAS/democd57/florida_hurricanes_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="florida_hurricanes.png" class="jive-image-thumbnail jive-image" height="451" src="https://communities.sas.com/legacyfs/online/3146_florida_hurricanes.png" style="height: 451px; width: 600.4437869822485px;" width="600" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2013 16:47:55 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2013-03-04T16:47:55Z</dc:date>
    <item>
      <title>Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125906#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have shape files that I need to get prepared for Tableau. I was hoping to find a way to do that in SAS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can import the files, and export it back to a CSV, but I'm having trouble getting the order variable correct. &lt;/P&gt;&lt;P&gt;This is the reference from Tableau I have regarding the file format required.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://kb.tableausoftware.com/articles/knowledgebase/tableau-polygons-arcgis-shapefiles" title="http://kb.tableausoftware.com/articles/knowledgebase/tableau-polygons-arcgis-shapefiles"&gt;Creating Tableau Polygons from ArcGIS Shapefiles | Tableau Software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 23:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125906#M4871</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-02T23:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125907#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really know anything about using Tableau, but looking at the Tableau doc, it looks like they want your map polygon/border data to have a variable called ET_ORDER that shows the order in which to connect the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you import the ESRI shape file into SAS (using 'proc mapimport'), then you could add an ET_ORDER variable as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data my_map; set my_map;&lt;/P&gt;&lt;P&gt;ET_ORDER=_n_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, since you've already got the map imported into SAS, you might want to just use "proc gmap" (rather than Tableau) to plot the maps also! &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 13:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125907#M4872</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-03-04T13:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125908#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get online maps, such as google map or bing map as the base layer for a map in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 15:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125908#M4873</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-04T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125909#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - with a bit of "thinking outside the box" &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;&lt;/P&gt;&lt;P&gt;Here is an example where I download a tile-based map, and then annotate my lat/long points on it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd57/jordan_lake_paddling.htm" title="http://robslink.com/SAS/democd57/jordan_lake_paddling.htm"&gt;http://robslink.com/SAS/democd57/jordan_lake_paddling.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd57/jordan_lake_paddling_info.htm" title="http://robslink.com/SAS/democd57/jordan_lake_paddling_info.htm"&gt;http://robslink.com/SAS/democd57/jordan_lake_paddling_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="jordan_lake_paddling.png" class="jive-image-thumbnail jive-image" height="709" src="https://communities.sas.com/legacyfs/online/3145_jordan_lake_paddling.png" style="height: 709px; width: 536.218487394958px;" width="536" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 16:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125909#M4874</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-03-04T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125910#M4875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Here's my ideal scenario, which I don't think even Tableau can handle out of the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have custom regions, in Canada.&amp;nbsp; I'd like to&lt;/P&gt;&lt;P&gt;1. Create a map that has a google/BING map underlay with my regions on top. I have my regions currently in a SHP file.&lt;/P&gt;&lt;P&gt;2. If a person clicks on a certain region the html tip or pop up displays the name of the region and a table appears (on the right or below) that shows some summary statistics for the area.&lt;/P&gt;&lt;P&gt;3. Overlay 6 different point types that show different location types that can be clicked on/off. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#3 is more of a nice to have than required at this point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 16:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125910#M4875</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-03-04T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to create a spatial file for Tableau</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125911#M4876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh - sounds like you need something more like this then (combining polygons with the tile map):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd57/florida_hurricanes.htm" title="http://robslink.com/SAS/democd57/florida_hurricanes.htm"&gt;http://robslink.com/SAS/democd57/florida_hurricanes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd57/florida_hurricanes_info.htm" title="http://robslink.com/SAS/democd57/florida_hurricanes_info.htm"&gt;http://robslink.com/SAS/democd57/florida_hurricanes_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="florida_hurricanes.png" class="jive-image-thumbnail jive-image" height="451" src="https://communities.sas.com/legacyfs/online/3146_florida_hurricanes.png" style="height: 451px; width: 600.4437869822485px;" width="600" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 16:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Using-SAS-to-create-a-spatial-file-for-Tableau/m-p/125911#M4876</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-03-04T16:47:55Z</dc:date>
    </item>
  </channel>
</rss>

