Bookmark this page: Add TIGER Shape File Data to Yahoo MyWeb Add TIGER Shape File Data to Google Bookmarks Add TIGER Shape File Data to Windows Live Add TIGER Shape File Data to Del.icio.us Digg TIGER Shape File Data! Add TIGER Shape File Data to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Le Chaud Lapin on November 18, 2007, 4:10 am
Where is it?

I am currently looking at (http://www.census.gov/geo/www/tiger/
tgrshp.html) and I don't see it.

Also, I'd like to process the data (yes all 24GB of it) using C++.
Any sugguestion?

TIA,

-Le Chaud Lapin-

Posted by Uffe Kousgaard on November 18, 2007, 4:55 am
> Where is it?

Not released yet. Only the record layout.

> Also, I'd like to process the data (yes all 24GB of it) using C++.
> Any sugguestion?

You can use shapelib unless you want to write your own reader.



Posted by Le Chaud Lapin on November 18, 2007, 3:06 pm
> > Where is it?
> Not released yet. Only the record layout.
> > Also, I'd like to process the data (yes all 24GB of it) using C++.
> > Any sugguestion?
> You can use shapelib unless you want to write your own reader.

Hmm...I've been thinking about it. I'm going to read (http://
www.census.gov/geo/www/tiger/tgrshprl.pdf) to see how different
shapefile specification is from old TIGER Line specification. I did
write a program in C++ to process all TIGER Line data, but there was a
serious issue with that data which I still need help with:

Given two street addresses, I need to know if they identify homes in
the same census block. Determining this using TIGER Line data was not
straightforward for the inexperienced (me), and so I'm hoping that the
new ShapeFile format will help. Is this true?

What's the best way of determining somewhat reliably if two addresses
fall on same census blok?

-Le Chaud Lapin-