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

Scraped content is archived #429

Closed nwinklareth closed 10 years ago

nwinklareth commented 10 years ago

To provide a better set of raw data, the content scrpaed from the Cook County Sheriff's website should be stored in an archive format which is then retrieved by people and systems that want to use it.

The daily archived content will be made available from: http://cookcountyjail.recoveredfactory.net/raw_inmate_data.

The format will be a CSV file, the format is found here.

Populating the V1.0 and the V2.0 Cook County Jail APIs will be changed to use these archived files.

Due to the nature of the availability of websites, it is the responsibility of users of this data to check the location specified above to determine if any new archived files are available.