]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Added an LEHD module, with classes to parse Origin-Destination matrix files.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Nov 2009 01:26:15 +0000 (20:26 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 16 Nov 2009 01:26:15 +0000 (20:26 -0500)
commitfbf6257eecbc601a4f5748583d0188adc1e5ffec
tree666042d4179e70a97b115a19ba87d034ebc682ea
parent722c339feb0f5bebc42080b0074f1149848fbc97
Added an LEHD module, with classes to parse Origin-Destination matrix files.
Added tests and fixtures for the LEHD module.
Updated the run_tests script to include the new LEHD tests.
bin/run_tests
src/LEHD.py [new file with mode: 0644]
src/Tests/Fixtures/LEHD/ten_records-no_header.csv [new file with mode: 0644]
src/Tests/Fixtures/LEHD/ten_records-twelve_columns.csv [new file with mode: 0644]
src/Tests/Fixtures/LEHD/ten_records.csv [new file with mode: 0644]
src/Tests/Unit/LEHDTest.py [new file with mode: 0644]