Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Jul 15, 2024
1 parent 7b40ae7 commit 7d5d839
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 35 deletions.
98 changes: 63 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,88 @@

**Catalogs that I query from [Socrata](https://api.us.socrata.com/api/catalog/v1?only=dataset):**

* [austin.md](./catalog/austin.md)
* [crime.md](./catalog/crime.md)
* [datasets.md](./catalog/datasets.md)
* [jobs.md](./catalog/jobs.md)
* [police.md](./catalog/police.md)
* [public-safety.md](./catalog/public-safety.md)
* [salaries.md](./catalog/salaries.md)
* [shootings.md](./catalog/shootings.md)
* [survey.md](./catalog/survey.md)
* [texas-gov.md](./catalog/texas-gov.md)
* [texas.md](./catalog/texas.md)
- [austin.md](./catalog/austin.md)
- [cdc.md](./catalog/cdc.md)
- [crime.md](./catalog/crime.md)
- [datasets.md](./catalog/datasets.md)
- [jobs.md](./catalog/jobs.md)
- [police.md](./catalog/police.md)
- [public-safety.md](./catalog/public-safety.md)
- [salaries.md](./catalog/salaries.md)
- [shootings.md](./catalog/shootings.md)
- [survey.md](./catalog/survey.md)
- [texas-gov.md](./catalog/texas-gov.md)
- [texas.md](./catalog/texas.md)

## Update Catalogs

```sh
# update documents in ./catalogs
./scripts/update-catalogs.sh data catalog

# update single catalog
jq -L scripts -r 'include "views";results|write_markdown' data/austin.json
# update domains list in docs/domains.md
./scripts/domains.sh >docs/domains.md
```

## Personal Favorite

- [Waste Summary for Tesla](https://data.texas.gov/resource/79s2-9ack.json?form_submitter=TESLA)
- [Waste Summary] in Texas
‐ [limit to waste by Tesla]
‐ [sum quantity for each corp in 2024]

- [Waste Summary for Companies in 2024](https://data.texas.gov/resource/79s2-9ack.json?$select=form_submitter,handling_code,count(handling_code),sum(p_quantity_generated)&$group=form_submitter,handling_code&$where=record_date>'2024-01-01'&$limit=10000)

- [Cincinnati Salaries](https://data.cincinnati-oh.gov/resource/wmj4-ygbf.json)
- [Cincinnati Salaries]
w/ gender, race, and age range

- [Austin Demographics](https://datahub.austintexas.gov/resource/puux-7swp.json)
(householder_living_alone, median_home_sale_price, below_poverty, hh_income_200000_or_more)
- [Major US Open Data Domains]
An incomplete collection of open data domains throughout the U.S. (intended for comparison with King County open data)

- [Washington State Hospital Quarterly Revenue]
This dataset provides revenue figures for several clinical units and patient-types

### Austin

- [Austin Demographics]
% living alon, median home price, % below poverty, income bracket

- [Austin District 7 Housing Directory]

- [Austin District 7 Housing Directory](https://data.austintexas.gov/resource/4syj-z4ky.json?council_district=7)
- [Austin Workforce Demographics]
Group by: [age group]

- [Collection of open data domains](https://data.kingcounty.gov/resource/waaj-pqt3.json)
- Crime

- [Hospital revenue](https://data.wa.gov/id/kwf8-x25v.json)
- [Texas life sentences](https://data.texas.gov/id/fgzd-wjkz.json?sentence_years=%27Life%27&$limit=10000)

### Crime
- [APD Computer Aided Dispatch Incidents]

- [Texas life sentences](https://data.texas.gov/id/fgzd-wjkz.json?sentence_years=%27Life%27&$limit=10000)
- [Austin Crime Charges]
gender, officer, race, gender, etc [(count)](<https://datahub.austintexas.gov/resource/mv2b-q2wb.json?$group=charges_description&$select=charges_description,count(*)>)

- [APD Computer Aided Dispatch Incidents](https://data.austintexas.gov/resource/22de-7rzg.json?$order=response_datetime%20DESC)
- [Use of Force]
This dataset contains offense incidents where any physical contact with a subject was made by an officer

- [Austin Crime Charges](https://datahub.austintexas.gov/resource/mv2b-q2wb.json)
gender, officer, race, gender, etc [(count)](https://datahub.austintexas.gov/resource/mv2b-q2wb.json?$group=charges_description&$select=charges_description,count(*))
- [Arrests]
Group by: [ethnicity and gender]
- [Austin Hate Crimes]
Group by: [Race] | [Bias]

- [APD Use of Force](https://data.austintexas.gov/resource/8dc8-gj97.json?$order=occurred_on_date%20DESC)
<!-- URLs -->

- [APD Arrests](https://data.austintexas.gov/resource/9tem-ywan.json?$group=subject_race_ethnicity,subject_gender&$select=subject_race_ethnicity,subject_gender,count(*)&$order=subject_race_ethnicity)
Group by ethnicity and gender

- [Hate Crime](https://data.austintexas.gov/resource/xtu5-exci.json?$group=bias&$select=bias,count(race_ethnicity_of_offenders)&$order=bias)
Bias: `$group=bias&$select=bias,count(race_ethnicity_of_offenders)&$order=bias`
Offenders: `$group=race_ethnicity_of_offenders&$select=race_ethnicity_of_offenders,count(bias)`
[Waste Summary]: https://data.texas.gov/resource/79s2-9ack.json
[limit to waste by Tesla]: https://data.texas.gov/resource/79s2-9ack.json?form_submitter=TESLA
[sum quantity for each corp in 2024]: https://data.texas.gov/resource/79s2-9ack.json?$select=form_submitter,handling_code,count(handling_code),sum(p_quantity_generated)&$group=form_submitter,handling_code&$where=record_date>'2024-01-01'&$limit=10000
[Cincinnati Salaries]: https://data.cincinnati-oh.gov/resource/wmj4-ygbf.json
[Washington State Hospital Quarterly Revenue]: https://data.wa.gov/id/kwf8-x25v.json
[Major US Open Data Domains]: https://data.kingcounty.gov/resource/waaj-pqt3.json
[Arrests]: https://data.austintexas.gov/resource/9tem-ywan.json
[Use of Force]: https://data.austintexas.gov/resource/8dc8-gj97.json?$order=occurred_on_date%20DESC
[ethnicity and gender]: https://data.austintexas.gov/resource/9tem-ywan.json?$group=subject_race_ethnicity,subject_gender&$select=subject_race_ethnicity,subject_gender,count(*)&$order=subject_race_ethnicity
[APD Computer Aided Dispatch Incidents]: https://data.austintexas.gov/resource/22de-7rzg.json?$order=response_datetime%20DESC
[Austin Crime Charges]: https://datahub.austintexas.gov/resource/mv2b-q2wb.json
[Austin District 7 Housing Directory]: https://data.austintexas.gov/resource/4syj-z4ky.json?council_district=7
[Austin Demographics]: https://datahub.austintexas.gov/resource/puux-7swp.json
[Austin Workforce Demographics]: https://datahub.austintexas.gov/resource/fxtq-ff2c.json
[age group]: https://datahub.austintexas.gov/resource/fxtq-ff2c.json?$select=age_group,sum(employee_count)&$group=age_group&hr_f_year_id=2023&$order=age_group
[Austin Hate Crimes]: https://data.austintexas.gov/resource/xtu5-exci.json
[Bias]: https://data.austintexas.gov/resource/xtu5-exci.json?$group=bias&$select=bias,count(race_ethnicity_of_offenders)&$order=bias
[Race]: https://data.austintexas.gov/resource/xtu5-exci.json?$group=race_ethnicity_of_offenders&$select=race_ethnicity_of_offenders,count(bias)
4 changes: 4 additions & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Resources

* https://data.gov/open-gov/

## Domains

https://api.us.socrata.com/api/catalog/v1/domains

* [data.austintexas.gov]
* [datahub.austintexas.gov]
* [data.texas.gov]
Expand Down

0 comments on commit 7d5d839

Please sign in to comment.