<?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: Address list within a 5 miles radius of an address point in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9606#M114</link>
    <description>The USS PROC GEOCODE street lookup data set contains address ranges for each street. The left side of a street segment will have beginning and ending address values (for example, 1001-1099). However, the actual house numbers for individual structures along that street segment are not included. Those lookup data sets are generated from Census Bureau TIGER/Line files which include only street address ranges, not house numbers for individual structures.&lt;BR /&gt;
&lt;BR /&gt;
Determining actual, deliverable addresses is provided by some of DataFlux's products. DataFlux is a SAS subsidiary, and info on their products should be available on the SAS site. Direct mailing campaigns, address cleaning and address verification are their specialties.</description>
    <pubDate>Tue, 15 Feb 2011 12:33:10 GMT</pubDate>
    <dc:creator>EdO_sas</dc:creator>
    <dc:date>2011-02-15T12:33:10Z</dc:date>
    <item>
      <title>Address list within a 5 miles radius of an address point</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9603#M111</link>
      <description>I have street-level PROC GEOCODE installed. I want to know if it is possible to get a list of addresses within a 5 miles radius of an address point using SAS.</description>
      <pubDate>Mon, 14 Feb 2011 22:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9603#M111</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-02-14T22:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Address list within a 5 miles radius of an address point</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9604#M112</link>
      <description>First, you'll want to geocode all your addresses and get the lat/long for them.&lt;BR /&gt;
&lt;BR /&gt;
Once you have the lat/long, there are several ways to determine which ones&lt;BR /&gt;
are within a 5-mile radius of a given lat/long point.&lt;BR /&gt;
&lt;BR /&gt;
You could calculate the distance from each point to the center using&lt;BR /&gt;
the geodist() function, and then subset where that distance &amp;lt;= 5 miles.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003113162.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003113162.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Another alternative - you could create a circular map area with a 5-mile radius,&lt;BR /&gt;
and then use Proc GInside to determine which of the lat/long points are inside&lt;BR /&gt;
that circle.  Here is an example demonstrating that technique:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd29/customer.htm" target="_blank"&gt;http://robslink.com/SAS/democd29/customer.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd29/customer_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd29/customer_info.htm&lt;/A&gt;</description>
      <pubDate>Tue, 15 Feb 2011 00:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9604#M112</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-02-15T00:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Address list within a 5 miles radius of an address point</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9605#M113</link>
      <description>The project is sort of a marketing mailing campaign. We want to get the addresses of all the households within 5 miles radius of a store. I think USM, USP, USS datasets provided by street-level PROC GEOCODE should contains all addresses of the U.S. Just don't know how to get that needed information from them if it is possible.</description>
      <pubDate>Tue, 15 Feb 2011 01:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9605#M113</guid>
      <dc:creator>MarcTC</dc:creator>
      <dc:date>2011-02-15T01:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Address list within a 5 miles radius of an address point</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9606#M114</link>
      <description>The USS PROC GEOCODE street lookup data set contains address ranges for each street. The left side of a street segment will have beginning and ending address values (for example, 1001-1099). However, the actual house numbers for individual structures along that street segment are not included. Those lookup data sets are generated from Census Bureau TIGER/Line files which include only street address ranges, not house numbers for individual structures.&lt;BR /&gt;
&lt;BR /&gt;
Determining actual, deliverable addresses is provided by some of DataFlux's products. DataFlux is a SAS subsidiary, and info on their products should be available on the SAS site. Direct mailing campaigns, address cleaning and address verification are their specialties.</description>
      <pubDate>Tue, 15 Feb 2011 12:33:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Address-list-within-a-5-miles-radius-of-an-address-point/m-p/9606#M114</guid>
      <dc:creator>EdO_sas</dc:creator>
      <dc:date>2011-02-15T12:33:10Z</dc:date>
    </item>
  </channel>
</rss>

