2009-11-16 |
Michael Orlitzky | Added an LEHD module, with classes to parse Origin...
|
commit | commitdiff | tree |
2009-11-16 |
Michael Orlitzky | Moved RecordError in to its own file, Errors.py.
|
commit | commitdiff | tree |
2009-11-16 |
Michael Orlitzky | Added the LEHD (OnTheMap) technical documentation.
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Modified the makefile to use the find_file_paths script...
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Removed an unnecessary import.
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Moved the multiple-filename logic inside the find_file_paths...
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Added the find_file_paths script which utilizes the...
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Added the find_file_paths function to the FileUtils...
|
commit | commitdiff | tree |
2009-11-13 |
Michael Orlitzky | Added the VerbatimHelpFormatter class to the CLI module.
|
commit | commitdiff | tree |
2009-11-12 |
Michael Orlitzky | Fixed a method name in the download_lines function.
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Modified the makefile to import all of the Summary...
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Modified the Data module and download script to download...
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Added the path2pop script.
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Removed an unnecessary include.
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Removed rows length checks in two places, and replaced...
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Renamed pg2kml to blocks2kml; this is more consistent...
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Set a default usage=None for the CLI.default_option_parser...
|
commit | commitdiff | tree |
2009-11-11 |
Michael Orlitzky | Added the CLI module with a default_option_parser(...
|
commit | commitdiff | tree |
2009-11-10 |
Michael Orlitzky | Modified the download_data script to download the TIGER...
|
commit | commitdiff | tree |
2009-11-10 |
Michael Orlitzky | Added the Delaware lines to the download_data script.
|
commit | commitdiff | tree |
2009-11-07 |
Michael Orlitzky | Added a "Related Projects" heading containing a description...
|
commit | commitdiff | tree |
2009-11-07 |
Michael Orlitzky | Replaced a missing "not".
|
commit | commitdiff | tree |
2009-11-07 |
Michael Orlitzky | Added Python itself, and Shapely to the software requirements.
|
commit | commitdiff | tree |
2009-11-07 |
Michael Orlitzky | Changed most of the <em> elements to <q>.
|
commit | commitdiff | tree |
2009-11-07 |
Michael Orlitzky | Added styles for blockquotes and regular quotes (<q...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Added the first draft of drag_wkt_along_kml_path, most...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Added the KML tests to the test script.
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Added the KMLTest module containing the LineString...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Merged branch 'master' with the to_kml() fix.
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Added the LineString class.
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Modified the Geometry.Polygon.from_wkt() method to...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Fixed a bug where the Document open/close tags were...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Updated the Geometry tests to use the new operator...
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Changed the TwoVector add() method to an operator overload.
|
commit | commitdiff | tree |
2009-10-25 |
Michael Orlitzky | Changed the wording of a comment.
|
commit | commitdiff | tree |
2009-10-24 |
Michael Orlitzky | Added the Geometry module and its tests.
|
commit | commitdiff | tree |
2009-10-21 |
Michael Orlitzky | Changed my mind about using the SVN version of Shapely...
|
commit | commitdiff | tree |
2009-10-21 |
Michael Orlitzky | Added the "lib" makefile task.
|
commit | commitdiff | tree |
2009-10-21 |
Michael Orlitzky | Added a space between the road name and its tlid.
|
commit | commitdiff | tree |
2009-10-21 |
Michael Orlitzky | Added XML escaping to the KML classes.
|
commit | commitdiff | tree |
2009-10-19 |
Michael Orlitzky | Added the lines2kml script.
|
commit | commitdiff | tree |
2009-10-19 |
Michael Orlitzky | Updated the KML classes with a print_kml() method.
|
commit | commitdiff | tree |
2009-10-19 |
Michael Orlitzky | Added a unique index on the tiger_lines "tlid" column.
|
commit | commitdiff | tree |
2009-10-11 |
Michael Orlitzky | Fixed the "all lines" shapefile importing.
|
commit | commitdiff | tree |
2009-10-11 |
Michael Orlitzky | Removed a no-longer-correct comment from the makefile.
|
commit | commitdiff | tree |
2009-10-11 |
Michael Orlitzky | Added the West Virginia county lines files to download_data.
|
commit | commitdiff | tree |
2009-10-08 |
Michael Orlitzky | Added the NY and VA county "all lines" files to download_data.
|
commit | commitdiff | tree |
2009-10-07 |
Michael Orlitzky | Added a new script, download_data, to aid in the retrieval...
|
commit | commitdiff | tree |
2009-10-07 |
Michael Orlitzky | Added the Data module which contains the classes and...
|
commit | commitdiff | tree |
2009-10-07 |
Michael Orlitzky | Added the FileUtils module.
|
commit | commitdiff | tree |
2009-10-04 |
Michael Orlitzky | Added the MD lines import to the makefile.
|
commit | commitdiff | tree |
2009-10-04 |
Michael Orlitzky | Added the D.C. blocks download/import.
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Moved the default initialization for the Census class...
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Added a style for the <strong> element.
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Added some possible optimizations to the project overview.
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Updated the makefile to import TIGER block data for...
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Renamed the "tiger" table to "tiger_blocks" in preparation...
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Updated the makefile to use the 2009 TIGER/Line shapefiles.
|
commit | commitdiff | tree |
2009-10-03 |
Michael Orlitzky | Switched the order of longitude/latitude in a comment.
|
commit | commitdiff | tree |
2009-10-02 |
Michael Orlitzky | Updated the TIGER/Line technical documentation for...
|
commit | commitdiff | tree |
2009-10-01 |
Michael Orlitzky | Added default values for the GPS.Coordinates constructor.
|
commit | commitdiff | tree |
2009-10-01 |
Michael Orlitzky | Removed the math import from GPS.
|
commit | commitdiff | tree |
2009-09-28 |
Michael Orlitzky | Removed unused code from the GPS and SummaryFile1 modules.
|
commit | commitdiff | tree |
2009-09-28 |
Michael Orlitzky | Added unit tests for the Census.Database class.
|
commit | commitdiff | tree |
2009-09-28 |
Michael Orlitzky | Changed the default SRID constant to an integer (as...
|
commit | commitdiff | tree |
2009-09-27 |
Michael Orlitzky | Factored out the contained population code in to the...
|
commit | commitdiff | tree |
2009-09-27 |
Michael Orlitzky | Added the Census module.
|
commit | commitdiff | tree |
2009-09-27 |
Michael Orlitzky | Converted the SRID argument to type="int".
|
commit | commitdiff | tree |
2009-09-24 |
Michael Orlitzky | Added the wkt2pop script.
|
commit | commitdiff | tree |
2009-09-24 |
Michael Orlitzky | Updated the docstring for wkt2kml.
|
commit | commitdiff | tree |
2009-09-22 |
Michael Orlitzky | Merged the documentation additions and most recent...
|
commit | commitdiff | tree |
2009-09-22 |
Michael Orlitzky | Added a script which converts an OGC Well-Known Text...
|
commit | commitdiff | tree |
2009-09-22 |
Michael Orlitzky | strip() whitespace from OptionParser descriptions.
|
commit | commitdiff | tree |
2009-09-22 |
Michael Orlitzky | Added a default SRID (4269).
|
commit | commitdiff | tree |
2009-09-22 |
Michael Orlitzky | Updated the makefile for PostGIS 1.4.0.
|
commit | commitdiff | tree |
2009-09-16 |
Michael Orlitzky | Added the pg2kml script which exports PostGIS data...
|
commit | commitdiff | tree |
2009-09-16 |
Michael Orlitzky | Modified find_avg_population_density to perform a GIS...
|
commit | commitdiff | tree |
2009-09-16 |
Michael Orlitzky | Added the is_negative_float() method to the StringUtils...
|
commit | commitdiff | tree |
2009-09-16 |
Michael Orlitzky | Added the Configuration package with the Defaults module...
|
commit | commitdiff | tree |
2009-09-16 |
Michael Orlitzky | Uppercased the exit codes per the Python style guidelines.
|
commit | commitdiff | tree |
2009-09-14 |
Michael Orlitzky | Added the KML module with enough classes to export...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Fixed the Block class initialization so that it converts...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Updated the comment about the two PostGIS SQL scripts...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Use a default SRID of 4269 (North America, 1983) when...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added the framework for the PostGIS database integration.
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added tests for the StringUtils module.
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added the Tiger data directory to .gitignore.
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added an additional Block class test which checks that...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added the is_float() method to the StringUtils module.
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added state, county, and tract fields to the Block...
|
commit | commitdiff | tree |
2009-09-12 |
Michael Orlitzky | Added the StringUtils module with the is_integer()...
|
commit | commitdiff | tree |
2009-09-11 |
Michael Orlitzky | Uppercased GeoRecord.MINIMUM_LINE_LENGTH in accordance...
|
commit | commitdiff | tree |
2009-09-10 |
Michael Orlitzky | Added the 2008 Tiger/Line shapefile technical documentation.
|
commit | commitdiff | tree |
2009-09-10 |
Michael Orlitzky | Added an InvalidAreaError class.
|
commit | commitdiff | tree |
2009-09-09 |
Michael Orlitzky | Initial commit.
|
commit | commitdiff | tree |
|