Skip to content

brianmwaters/vt-police-tools

Repository files navigation

Vermont Police Tools

Tools for cleaning Vermont police data

This package contains miscellaneous tools for working with Vermont police data. It was created to enable the addition of several police departments to OpenOversight.

Data

See data.

Installation

pip install vt-police-tools

OpenOversight data import

cd vt_police_tools/
./migrations/2020.8-initial.sh

Development

git clone https://github.com/brianmwaters/vt-police-tools.git
cd vt-police-tools/
virtualenv --python=python3.7 env/
source env/bin/activate
pip install --requirement requirements.txt
pip install --editable .

Contributing

Before submitting a patch, please lint your code by running pycodestyle and pydocstyle in the root directory, and shellcheck on all shell scripts. Please make sure to also test your code.

About

Tools for cleaning Vermont police data

Resources

License

Stars

Watchers

Forks

Packages

No packages published