By tag: USCensus
0
kicks
Plot ZipCode Boundaries on a Map: Part 2 - Import Zip Code (U.S. Censu
Now that we've Made Sense of the U.S. Census ZCTA ARC/INFO Ungenerate (ASCII) files in Part 1 of this series, we are ready to import the U.S Census ZCTA Zip Code data into a database. In Part 2, we'll create database tables and import the Zip Code Boundary data into those tables in a MS SQL 2005 dat...
0
kicks
Plot ZipCode Boundaries on Map: Part1 - Make sense of U.S. Census Data
The data I'll focus on here is the Census 2000 5-Digit ZIP Code Tabulation Areas (ZCTAs) in ARC/INFO Ungenerate (ASCII) format. Even though these files are in their own "special" format, described here, they are still just plain ASCII and easily converted into CSV files to be imported into...