]> gitweb.michael.orlitzky.com - dead/census-tools.git/shortlog
dead/census-tools.git
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...
2009-09-12 Michael OrlitzkyAdded the is_float() method to the StringUtils module.
2009-09-12 Michael OrlitzkyAdded state, county, and tract fields to the Block...
2009-09-12 Michael OrlitzkyAdded the StringUtils module with the is_integer()...
2009-09-11 Michael OrlitzkyUppercased GeoRecord.MINIMUM_LINE_LENGTH in accordance...
2009-09-10 Michael OrlitzkyAdded the 2008 Tiger/Line shapefile technical documenta...
2009-09-10 Michael OrlitzkyAdded an InvalidAreaError class.
2009-09-09 Michael OrlitzkyInitial commit.