nntrn / save

https://nntrn.github.io/save/
2 stars 0 forks source link

Local Crime #3

Open nntrn opened 1 year ago

nntrn commented 1 year ago

Austin

Crime

DOWNLOAD_URL='https://data.austintexas.gov/resource/fdj4-gpfu.json'

URLPARAMS='
$where=rep_date%20between%20%272022-01-01T12:00:00%27%20and%20%272023-01-01T14:00:00%27
&$order=rep_date&$select=rep_date,crime_type,location_type,address,rep_time,zip_code
&$limit=2000
&$offset=100
'

curl ${DOWNLOAD_URL}?${URLPARAMS//[^[:print:]]/}

${VAR//[^[:print:]]/} removes new lines

Traffic

nntrn commented 1 year ago

Los Angeles

Crime

https://data.lacity.org/resource/2nrs-mtv8.json?$limit=10
nntrn commented 1 year ago

ODATA