> For the complete documentation index, see [llms.txt](https://docs.pdap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pdap.io/meta/operations/staff/meeting-minutes/project-home-2021-03-31.md).

# 2021-03-31

## Date <a href="#id-2021-03-31-date" id="id-2021-03-31-date"></a>

31 Mar 2021

## Participants <a href="#id-2021-03-31-participants" id="id-2021-03-31-participants"></a>

* [Former user (Deleted)](https://pdap.atlassian.net/wiki/people/5f8f95be40588b0077ed830a?ref=confluence)
* [Eddie Brown (Unlicensed)](https://pdap.atlassian.net/wiki/people/5fd63e354d2179006ecbcb80?ref=confluence)
* [Alec Akin](https://pdap.atlassian.net/wiki/people/60319bf02a42cc0069af9ac8?ref=confluence)
* [Richard Ji](https://pdap.atlassian.net/wiki/people/5f8f95be0e068b00766b6903?ref=confluence)

## Discussion topics <a href="#id-2021-03-31-discussiontopics" id="id-2021-03-31-discussiontopics"></a>

| Item                            | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Dolt                            | <ul><li>works as POC</li><li>requires scraper</li><li>Richard is waiting for a bug fix from dolt and will merge his branch after that</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Scrapers                        | <ul><li><p><a href="https://pdap.atlassian.net/wiki/people/5f8f95be40588b0077ed830a?ref=confluence">Former user (Deleted)</a> add “convert data to a known type or create a new type” to scraper instructions</p><ul><li>This is a good amount of work because all would need to be kept up to date</li></ul></li><li><p><a href="https://pdap.atlassian.net/wiki/people/5f8f95be40588b0077ed830a?ref=confluence">Former user (Deleted)</a>We should use <a href="https://github.com/Police-Data-Accessibility-Project/Scrapers">github</a> to store the DDL scripts and reference it in dolthub, should make a folder for them</p><ul><li>people would reference these → their columns would be kept up to date</li></ul></li><li><a href="https://pdap.atlassian.net/wiki/people/5f8f95be0e068b00766b6903?ref=confluence">Richard Ji</a> basic Python style guide for scrapers</li></ul> |
| <p>What data to collect<br></p> | <ul><li>We need a decision / definition of “what we really want”</li><li><p>The decision from last meeting is something like</p><ul><li>Accept all data that is up and out publicly</li><li><strong>Tier and sort and prioritize</strong> data based on good or consistent formatting, but <strong>accept all</strong> legal public data. Omission is not a good start to our process if our goal is “a source of truth for police data.”</li><li>Only surface PII</li><li>Classification should not be a barrier—we only <em>need</em> to classify what is</li></ul></li><li><a href="https://pdap.atlassian.net/wiki/people/5f8f95be40588b0077ed830a?ref=confluence">Former user (Deleted)</a> draft a policy → publish</li></ul>                                                                                                                                                        |
| Business / professional things  | <ul><li>Eddie working with Denice Ross on New Jersey data that’s not public. Someone needs to explain to Eddie what’s going on with New Jersey data → he can use that as more specific rationale for more investigation</li><li>Eddie ensuring our taxes are paid.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |

## Action items <a href="#id-2021-03-31-actionitems" id="id-2021-03-31-actionitems"></a>

* [Alec Akin](https://pdap.atlassian.net/wiki/people/60319bf02a42cc0069af9ac8?ref=confluence) to dig deeper on what blockers were for getting New Jersey data + communicate to Eddie
* [Richard Ji](https://pdap.atlassian.net/wiki/people/5f8f95be0e068b00766b6903?ref=confluence) basic python style guide for beginner scrapers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pdap.io/meta/operations/staff/meeting-minutes/project-home-2021-03-31.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
