Skip to content

nntrn/open-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atx

Austin:

Texas.gov:

Texas:

Crime:

CATALOG_URL='https://api.us.socrata.com/api/catalog/v1?only=dataset&limit=2000'

curl -o data/texas-gov.json "${CATALOG_URL}&domains=data.texas.gov"
curl -o data/texas.json "${CATALOG_URL}&q=texas"
curl -o data/austin.json "${CATALOG_URL}&domains=datahub.austintexas.gov"

./scripts/markdown.sh data/texas-gov.json -Y >texas-gov.md
./scripts/markdown.sh data/texas.json -Y >texas.md
./scripts/markdown.sh data/austin.json -Y >austin.md