1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now using default values on arguments to simplify the script. More... about 12 years ago
Updated documentation. More... about 12 years ago
Fixed status character. More... about 12 years ago
Simplified --add_kml options to use key1=value1,key2=value2 format. More... about 12 years ago
Storing latitude and longitude as a tuple rather than a dictionary to save memory. More... about 12 years ago
Now printing memory usage in the status output. More... about 12 years ago
Resetting the collector's data when a new file is loaded. More... about 12 years ago
Now escaping road names. More... about 12 years ago
Can now pass multiple input files to process More... about 12 years ago
Closing the KML files. More... about 12 years ago
Can now create multiple KML files with different options from a single parsing run. More... about 12 years ago
Improved file-naming consistency. More... about 12 years ago
Replaced multi-color line shading that was accidentally removed in ac26a671 More... about 12 years ago
Now writing verbose status output to stderr to allow tabular output to be piped More... about 12 years ago
Improved verbose output printing. More... about 12 years ago
Moved output writing to new output module More... about 12 years ago
Moved filtering code to a new module More... about 12 years ago
Moved all of the parsing code into a new 'collector' module More... about 12 years ago
Going back to two-stage parsing to reduce memory consumption. More... about 12 years ago
Revert "Moved calculation of curvature into the way-parsing callback." More... about 12 years ago
Improved the coloring More... about 12 years ago
Now allowing automatic picking of the number of threads the parser uses. More... about 12 years ago
Moved calculation of curvature into the way-parsing callback. More... about 12 years ago
Can now pass a bounding box to only work with certain sub-regions. More... about 12 years ago
Can now build single-color or multi-color KML files. More... about 12 years ago
Added new curvature algorithm that classifies curves based on curve radius. More... about 12 years ago
Filtering out contributions from segments more than 0.1 miles. More... about 12 years ago
Pulled the calculation for each way into its own function. More... about 12 years ago
Progress reporting now using an iterator rather than len(). More... about 12 years ago
Moved simpler tests in front of the roads test. More... about 12 years ago