<?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 Roadways Named in Honor of Rev. Martin Luther King Jr. (OpenStreetMap + SAS ODS Graphics) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Roadways-Named-in-Honor-of-Rev-Martin-Luther-King-Jr/m-p/712331#M20942</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Roadways Named in Honor of Rev. Martin Luther King Jr." style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53627i25D1BB8DC6D5B613/image-size/large?v=v2&amp;amp;px=999" role="button" title="MLK.gif" alt="Roadways Named in Honor of Rev. Martin Luther King Jr." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Roadways Named in Honor of Rev. Martin Luther King Jr.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Back in 2018, National Geographic ran a story on &lt;A href="https://www.nationalgeographic.com/magazine/2018/04/martin-luther-king-streets-worldwide/" target="_self"&gt;Where the Streets Have MLK's Name&lt;/A&gt;, which attempted to identify the locations of roadways named in honor of Rev. Martin Luther King Jr. The article wasn't clear on its methodology, noting that "No comprehensive global index of the streets named for King exists, but there are more than a thousand entries for such eponymous streets in OpenStreetMap." So, while certainly less-than-perfect, here's a SAS ODS Graphics attempt at a Continental U.S. map of the JSON latitude/longitude results of an &lt;A href="https://overpass-turbo.eu/" target="_self"&gt;Overpass query&lt;/A&gt; of OpenStreetMaps nodes, ways, and relations containing "Martin Luther King" in the address field.&amp;nbsp;Btw, Wikipedia also has a &lt;A href="https://en.wikipedia.org/wiki/List_of_streets_named_after_Martin_Luther_King_Jr." target="_self"&gt;list of streets named after Martin Luther King Jr.&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Fun With SAS ODS Graphics: OpenStreetMap of roadways honoring Rev. Martin Luther King Jr.
  Idea from nationalgeographic.com/magazine/2018/04/martin-luther-king-streets-worldwide/
  Data from overpass-turbo.eu/;

filename j '/folders/myfolders/osmmlk.json';  * Issue query to get OpenStreetMap lat/long data;
proc http out=j url='http://overpass-api.de/api/interpreter?data=[out:json][timeout:500];(node["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);way["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);relation["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444););out body;&amp;gt;;out skel qt;';
 
libname osmjson json fileref=j;               * Grap latitude/logitude;
proc sql;
create table latlon as select lat, lon from osmjson.elements where type="node";

ods graphics / height=6.8in width=11in imagefmt=gif antialias; * Specify labelmax to minimize city name "collisons";
proc sgmap plotdata=latlon noautolegend;      * Plot OpenStreetMap denoting MLK roadways;
openstreetmap;
scatter x=lon y=lat / markerattrs=(symbol=circle color=navy size=16pt);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL" target="_self"&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;OVERPASS QUERY&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;[out:json][timeout:500];
(
node["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
way["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
relation["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
);
out body;
&amp;gt;;
out skel qt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 07:11:10 GMT</pubDate>
    <dc:creator>tc</dc:creator>
    <dc:date>2021-01-19T07:11:10Z</dc:date>
    <item>
      <title>Roadways Named in Honor of Rev. Martin Luther King Jr. (OpenStreetMap + SAS ODS Graphics)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Roadways-Named-in-Honor-of-Rev-Martin-Luther-King-Jr/m-p/712331#M20942</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Roadways Named in Honor of Rev. Martin Luther King Jr." style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53627i25D1BB8DC6D5B613/image-size/large?v=v2&amp;amp;px=999" role="button" title="MLK.gif" alt="Roadways Named in Honor of Rev. Martin Luther King Jr." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Roadways Named in Honor of Rev. Martin Luther King Jr.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Back in 2018, National Geographic ran a story on &lt;A href="https://www.nationalgeographic.com/magazine/2018/04/martin-luther-king-streets-worldwide/" target="_self"&gt;Where the Streets Have MLK's Name&lt;/A&gt;, which attempted to identify the locations of roadways named in honor of Rev. Martin Luther King Jr. The article wasn't clear on its methodology, noting that "No comprehensive global index of the streets named for King exists, but there are more than a thousand entries for such eponymous streets in OpenStreetMap." So, while certainly less-than-perfect, here's a SAS ODS Graphics attempt at a Continental U.S. map of the JSON latitude/longitude results of an &lt;A href="https://overpass-turbo.eu/" target="_self"&gt;Overpass query&lt;/A&gt; of OpenStreetMaps nodes, ways, and relations containing "Martin Luther King" in the address field.&amp;nbsp;Btw, Wikipedia also has a &lt;A href="https://en.wikipedia.org/wiki/List_of_streets_named_after_Martin_Luther_King_Jr." target="_self"&gt;list of streets named after Martin Luther King Jr.&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Fun With SAS ODS Graphics: OpenStreetMap of roadways honoring Rev. Martin Luther King Jr.
  Idea from nationalgeographic.com/magazine/2018/04/martin-luther-king-streets-worldwide/
  Data from overpass-turbo.eu/;

filename j '/folders/myfolders/osmmlk.json';  * Issue query to get OpenStreetMap lat/long data;
proc http out=j url='http://overpass-api.de/api/interpreter?data=[out:json][timeout:500];(node["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);way["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);relation["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444););out body;&amp;gt;;out skel qt;';
 
libname osmjson json fileref=j;               * Grap latitude/logitude;
proc sql;
create table latlon as select lat, lon from osmjson.elements where type="node";

ods graphics / height=6.8in width=11in imagefmt=gif antialias; * Specify labelmax to minimize city name "collisons";
proc sgmap plotdata=latlon noautolegend;      * Plot OpenStreetMap denoting MLK roadways;
openstreetmap;
scatter x=lon y=lat / markerattrs=(symbol=circle color=navy size=16pt);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL" target="_self"&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;OVERPASS QUERY&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;[out:json][timeout:500];
(
node["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
way["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
relation["addr:street"~"Martin Luther King",i](24.396308,-124.848974,49.384358,-66.885444);
);
out body;
&amp;gt;;
out skel qt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 07:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Roadways-Named-in-Honor-of-Rev-Martin-Luther-King-Jr/m-p/712331#M20942</guid>
      <dc:creator>tc</dc:creator>
      <dc:date>2021-01-19T07:11:10Z</dc:date>
    </item>
  </channel>
</rss>

