Chicago / food-inspections-evaluation

This repository contains the code to generate predictions of critical violations at food establishments in Chicago. It also contains the results of an evaluation of the effectiveness of those predictions.
http://chicago.github.io/food-inspections-evaluation/
Other
410 stars 130 forks source link

Update download steps to use RSocrata from CRAN #88

Closed geneorama closed 8 years ago

geneorama commented 8 years ago

Currently the read.socrata function used in the download steps is relying on a branch which has been deleted. The current CRAN version of read.socrata uses different function arguments than those that were used in the aforementioned branch. So, the download scripts need to be updated.

The crime script needs to have the burglary only filter added to the query string. The other data sets are not filtered in any way, and those downloads should be more straight forward.