From: Michael Orlitzky Date: Sat, 12 Sep 2009 14:55:14 +0000 (-0400) Subject: Added state, county, and tract fields to the Block class. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=inline;h=f6b26952ca47d6a3740ef244ce030e08be56679f;hp=f6b26952ca47d6a3740ef244ce030e08be56679f;p=dead%2Fcensus-tools.git 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. ---