Questions tagged [tiger-lines]

Topologically Integrated Geographic Encoding and Referencing, or TIGER, or TIGER/Line is a format used by the United States Census Bureau to describe land attributes such as roads, buildings, rivers, and lakes, as well as areas such as census tracts.

Topologically Integrated Geographic Encoding and Referencing, or TIGER, or TIGER/Line is a format used by the United States Census Bureau to describe land attributes such as roads, buildings, rivers, and lakes, as well as areas such as census tracts. TIGER was developed to support and improve the Bureau's process of taking the Decennial Census. The TIGER files do not contain the census demographic data, but merely the map data. GIS can be used to merge census demographics or other data sources with the TIGER files to create maps and conduct analysis. TIGER data is available without cost because U.S. Government publications are required to be released into the public domain.

10 questions
5
votes
3 answers

2008 TIGER/Line® Shapefiles from Census.gov -> Google Maps

How do I take shapefiles and extract lat/lng coords so I can plot polygons on Google Maps? http://www2.census.gov/cgi-bin/shapefiles/national-files I asked this question…
Philip Brocoum
  • 2,728
  • 2
  • 22
  • 24
4
votes
6 answers

Tiger/Lines or shapefiles of USA states and cities?

i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but can't seem to find any places which have the boundaries (read:…
Pure.Krome
  • 78,923
  • 102
  • 356
  • 586
3
votes
1 answer

Mapping Zip Code vs. County shapefile in R

I am trying to map the polygons for various geographic areas (i.e. county/zip codes). Based on what I have found at this blog I can easily accomplish this for…
cdeterman
  • 17,900
  • 5
  • 62
  • 91
1
vote
1 answer

Problems building geocommons geocoder

I've downloaded the geocommons/geocoder source and have one small sample TigerLine zip file from the census site saved into /opt/tiger/tl_2010_01_state10.zip I've tried to run the tiger_import tool on this file with the command: build/tiger_import…
1
vote
1 answer

How to open Census Redistricting files?

The U.S. government is releasing the Census redistricting data in this format on FTP and I don't know how to open it. I think they are supposed to be Tiger Line Shape Files, but they directory structure does not match what I would expect from the…
Pattie Reaves
  • 145
  • 1
  • 2
  • 10
1
vote
1 answer

PostGIS TIGER Geocoder data source

I am configuring PostGIS TIGER Geocoder and looking for alternative source of TIGER files, at least for one or more state (at the moment all government census resources are down). Namely, these are the files needed by PostGIS Geocoder: TIGER2012:…
Luma
  • 55
  • 1
  • 6
0
votes
0 answers

How to break up TIGER/Line data at every Intersection?

How can I break up TIGER/Line data at every Intersection? I have TIGER/Line data loaded into a PostgreSQL database using the shp2pgsql utility. However, most all of the Geometry is represented by long Multi/LineStrings. I'd like to break every long…
chasez0r
  • 324
  • 2
  • 12
0
votes
1 answer

Postgis Tiger Geocoder returning null results

I have loaded tiger data into my postgres database. SELECT count(*) FROM tiger_data.county_all; count-> 3233 SELECT count(*) FROM tiger_data.state_all; count-> 56 Extensions are working SELECT na.address, …
sushmit sarmah
  • 6,289
  • 5
  • 17
  • 22
0
votes
1 answer

Getting all addresses on a street - Google Maps Geocoding API

My task is to take a specific street and find all of the houses on that street. My input is a complete address with city, zip, etc - except without the house number. The desired output is a literal list of every home on that street and their…
0
votes
2 answers

NoMethodError (set_result) in SQLite3 when running Geocommons Geocoder using irb on Mac OS X 10.5.8

Has anyone here ever encountered the following error after installing and attempting to run the Geocommons geocoder on Mac OS X 10.5.8? This is my exact output from the Terminal window from the point at which I started irb: $ irb >> require…
Steven D.
  • 181
  • 2
  • 10