<?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: NJ Zip Map in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194315#M7200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks for the information. Where can I find a census file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 15:02:24 GMT</pubDate>
    <dc:creator>AAWTomHanks</dc:creator>
    <dc:date>2015-08-07T15:02:24Z</dc:date>
    <item>
      <title>NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194313#M7198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to create a NJ zip map. I have the coordinates for one but its using data from 2002. I am looking for an updated one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194313#M7198</guid>
      <dc:creator>AAWTomHanks</dc:creator>
      <dc:date>2015-08-07T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194314#M7199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for a ZIP Code map?&amp;nbsp; If so, these are generally not free.&amp;nbsp; You can use a ZCTA file from the Census.&amp;nbsp; This approximates the ZIP Code but is not exactly it.&amp;nbsp; The ZIP Code maps change every month.&amp;nbsp; The Post Office is constantly changing them.&amp;nbsp; Even if you buy a ZIP Code map, it will be somewhat out of date because the map will only updated every year or two.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 14:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194314#M7199</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-08-07T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194315#M7200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks for the information. Where can I find a census file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 15:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194315#M7200</guid>
      <dc:creator>AAWTomHanks</dc:creator>
      <dc:date>2015-08-07T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194316#M7201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the main level of information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.census.gov/geo/reference/zctas.html"&gt;https://www.census.gov/geo/reference/zctas.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the file is here (Look for ZIP Code Tabulation Areas):&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.census.gov/cgi-bin/geo/shapefiles2014/main"&gt;https://www.census.gov/cgi-bin/geo/shapefiles2014/main&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 15:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194316#M7201</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-08-07T15:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194317#M7202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And use PROC MAPIMPORT to read in the shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 15:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194317#M7202</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-08-07T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: NJ Zip Map</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194318#M7203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, for some help, take a look at ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Shapefiles to Maps Via PROC MAPIMPORT and PROC GMAP&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/nesug/nesug11/gr/gr11.pdf" title="http://www.lexjansen.com/nesug/nesug11/gr/gr11.pdf"&gt;http://www.lexjansen.com/nesug/nesug11/gr/gr11.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating ZIP Code-Level Maps with SAS®&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/214-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/214-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/214-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow! You Did That Map with SAS/GRAPH®?&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/resources/papers/proceedings09/215-2009.pdf" title="http://support.sas.com/resources/papers/proceedings09/215-2009.pdf"&gt;http://support.sas.com/resources/papers/proceedings09/215-2009.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(or send a note to me ... &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:msz03@albany.edu"&gt;msz03@albany.edu&lt;/A&gt;&lt;SPAN&gt; ... if you run into a problem)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 01:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NJ-Zip-Map/m-p/194318#M7203</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2015-08-09T01:18:17Z</dc:date>
    </item>
  </channel>
</rss>

