sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Scraper uses Raw Inmate Data to determine which Booking Ids to check for #444

Open nwinklareth opened 10 years ago

nwinklareth commented 10 years ago

This is part of #395.

The first version of the Next NG version of the Scraper queries the V1 database to find out which booking_ids to scrape from the Sheriff's website. This dependency needs to be brokern. Currently the scraper needs to know the following set of bookings ids:

All of these booking ids can be determined from the raw Inmate data. For a discussion on how to do so is found on the Wiki page: [Notes On Working With Raw Inmate Data}(https://github.com/sc3/cookcountyjail/wiki/Notes-On-Working-With-Raw-Inmate-Data).