Skip to content
@Police-Data-Accessibility-Project

Police Data Accessibility Project

Tools for more transparent police systems

Welcome!

The Police Data Accessibility Project (PDAP) is a nonprofit based in Pittsburgh, PA.

Visit pdap.io to learn more and access data. You are also welcome to introduce yourself and meet data-access-minded people in our Discord server!

Contributing code

Thank you for your interest in helping out!

We mostly use Python (API, back end), Vue JS (front end), and SQL.

Good first issues for new contributors

Volunteer to use your data skills on a community request

Hugging Face is where we maintain machine learning models

PDAP Ecosystem

We have a few ongoing projects in repositories below, to help us share data and skills.

Active services

Check out our uptime stats for a high-level look at our services. We have several services automated. They include:

  • Automatic Archives of Data Sources
  • Syncing Data Requests from our database to GitHub.
  • The Health Monitor checks our app for basic functionality.
  • Notifications are sent to users who follow locations at pdap.io.
  • We geocode locations and agencies which are missing metadata.
%%{ init: {
    'flowchart': {'curve': 'basis'}
  } }%%

flowchart TD

classDef white color:black,fill:#fffbfa,stroke:black
classDef purple color:black,fill:#cbbfca,stroke:black
classDef gold color:black,fill:#e2be77,stroke:black

requests["`Data Requests made by community members`"]:::purple
automation["`Automated crawling for Data Sources with 
*data-source-identification*; 
automatic maintenance with *data-cleaning*`"]:::gold
db["`Data Sources Database 
(via API)`"]:::white
app["`Apps like *data-sources-app* and *automatic-archives*, helping people answer questions with data`"]:::gold
scrapers["`*scrapers* and other code created in response to Data Requests`"]:::purple

automation --> db;
db --> app;
requests --> db; 
db --> scrapers
Loading

Pinned Loading

  1. data-sources-app data-sources-app Public

    An API and UI for using and maintaining the Data Sources database

    Python 5 6

  2. scrapers scrapers Public

    Code relating to scraping public police data.

    Python 169 38

  3. data-source-manager data-source-manager Public

    Scripts for labeling relevant URLs as Data Sources.

    Python 6 7

  4. meta meta Public

    Planning our activities with issues that don't fit in a specific repository yet.

    692 55

Repositories

Showing 10 of 34 repositories
  • data-source-manager Public

    Scripts for labeling relevant URLs as Data Sources.

    Police-Data-Accessibility-Project/data-source-manager’s past year of commit activity
    Python 6 MIT 7 39 2 Updated Dec 30, 2025
  • data-sources-app Public

    An API and UI for using and maintaining the Data Sources database

    Police-Data-Accessibility-Project/data-sources-app’s past year of commit activity
    Python 5 MIT 6 33 1 Updated Dec 29, 2025
  • pdap.io Public

    Police Data Access Point

    Police-Data-Accessibility-Project/pdap.io’s past year of commit activity
    Vue 3 5 40 (2 issues need help) 0 Updated Dec 21, 2025
  • prod-to-dev-migration Public

    Regularly migrates production database and schema to development database

    Police-Data-Accessibility-Project/prod-to-dev-migration’s past year of commit activity
    Python 1 0 5 (1 issue needs help) 0 Updated Dec 15, 2025
  • docs Public

    Documentation for the Police Data Accessibility Project.

    Police-Data-Accessibility-Project/docs’s past year of commit activity
    4 6 1 1 Updated Dec 9, 2025
  • Police-Data-Accessibility-Project/Access-Manager’s past year of commit activity
    Python 0 MIT 0 6 0 Updated Nov 16, 2025
  • meta Public

    Planning our activities with issues that don't fit in a specific repository yet.

    Police-Data-Accessibility-Project/meta’s past year of commit activity
    692 GPL-3.0 55 9 8 Updated Nov 8, 2025
  • labeling-scheduler Public

    Discord bot for scheduling labeling events

    Police-Data-Accessibility-Project/labeling-scheduler’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Sep 16, 2025
  • health-monitoring Public

    For monitoring the health of PDAP apps and services

    Police-Data-Accessibility-Project/health-monitoring’s past year of commit activity
    Python 0 MIT 0 4 0 Updated Aug 5, 2025
  • Police-Data-Accessibility-Project/relevance-inference’s past year of commit activity
    HTML 0 0 0 0 Updated Jul 14, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics