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!
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
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