<?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 How do I plot contours on a map? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650766#M19960</link>
    <description>&lt;LI-SPOILER&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I posted this on the SAS Studio community:&lt;BR /&gt;&lt;BR /&gt;I use Proc KDE in SAS Studio University Edition to produce a dataset of densities on a latitude, longitude grid.&amp;nbsp; I'd like to create a contour plot of the KDE (the same as that created by Proc KDE) but overlaid on an Openstreet Map.&amp;nbsp; Can anyone provide any suggestions, guidance, documentation or tutorials that might help me achieve this goal?&amp;nbsp; Thanks in advance for any help you can provide.&lt;BR /&gt;&lt;BR /&gt;PGStats(Esteemed Adviser) pointed me at the CONTOURPLOTPARM Statement which was helpful but it's not clear how to get the contour plot onto a map.&amp;nbsp; Ksharp(Grand Advisor) suggested that I post it where Robert Allison might be able to help. &amp;nbsp; I hope he follows this group.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any guidance, &amp;nbsp; Gene&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;</description>
    <pubDate>Tue, 26 May 2020 14:10:28 GMT</pubDate>
    <dc:creator>genemroz</dc:creator>
    <dc:date>2020-05-26T14:10:28Z</dc:date>
    <item>
      <title>How do I plot contours on a map?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650766#M19960</link>
      <description>&lt;LI-SPOILER&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I posted this on the SAS Studio community:&lt;BR /&gt;&lt;BR /&gt;I use Proc KDE in SAS Studio University Edition to produce a dataset of densities on a latitude, longitude grid.&amp;nbsp; I'd like to create a contour plot of the KDE (the same as that created by Proc KDE) but overlaid on an Openstreet Map.&amp;nbsp; Can anyone provide any suggestions, guidance, documentation or tutorials that might help me achieve this goal?&amp;nbsp; Thanks in advance for any help you can provide.&lt;BR /&gt;&lt;BR /&gt;PGStats(Esteemed Adviser) pointed me at the CONTOURPLOTPARM Statement which was helpful but it's not clear how to get the contour plot onto a map.&amp;nbsp; Ksharp(Grand Advisor) suggested that I post it where Robert Allison might be able to help. &amp;nbsp; I hope he follows this group.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any guidance, &amp;nbsp; Gene&lt;/SPAN&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 26 May 2020 14:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650766#M19960</guid>
      <dc:creator>genemroz</dc:creator>
      <dc:date>2020-05-26T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I plot contours on a map?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650947#M19970</link>
      <description>&lt;P&gt;If you have a bunch of x/y coordinates, and a response value, you can create a contour plot, like this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd44/ex_05_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd44/ex_05_info.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I do not know of any way to generate contour plots in SAS/Graph Proc Gmap, or Base SAS Proc SGmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 00:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650947#M19970</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-05-27T00:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I plot contours on a map?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650948#M19971</link>
      <description>&lt;P&gt;Oh - and if by 'contours' you mean contour lines ... if you have the contour lines as polygons in a shapefile, you could Proc Mapimport the shapefile, and then turn the x/y points into annotated lines or polygons, and overlay those on a Proc Gmap (or something like that).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 00:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-do-I-plot-contours-on-a-map/m-p/650948#M19971</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-05-27T00:43:13Z</dc:date>
    </item>
  </channel>
</rss>

