It’s too hard for local journalists to access public records about policing, public health, government and other vital topics.
From its base at Stanford University, Big Local News gathers data, builds tools and collaborates with reporters to produce journalism that makes an impact. Its website at biglocalnews.org offers a free archiving service for journalists to store and share data.
Members of our team on GitHub
- Justin Mayo (@justinmayo)
- Joe Nudell (@jnu)
- Cheryl Phillips (@cephillips)
- Irene Casado Sánchez (@irenecasado)
- Lisa Pickoff-White (@pickoffwhite)
- Regina Roberts (@regirob831)
- Eric Sagara (@esagara)
- Serdar Tumgoren (@zstumgoren)
- Simon Willison (@simonw)
Repositories that gather public records from the web.
name | description |
---|---|
aphis-inspection-reports | Scrapes inspection data and PDFs from the USDA's Animal and Plant Health Inspection Service |
civic-scraper | Download agendas, minutes and other documents produced by local governments |
court-scraper | Python library and command-line tool that collects case information from U.S. county courts. |
prefect-flow-template | A template repository with all the fundamentals needed to develop and deploy a Python data-processing routine for Prefect pipelines. |
local-election-results-etl | Extract, transform and load election results posted online by local U.S. election officials |
usc-crime-reports-scraper | A GitHub Action workflow for automating the collection of crime and fire logs posted by the University of Southern California's Department of Public Safety. |
warn-scraper | Command-line interface for downloading WARN Act notices of qualified plant closings and mass layoffs |
warn-transformer | Consolidate, enrich and republish the data gathered by warn-scraper |
warn-github-flow | GitHub Action workflow for automating a WARN Act notice ETL pipeline |
Code that uses data to conduct an investigation
name | description |
---|---|
california-wildfires | Investigation into the costs of wildfires across the U.S. |
covid-19-tweets | Tracks information dissemination about COVID-19 by local government agencies |
warn-california-analysis | An exploration and analysis of the WARN Notices data for California |
Tools that connect to our platform at biglocalnews.org
name | description |
---|---|
biglocalnews/datasette.biglocalnews.org | A Datasette instance that allows users to explore public and private files hosted by biglocalnews.org |
bln-python-client | Python client for the biglocalnews.org API |
upload-files | Upload comma-delimited files to biglocalnews.org in your GitHub Action |