]> gitweb.michael.orlitzky.com - dead/census-tools.git/history - bin
Added the linear program solving the midatlantic region.
[dead/census-tools.git] / bin /
2010-08-04 Michael OrlitzkyAdded the linear program solving the midatlantic region. master
2010-07-09 Michael OrlitzkyFix an off-by-one error.
2010-06-14 Michael OrlitzkyRenamed the SimplexMethodTest to SimplexIterationTest.
2010-06-14 Michael OrlitzkyCreated a new run_tests script that sets LD_LIBRARY_PAT...
2010-06-14 Michael OrlitzkyRename the run_tests script to test_suite.
2010-06-14 Michael OrlitzkyAdd the SimplexMethod test suite to run_tests.
2010-05-22 Michael OrlitzkyAdded three LP scripts that run trials given uniformly...
2010-05-15 Michael OrlitzkySeparate the tests that hit the database from the rest...
2010-05-15 Michael OrlitzkyAdded (Uniform)Distribution tests to the test script.
2010-05-10 Michael OrlitzkyUpdate the lp_solve wrapper's LD_LIBRARY_PATH.
2010-05-10 Michael OrlitzkyUpdate the example LP's search path to look one directo...
2010-05-10 Michael OrlitzkyMoved the example linear program and the wrapper in...
2010-05-08 Michael OrlitzkyFixed a variable name in the example linear program.
2010-04-26 Michael OrlitzkyUpdate the example linear program to use the new constants.
2010-04-19 Michael OrlitzkyUpdate example-lp to use the LinearProgram class.
2010-04-05 Michael OrlitzkyAdd the example linear programming problem solution...
2010-04-05 Michael OrlitzkyAdd a wrapper which sets the LD_LIBRARY_PATH for lp_sol...
2010-03-04 Michael OrlitzkyAdded the wkt_n-gon script.
2010-01-29 Michael OrlitzkyUpdated the queries in blocks2kml to use the new "block...
2009-11-26 Michael OrlitzkyAdded New Jersey to the download_data script.
2009-11-16 Michael OrlitzkyModified the default_option_parser function to return...
2009-11-16 Michael OrlitzkyAdded an LEHD module, with classes to parse Origin...
2009-11-13 Michael OrlitzkyMoved the multiple-filename logic inside the find_file_...
2009-11-13 Michael OrlitzkyAdded the find_file_paths script which utilizes the...
2009-11-11 Michael OrlitzkyModified the Data module and download script to downloa...
2009-11-11 Michael OrlitzkyAdded the path2pop script.
2009-11-11 Michael OrlitzkyRemoved an unnecessary include.
2009-11-11 Michael OrlitzkyRenamed pg2kml to blocks2kml; this is more consistent...
2009-11-11 Michael OrlitzkySet a default usage=None for the CLI.default_option_par...
2009-11-10 Michael OrlitzkyModified the download_data script to download the TIGER...
2009-11-10 Michael OrlitzkyAdded the Delaware lines to the download_data script.
2009-10-25 Michael OrlitzkyAdded the first draft of drag_wkt_along_kml_path, most...
2009-10-25 Michael OrlitzkyAdded the KML tests to the test script.
2009-10-24 Michael OrlitzkyAdded the Geometry module and its tests.
2009-10-21 Michael OrlitzkyAdded a space between the road name and its tlid.
2009-10-19 Michael OrlitzkyAdded the lines2kml script.
2009-10-19 Michael OrlitzkyUpdated the KML classes with a print_kml() method.
2009-10-19 Michael OrlitzkyAdded a unique index on the tiger_lines "tlid" column.
2009-10-11 Michael OrlitzkyAdded the West Virginia county lines files to download_...
2009-10-08 Michael OrlitzkyAdded the NY and VA county "all lines" files to downloa...
2009-10-07 Michael OrlitzkyAdded a new script, download_data, to aid in the retrie...
2009-10-03 Michael OrlitzkyRenamed the "tiger" table to "tiger_blocks" in preparat...
2009-09-28 Michael OrlitzkyAdded unit tests for the Census.Database class.
2009-09-27 Michael OrlitzkyFactored out the contained population code in to the...
2009-09-27 Michael OrlitzkyAdded the Census module.
2009-09-27 Michael OrlitzkyConverted the SRID argument to type="int".
2009-09-24 Michael OrlitzkyAdded the wkt2pop script.
2009-09-24 Michael OrlitzkyUpdated the docstring for wkt2kml.
2009-09-22 Michael OrlitzkyAdded a script which converts an OGC Well-Known Text...
2009-09-22 Michael Orlitzkystrip() whitespace from OptionParser descriptions.
2009-09-16 Michael OrlitzkyAdded the pg2kml script which exports PostGIS data...
2009-09-16 Michael OrlitzkyModified find_avg_population_density to perform a GIS...
2009-09-16 Michael OrlitzkyUppercased the exit codes per the Python style guidelines.
2009-09-12 Michael OrlitzkyAdded the framework for the PostGIS database integration.
2009-09-12 Michael OrlitzkyAdded tests for the StringUtils module.
2009-09-09 Michael OrlitzkyInitial commit.