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.

%%{ init: {
    'flowchart': {'curve': 'basis'}
  } }%%

flowchart TD

classDef white fill:#fffbfa,stroke:black
classDef purple fill:#cbbfca,stroke:black
classDef gold 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

Pinned

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

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

    Python 1 4

  2. scrapers scrapers Public

    Code relating to scraping public police data.

    Python 155 33

  3. automatic-archives automatic-archives Public

    Python 1 1

  4. data-source-identification data-source-identification Public

    Scripts for labeling relevant URLs as Data Sources.

    Python 5 6

  5. meta meta Public

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

    694 58

Repositories

Showing 10 of 19 repositories

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

Loading…