0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create master address table from the street centerline data More... almost 13 years ago
Bug fix to clear import directory before unzipping shapefiles More... almost 13 years ago
Add street centerlines dataset More... almost 13 years ago
Add construction permit table populator More... almost 13 years ago
Bug fixes to the address table populator, which is working now. More... almost 13 years ago
Start putting the raw data into user-friendly benefice tables More... almost 13 years ago
refactored core setup fucntions in to import_actions More... almost 13 years ago
Merge branch 'master' of https://github.com/tplagge/benefice More... almost 13 years ago
Add SQL to implement Michael's diagram More... almost 13 years ago
removed unused util/setup.py More... almost 13 years ago
refactored import_helper functions, using benefince_setup to share global variables More... almost 13 years ago
New setup module More... almost 13 years ago
Merge branch 'master' of https://github.com/tplagge/benefice More... almost 13 years ago
Add a subset of the building footprint dataset to use for testing, and don't try to run the old building footprint parsing code. More... almost 13 years ago
removed redundant permits dataset definition, skipping do_import task for now More... almost 13 years ago
Update README.md More... almost 13 years ago
Merge branch 'master' of github.com:tplagge/benefice More... almost 13 years ago
removed setup.cfg from repo More... almost 13 years ago
updated install instructions (pip and easy_install) More... almost 13 years ago
added requirements.txt for pip dependencies More... almost 13 years ago
renamed local_conf to setup.cfg, added PyYAML to readme dependencies More... almost 13 years ago
removed spaces and uppercase from dataset names More... about 13 years ago
Use yaml for configuration More... about 13 years ago
Temporarily treat lat/long location columns as varchars. More... about 13 years ago
Merge branch 'master' of https://github.com/tplagge/benefice More... about 13 years ago
Catch exception for DROP TABLE when table does not exist. More... about 13 years ago
Adding printfs for drop table and \copy for csv More... about 13 years ago
Missing parens in drop table for csv More... about 13 years ago
Drop csv table (possibly with error) before adding, and also include 'dataportal' schema in copy More... about 13 years ago
Added psql -c command to invoke \copy on csv file More... about 13 years ago