<?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: Convert Lat/Long to Census Tract in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Convert-Lat-Long-to-Census-Tract/m-p/837174#M82117</link>
    <description>&lt;P&gt;The only that comes to my mind is &lt;STRONG&gt;if&lt;/STRONG&gt; you have a map data set of census tracts that have boundary values of the map polygons in the same units as your data then Proc GINSIDE might work.&lt;/P&gt;
&lt;P&gt;Not sure if faster though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 14:37:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-10-06T14:37:40Z</dc:date>
    <item>
      <title>Convert Lat/Long to Census Tract</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-Lat-Long-to-Census-Tract/m-p/837170#M82116</link>
      <description>&lt;P&gt;My dataset already has been geocoded but it is missing census tract information. Is there a way in SAS to identify the corresponding census tracts to the existing lat/longs without running the whole dataset through proc geocode? The dataset has about 15 million observations so to re-geocode it will take significant time. I am trying to avoid using the following piece of code due to the time it will take for this size of dataset.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Proc geocode
method=street
data=child_clean
out=georesults
lookupstreet=lookup.usm
attribute_var=(tract);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 14:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-Lat-Long-to-Census-Tract/m-p/837170#M82116</guid>
      <dc:creator>OlsabeckT29</dc:creator>
      <dc:date>2022-10-06T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long to Census Tract</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-Lat-Long-to-Census-Tract/m-p/837174#M82117</link>
      <description>&lt;P&gt;The only that comes to my mind is &lt;STRONG&gt;if&lt;/STRONG&gt; you have a map data set of census tracts that have boundary values of the map polygons in the same units as your data then Proc GINSIDE might work.&lt;/P&gt;
&lt;P&gt;Not sure if faster though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 14:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-Lat-Long-to-Census-Tract/m-p/837174#M82117</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-10-06T14:37:40Z</dc:date>
    </item>
  </channel>
</rss>

