]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Added state, county, and tract fields to the Block class.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 14:55:14 +0000 (10:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 14:55:14 +0000 (10:55 -0400)
commitf6b26952ca47d6a3740ef244ce030e08be56679f
tree7e23450817b1fd30fba07ca697ce96a857ed4f56
parent75ac117b996561aea48d7c30c2ebdb6db8177c14
Added state, county, and tract fields to the Block class.
Renamed the other Block attributes to follow the GeoRecord/Tiger naming convention.
Updated any tests/methods that depended on the Block attribute names.
Throw an error from within the Block class if the "block" attribute is non-integral.
src/SummaryFile1.py
src/Tests/Unit/SummaryFile1Test.py