<?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: spatial join in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730052#M227286</link>
    <description>&lt;P&gt;Here's an example.&lt;/P&gt;
&lt;P&gt;The GINSIDE procedure is used to find out if the location (customer) is inside or outside the polygon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2: Mapping and Annotating Values from the GINSIDE Procedure&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grmapref&amp;amp;docsetTarget=p1ig1hwfnyblgln17ensk8zous3k.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grmapref&amp;amp;docsetTarget=p1ig1hwfnyblgln17ensk8zous3k.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Example 1 might be simpler.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above page has extensive info on the how and why of each individual statement in the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To import your TIGER file: go to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=helpcenterwlcm&amp;amp;docsetTarget=home.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=helpcenterwlcm&amp;amp;docsetTarget=home.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and search for TIGER in the search field (click on magnifying glass).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 10:42:22 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-03-30T10:42:22Z</dc:date>
    <item>
      <title>spatial join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730008#M227263</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;I have two files. One file contains LocationID and associated latitude and longitude for each LocationID. Another file is Census Tiger file (tabblock10.shp) in Shapefile format. File tabblock10 contains blockID and associated latitudes and longitudes (polygon which defines the block). I want to match these two files to determine the blockID for each LocationID (find block each location falls into based on the shape file). How to do such a spatial join in SAS? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 08:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730008#M227263</guid>
      <dc:creator>hanfei28</dc:creator>
      <dc:date>2021-03-30T08:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: spatial join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730020#M227268</link>
      <description>&lt;P&gt;Please provide sample data and your desired result. Makes it much easier to provide a usable code answer.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 09:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730020#M227268</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2021-03-30T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: spatial join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730047#M227281</link>
      <description>&lt;P&gt;This procedure does the trick I believe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=grmapref&amp;amp;docsetTarget=p0ian43grdtjosn1midf5xidk1ho.htm&amp;amp;locale=en"&gt;SAS Help Center: Syntax: PROC GINSIDE PROC GINSIDE Statement&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must import the shapefile using the appropriate shape importer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730047#M227281</guid>
      <dc:creator>PaalNavestad</dc:creator>
      <dc:date>2021-03-30T10:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: spatial join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730052#M227286</link>
      <description>&lt;P&gt;Here's an example.&lt;/P&gt;
&lt;P&gt;The GINSIDE procedure is used to find out if the location (customer) is inside or outside the polygon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2: Mapping and Annotating Values from the GINSIDE Procedure&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grmapref&amp;amp;docsetTarget=p1ig1hwfnyblgln17ensk8zous3k.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grmapref&amp;amp;docsetTarget=p1ig1hwfnyblgln17ensk8zous3k.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Example 1 might be simpler.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above page has extensive info on the how and why of each individual statement in the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To import your TIGER file: go to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=helpcenterwlcm&amp;amp;docsetTarget=home.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=helpcenterwlcm&amp;amp;docsetTarget=home.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and search for TIGER in the search field (click on magnifying glass).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 10:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730052#M227286</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-03-30T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: spatial join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730105#M227305</link>
      <description>sample_data.csv&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.cpg&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.dbf&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.prj&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.shp&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.shp.ea.iso.xml&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.shp.iso.xml&lt;BR /&gt;&lt;BR /&gt;tl_2020_24_tabblock10.shx&lt;BR /&gt;&lt;BR /&gt;The desired result is to find the BlockID the set of latitude and longitude&lt;BR /&gt;(in the sample data) falls into.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2021 14:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/spatial-join/m-p/730105#M227305</guid>
      <dc:creator>hanfei28</dc:creator>
      <dc:date>2021-03-30T14:37:37Z</dc:date>
    </item>
  </channel>
</rss>

