]> gitweb.michael.orlitzky.com - dead/census-tools.git/shortlog
dead/census-tools.git
2010-02-19 Michael OrlitzkyCreated a MapUtils object to contain the post_data...
2010-02-19 Michael OrlitzkyMoved the post_data() function in to its own static...
2010-02-19 Michael OrlitzkyRenamed the post_directions_result() function to post_d...
2010-02-19 Michael OrlitzkyMade the routing Javascript render inline on a new...
2010-02-15 Michael OrlitzkyAdded the "maps" Pylons project.
2010-02-13 Michael OrlitzkyAdded a Coordinates class, and updated the LineString...
2010-02-09 Michael OrlitzkyUpdated all of the queries within the Database class...
2010-01-29 Michael OrlitzkyUpdated the queries in blocks2kml to use the new "block...
2010-01-29 Michael OrlitzkyFixed a few hard-coded database names in the makefile.
2010-01-27 Michael OrlitzkyAdded the SQL scripts to combine the sf1_blocks and...
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-16 Michael OrlitzkyMoved RecordError in to its own file, Errors.py.
2009-11-16 Michael OrlitzkyAdded the LEHD (OnTheMap) technical documentation.
2009-11-13 Michael OrlitzkyModified the makefile to use the find_file_paths script...
2009-11-13 Michael OrlitzkyRemoved an unnecessary import.
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-13 Michael OrlitzkyAdded the find_file_paths function to the FileUtils...
2009-11-13 Michael OrlitzkyAdded the VerbatimHelpFormatter class to the CLI module.
2009-11-12 Michael OrlitzkyFixed a method name in the download_lines function.
2009-11-11 Michael OrlitzkyModified the makefile to import all of the Summary...
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 OrlitzkyRemoved rows length checks in two places, and replaced...
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-11 Michael OrlitzkyAdded the CLI module with a default_option_parser(...
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-11-07 Michael OrlitzkyAdded a "Related Projects" heading containing a descrip...
2009-11-07 Michael OrlitzkyReplaced a missing "not".
2009-11-07 Michael OrlitzkyAdded Python itself, and Shapely to the software requir...
2009-11-07 Michael OrlitzkyChanged most of the <em> elements to <q>.
2009-11-07 Michael OrlitzkyAdded styles for blockquotes and regular quotes (<q...
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-25 Michael OrlitzkyAdded the KMLTest module containing the LineString...
2009-10-25 Michael OrlitzkyMerged branch 'master' with the to_kml() fix.
2009-10-25 Michael OrlitzkyAdded the LineString class.
2009-10-25 Michael OrlitzkyModified the Geometry.Polygon.from_wkt() method to...
2009-10-25 Michael OrlitzkyFixed a bug where the Document open/close tags were...
2009-10-25 Michael OrlitzkyUpdated the Geometry tests to use the new operator...
2009-10-25 Michael OrlitzkyChanged the TwoVector add() method to an operator overload.
2009-10-25 Michael OrlitzkyChanged the wording of a comment.
2009-10-24 Michael OrlitzkyAdded the Geometry module and its tests.
2009-10-21 Michael OrlitzkyChanged my mind about using the SVN version of Shapely...
2009-10-21 Michael OrlitzkyAdded the "lib" makefile task.
2009-10-21 Michael OrlitzkyAdded a space between the road name and its tlid.
2009-10-21 Michael OrlitzkyAdded XML escaping to the KML classes.
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 OrlitzkyFixed the "all lines" shapefile importing.
2009-10-11 Michael OrlitzkyRemoved a no-longer-correct comment from the makefile.
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-07 Michael OrlitzkyAdded the Data module which contains the classes and...
2009-10-07 Michael OrlitzkyAdded the FileUtils module.
2009-10-04 Michael OrlitzkyAdded the MD lines import to the makefile.
2009-10-04 Michael OrlitzkyAdded the D.C. blocks download/import.
2009-10-03 Michael OrlitzkyMoved the default initialization for the Census class...
2009-10-03 Michael OrlitzkyAdded a style for the <strong> element.
2009-10-03 Michael OrlitzkyAdded some possible optimizations to the project overview.
2009-10-03 Michael OrlitzkyUpdated the makefile to import TIGER block data for...
2009-10-03 Michael OrlitzkyRenamed the "tiger" table to "tiger_blocks" in preparat...
2009-10-03 Michael OrlitzkyUpdated the makefile to use the 2009 TIGER/Line shapefiles.
2009-10-03 Michael OrlitzkySwitched the order of longitude/latitude in a comment.
2009-10-02 Michael OrlitzkyUpdated the TIGER/Line technical documentation for...
2009-10-01 Michael OrlitzkyAdded default values for the GPS.Coordinates constructor.
2009-10-01 Michael OrlitzkyRemoved the math import from GPS.
2009-09-28 Michael OrlitzkyRemoved unused code from the GPS and SummaryFile1 modules.
2009-09-28 Michael OrlitzkyAdded unit tests for the Census.Database class.
2009-09-28 Michael OrlitzkyChanged the default SRID constant to an integer (as...
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 OrlitzkyMerged the documentation additions and most recent...
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-22 Michael OrlitzkyAdded a default SRID (4269).
2009-09-22 Michael OrlitzkyUpdated the makefile for PostGIS 1.4.0.
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 OrlitzkyAdded the is_negative_float() method to the StringUtils...
2009-09-16 Michael OrlitzkyAdded the Configuration package with the Defaults modul...
2009-09-16 Michael OrlitzkyUppercased the exit codes per the Python style guidelines.
2009-09-14 Michael OrlitzkyAdded the KML module with enough classes to export...
2009-09-12 Michael OrlitzkyFixed the Block class initialization so that it convert...
2009-09-12 Michael OrlitzkyUpdated the comment about the two PostGIS SQL scripts...
2009-09-12 Michael OrlitzkyUse a default SRID of 4269 (North America, 1983) when...
2009-09-12 Michael OrlitzkyAdded the framework for the PostGIS database integration.
2009-09-12 Michael OrlitzkyAdded tests for the StringUtils module.
2009-09-12 Michael OrlitzkyAdded the Tiger data directory to .gitignore.
2009-09-12 Michael OrlitzkyAdded an additional Block class test which checks that...
next