Skip to content

caged/restaraunt-inspection-data

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
out
 
 
 
 
sql
 
 
 
 
 
 
 
 
 
 

A poorly documented collection of tools and scripts to export Portland, OR. restaurant inspection data from the Civic Apps API, import it into postgres, and export relevant CSV data.

Requirements

General usage

script/sync       # fetches all inspections for 2014 from the civic apps api
script/tocsv      # converts raw inspection and violation data to csv files
script/psqlimport # imports data to postgres database named 'portland'
script/process    # performs a variety of task on the raw data (overlappoing point jittering, postgis Geom from lat/lon, etc.) and exports relevant csv files to the out/ directory

About

tools and scripts for dealing with Portland, OR restaurant inspection data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published