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
Fix replace syntax. More... about 8 years ago
Merge branch 'postgis_export' More... about 8 years ago
Add summary output option. More... about 8 years ago
Sort the collection refs to prevent update thrashing due to randomized order. More... about 8 years ago
Now using a separate table for tag values and integers for foreign keys to reduce the database size. More... about 8 years ago
Add post processors to setup.py More... about 8 years ago
Merge branch 'hash_comparison' into postgis_export More... about 8 years ago
Fix argument assignment. More... about 8 years ago
Now using a content-hash to only update ways that have changes. More... about 8 years ago
Insert as a single transaction, ignoring duplicate key errors. More... about 8 years ago
Add timers and insert rate to the output. More... about 8 years ago
Remove privileges from database schema. More... about 8 years ago
Fix flipped min/max latitudes. More... about 8 years ago
Reorder columns and increase the width of highway. More... about 8 years ago
Improve PostGIS error handling. More... about 8 years ago
Now inserting highway, surface, and constituent way data. More... about 8 years ago
Change id & name column widths to fit data. More... about 8 years ago
Add helper script for loading into postgis. More... about 8 years ago
Now won't fail if there is an integrity exception that doesn't have a duplicate key. More... about 8 years ago
Ensure that our source row and any pending inserts are not rolled back when trying to insert a row with an error. More... about 8 years ago
Add length to the PostGIS output so that it can be used in rendering. More... about 8 years ago
PostGIS output now specifies the source projection and transforms to Spherical Mercator 900913. More... about 8 years ago
Add GeoJSON output. More... about 8 years ago
Update readme with PostGIS details. More... about 8 years ago
collection ids now include starting node for each way as way's may be split. More... about 8 years ago
Add insert counts. More... about 8 years ago
Continue if insert has exceptions. More... about 8 years ago
Add verbose mode. More... about 8 years ago
Update codec handling for Python 3+. More... about 8 years ago
Add changelog to Readme. More... about 8 years ago