Mapping Assistant Agent for Civic Interconnect
This agent creates mapping tables between OCD Divisions and OpenStates jurisdictions.
- OCD Divisions fully pulled daily.
- OpenStates mapping scaffolding under construction.
- Early mapping files begin with
mapping/ocd-to-openstates.csv.
Requires Git Large File Support (LFS).
git lfs install
py -m venv .venv
.\.venv\Scripts\activate
py -m pip install --upgrade pip setuptools wheel --prefer-binary
py -m pip install --upgrade -r requirements-dev.txt --timeout 100 --no-cache-dir
pre-commit install
py main.pyThis agent is scheduled to run automatically using GitHub Actions.
See DEVELOPER.md. Then:
mapping-agent start