<?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: PROC GMAP - Is a network type map possible? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623074#M19417</link>
    <description>&lt;P&gt;There is another SAS procedure called SGMAP that can bring in maps (Esri and OpenStreet).&amp;nbsp; We have plenty of examples on our support.sas.com site and &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/12/11/proc-sgmap-using-csv-files-ginside-and-geodist-to-plot-places-of-interest/" target="_self"&gt;in the Graphically Speaking blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, how to overlay the network arcs? That's beyond me, but maybe others (like&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;)&amp;nbsp;can chime in.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 15:33:33 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2020-02-07T15:33:33Z</dc:date>
    <item>
      <title>PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623062#M19413</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to do some sales analysis based on despatching depot and customer delivery location (destination), displayed on a map with the depots and destinations linked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure for volume sold for each customer, lat/longs for each customer and lat/longs for each depot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use PROC GMAP to create a network diagram on a map?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623062#M19413</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2020-02-07T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623068#M19414</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/03/05/diagrams-with-curved-links/" target="_self"&gt;Check out this example for PROC SGPLOT&lt;/A&gt;.&amp;nbsp; If your data are prepped properly, this might work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Network_Curved_Resp-277x300.png" style="width: 277px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35930i4B07791554FE991D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Network_Curved_Resp-277x300.png" alt="Network_Curved_Resp-277x300.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623068#M19414</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-02-07T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623071#M19416</link>
      <description>&lt;P&gt;Thanks Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see how I could get my data into a shape to construct this, but after that step, what how could this be presented on a map?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Annotate perhaps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623071#M19416</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2020-02-07T15:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623074#M19417</link>
      <description>&lt;P&gt;There is another SAS procedure called SGMAP that can bring in maps (Esri and OpenStreet).&amp;nbsp; We have plenty of examples on our support.sas.com site and &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2018/12/11/proc-sgmap-using-csv-files-ginside-and-geodist-to-plot-places-of-interest/" target="_self"&gt;in the Graphically Speaking blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, how to overlay the network arcs? That's beyond me, but maybe others (like&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;)&amp;nbsp;can chime in.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623074#M19417</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-02-07T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623076#M19418</link>
      <description>&lt;P&gt;Many thanks Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awaiting input from others in anticipation...... &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;</description>
      <pubDate>Fri, 07 Feb 2020 15:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623076#M19418</guid>
      <dc:creator>Jim_Ogilvie</dc:creator>
      <dc:date>2020-02-07T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623282#M19424</link>
      <description>&lt;P&gt;Proc GMAP allows you to do what you want using annotate data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc SGMAP will probably look better, but I don't think it allows superposition of arrows.&lt;/P&gt;
&lt;P&gt;You can fool&amp;nbsp;it into drawing connecting lines by using the SERIES statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[Edit: That's what Robert does below]&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623282#M19424</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-12T20:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623283#M19425</link>
      <description>&lt;P&gt;This might interest you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=ormpug&amp;amp;docsetTarget=ormpug_networksolver_examples07.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_blank" rel="noopener"&gt;Example 10.7 Traveling Salesman Tour of US Capital Cities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="map002g.png" style="width: 448px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35999iE302AECCE5708301/image-size/large?v=v2&amp;amp;px=999" role="button" title="map002g.png" alt="map002g.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 13:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/623283#M19425</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-11T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624058#M19443</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp; Much better presented.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 01:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624058#M19443</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-02-12T01:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624149#M19444</link>
      <description>&lt;P&gt;Here's an example using SAS/Graph's Proc Gmap and annotate:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Description:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sastraining/2016/08/25/how-close-are-you-to-a-nuclear-plant/" target="_blank"&gt;https://blogs.sas.com/content/sastraining/2016/08/25/how-close-are-you-to-a-nuclear-plant/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS code:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd88/nuclear_distance.sas" target="_blank"&gt;http://robslink.com/SAS/democd88/nuclear_distance.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nuclear_distance.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36061iC93B35B841DC1BEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="nuclear_distance.png" alt="nuclear_distance.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'll see if I can convert it to Proc SGmap (so users who don't have SAS/Graph can create something similar).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624149#M19444</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-02-12T12:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP - Is a network type map possible?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624190#M19445</link>
      <description>&lt;P&gt;Here's a similar map created with Proc SGmap (which is in Base SAS). You should be able to do all the graphical stuff with 9.4m6, but if you want the custom mouse-over text and drilldown capability you'll need the very recently-released Viya 3.5.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Map with mouse-over text and drilldowns:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/ods10/nuclear_distance.htm" target="_blank"&gt;http://robslink.com/SAS/ods10/nuclear_distance.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Code:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/ods10/nuclear_distance.sas" target="_blank"&gt;http://robslink.com/SAS/ods10/nuclear_distance.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PNG Image:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nuclear_distance_sgmap.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36066iC5569E59BB7BE427/image-size/large?v=v2&amp;amp;px=999" role="button" title="nuclear_distance_sgmap.png" alt="nuclear_distance_sgmap.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 14:36:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP-Is-a-network-type-map-possible/m-p/624190#M19445</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-02-12T14:36:48Z</dc:date>
    </item>
  </channel>
</rss>

