<?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: Add rivers to US map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256181#M9290</link>
    <description>&lt;P&gt;When combining map sets they really have to come from the same coordinate system. The SAS MAPS datasets use an X Y that can be calculated for latitude and longitude. There is no guarantee about that from any shapefile. If you want to use water, or other features, that are in a shapefile then you want a shapefile prepared pretty much by the same process as the feature file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR spend, possibly a lot of time, identifying a few points in the two sets that are the exact same place on the ground and do an manual conversion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So see if there is an appropriate US shapefile in the same place you get the features.&lt;/P&gt;
&lt;P&gt;Start at &lt;A href="http://www.census.gov/geo/maps-data/data/tiger-line.html" target="_blank"&gt;http://www.census.gov/geo/maps-data/data/tiger-line.html&lt;/A&gt; likely with the "State and Equivalent" under the "File Availability"&amp;nbsp;to get boundaries that will mesh with the other data files.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2016 18:02:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-03-11T18:02:23Z</dc:date>
    <item>
      <title>Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256082#M9287</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to add (overlay?) US rivers on a US map.&lt;/P&gt;&lt;P&gt;I have followed thispost (Thank you!):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Add-water-areas-into-US-map/m-p/36815/highlight/true#M1157" target="_blank"&gt;https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Add-water-areas-into-US-map/m-p/36815/highlight/true#M1157&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first I only took one state as example - Delaware,that only has three counties- I downloaded the Areawater and Edges files corresponding to the counties in Delaware.&lt;/P&gt;&lt;P&gt;I GPROJECT the X,Y coordinates from the Edge sfiles (and Areawater)....&lt;/P&gt;&lt;P&gt;Bottom line, my projected values for coordinates are multipple time larger than the SAS Counties data coordinates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there has been any progress since the post I am using as resource.&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;is there a better/easier way to add water information on a US map?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256082#M9287</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2016-03-11T11:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256181#M9290</link>
      <description>&lt;P&gt;When combining map sets they really have to come from the same coordinate system. The SAS MAPS datasets use an X Y that can be calculated for latitude and longitude. There is no guarantee about that from any shapefile. If you want to use water, or other features, that are in a shapefile then you want a shapefile prepared pretty much by the same process as the feature file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR spend, possibly a lot of time, identifying a few points in the two sets that are the exact same place on the ground and do an manual conversion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So see if there is an appropriate US shapefile in the same place you get the features.&lt;/P&gt;
&lt;P&gt;Start at &lt;A href="http://www.census.gov/geo/maps-data/data/tiger-line.html" target="_blank"&gt;http://www.census.gov/geo/maps-data/data/tiger-line.html&lt;/A&gt; likely with the "State and Equivalent" under the "File Availability"&amp;nbsp;to get boundaries that will mesh with the other data files.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 18:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256181#M9290</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-11T18:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256198#M9291</link>
      <description>&lt;P&gt;To add to Ballardw, you might also want to use the&amp;nbsp;maps in the MAPSGFK libref instead of MAPS (it is much newer and up to date).&amp;nbsp; These maps&amp;nbsp;are all in degrees and the variables LAT and LONG are unprojected.&amp;nbsp;It is possible that your shapefile is unprojected too.&amp;nbsp;Both your data set and shapefile data set should be projected together.&amp;nbsp; Combine them (using a flag variable on one of them), GRPROJECT them together, and then separate them back with the flag variable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 19:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/256198#M9291</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2016-03-11T19:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/257779#M9331</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw﻿&lt;/a&gt;, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13950"&gt;@Darrell_sas﻿&lt;/a&gt;Hi, thank you for your reply; I will give it a try. I used to be able to use this SAS community site, now I could barely find my post, so for the longest time I did not know I received an answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 21:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/257779#M9331</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2016-03-19T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/261436#M9430</link>
      <description>&lt;P&gt;I've put together a chapter on annotating points &amp;amp; paths onto a map in SAS.&amp;nbsp;I think this has some information that would be very helpful to you.&amp;nbsp;Page 24 is where "Annotating Paths" (which could also be used for rivers), but the earlier pages provide a lot of good background info that you should probably read first:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/book2/Chapter_07_Annotating_on_Maps.pdf" target="_blank"&gt;http://robslink.com/SAS/book2/Chapter_07_Annotating_on_Maps.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/261436#M9430</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2016-04-05T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add rivers to US map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/264155#M9494</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;You are an endless resource!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Add-rivers-to-US-map/m-p/264155#M9494</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2016-04-15T12:41:49Z</dc:date>
    </item>
  </channel>
</rss>

