Skip to content

caged/restaraunt-inspection-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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