Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.07 KB

README.md

File metadata and controls

36 lines (23 loc) · 2.07 KB

Open States People

Lint YAML Test Scripts

This repository contains YAML files with all the information on given individuals, as well as scripts to work with & maintain the data.

Links

Running Tests

docker-compose run --rm --entrypoint scripts/run_tests.sh people

Data Layout

All data within the data directory is organized by state. Within a given state directory you may find the following:

  • legislature - people that are currently serving in the legislature
  • executive - people that are currently serving in the state executive (e.g. governors)
  • municipalities - people currently serving in local government (e.g. mayors)
  • retired - people not currently serving any tracked roles
  • committees - committee data (future TBD)

About this Repo

A lot of inspiration was taken from the congress-legislators project that has been maintaining this data for the United States Congress.

Historically Open States has scraped this data, but given the relatively infrequent changes and the manual labor required to retire & merge legislators- we have decided to move in this direction in the hopes of improving the data and making it more accessible for contributors.

Also, please note that this portion of the project is in the public domain in the United States with all copyright waived via a CC0 dedication. By contributing you agree to waive all copyright claims.