<?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: SAS map data for the USA at ZIP code level in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673063#M202396</link>
    <description>&lt;P&gt;Go to the US census web site, Census.gov&amp;nbsp; and search for the ZIP code tabulation area map data set.&lt;/P&gt;
&lt;P&gt;The census website reorganizes itself apparently annually and it has been several years since I looked for this so I will let you have the fun of navigating the site to find the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is the only free source I have discovered that comes close. Warning: ZIP code tabulation has a very specific meaning for the Census Bureau and does not, repeat NOT, cover all of the geography in the US. The areas, mostly in western states, that have extremely low population densities will have areas that are not inside any particular tabulation area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 09:11:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-07-29T09:11:40Z</dc:date>
    <item>
      <title>SAS map data for the USA at ZIP code level</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673015#M202367</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;I'd like to conduct a spatial analysis in SAS. Unit of analysis is the ZIP-code. And I'm looking for a map data in SAS for the New York state at ZIP code level. I found maps named 'us_all' in mapsgfk library. However, it has county as it's smallest municipal unit. I know there is a TIGER shapefile at ZIP code level. But are those importable into SAS and used for spatial analysis.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody knows whether there is a map data of the United States in SAS directories at ZIP-code level?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Cruise&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 01:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673015#M202367</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-07-29T01:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS map data for the USA at ZIP code level</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673019#M202368</link>
      <description>SASHELP.ZIPCODE?&lt;BR /&gt;&lt;BR /&gt;It has the X/Y coordinate so plotting as points is possible but not the 'zip' shape. I'm not as familiar with the US data so I'm not sure if its similar to Canada where a postal code doesn't necessarily have a continuous area. &lt;BR /&gt;&lt;BR /&gt;The other source would be the Census Bureau SHP files for the Zip code tabulation area's but that may not be what you want either. &lt;BR /&gt;&lt;BR /&gt;I'd probably see how the X/Y coordinate works and go from there. I find that using hexagons as the shape makes it show up fairly nicely.</description>
      <pubDate>Wed, 29 Jul 2020 02:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673019#M202368</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-29T02:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS map data for the USA at ZIP code level</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673020#M202369</link>
      <description>FYI - Remember that you can search the library for names. So what I did to find the answer is to search the libraries for anything with the name like ZIP. &lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table want as&lt;BR /&gt;select *&lt;BR /&gt;from sashelp.vcolumn where name like 'ZIP';&lt;BR /&gt;quit;</description>
      <pubDate>Wed, 29 Jul 2020 02:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673020#M202369</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-29T02:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS map data for the USA at ZIP code level</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673063#M202396</link>
      <description>&lt;P&gt;Go to the US census web site, Census.gov&amp;nbsp; and search for the ZIP code tabulation area map data set.&lt;/P&gt;
&lt;P&gt;The census website reorganizes itself apparently annually and it has been several years since I looked for this so I will let you have the fun of navigating the site to find the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is the only free source I have discovered that comes close. Warning: ZIP code tabulation has a very specific meaning for the Census Bureau and does not, repeat NOT, cover all of the geography in the US. The areas, mostly in western states, that have extremely low population densities will have areas that are not inside any particular tabulation area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 09:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673063#M202396</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-29T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS map data for the USA at ZIP code level</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673252#M202493</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;i ended up using sashalp.zipcode dataset since my goal was to compute the centroid of the ZIP codes in the NY state. X and Y data in the dataset corresponded with the ZIP-code centroids. Worked out perfectly. Thanks Reeza!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 18:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-map-data-for-the-USA-at-ZIP-code-level/m-p/673252#M202493</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-07-29T18:32:51Z</dc:date>
    </item>
  </channel>
</rss>

