Last active
September 30, 2015 01:06
-
-
Save timwis/a547aaeacc8c9385e785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1", | |
"header": { | |
"title": "Improve Detroit: Submitted Issues", | |
"description": "This data set reflects parking violations reported by authorized agencies in Philadelphia. The data represented below is a sample of parking violations occurring between 2012-2015 with license plate numbers anonymized for privacy.", | |
"navigation": [ | |
{ | |
"label": "Download", | |
"url": "https://data.phila.gov/api/views/3bxz-a5sb/rows.csv?accessType=DOWNLOAD&bom=true" | |
} | |
] | |
}, | |
"cards": [ | |
[ | |
{ | |
"title": "Issue Date & Time", | |
"chartType": "datetime", | |
"domain": "data.detroitmi.gov", | |
"dataset": "j7tb-epek", | |
"groupBy": "date_trunc_ym(ticket_created_date_time)", | |
"triggerField": "ticket_created_date_time" | |
} | |
], | |
[ | |
{ | |
"title": "Issue Type", | |
"chartType": "bar", | |
"domain": "data.detroitmi.gov", | |
"dataset": "j7tb-epek", | |
"groupBy": "issue_type" | |
} | |
], | |
[ | |
{ | |
"title": "Ticket Status", | |
"chartType": "pie", | |
"domain": "data.detroitmi.gov", | |
"dataset": "j7tb-epek", | |
"groupBy": "ticket_status" | |
}, | |
{ | |
"title": "Neighborhoods", | |
"chartType": "choropleth", | |
"domain": "data.detroitmi.gov", | |
"dataset": "j7tb-epek", | |
"groupBy": ":@computed_region_d6uh_frh4", | |
"boundaries": "https://data.detroitmi.gov/resource/d6uh-frh4.geojson?$limit=5000", | |
"boundariesLabel": "name", | |
"boundariesId": "_feature_id" | |
} | |
], | |
[ | |
{ | |
"title": "Submitted Issues", | |
"chartType": "table", | |
"domain": "data.detroitmi.gov", | |
"dataset": "j7tb-epek", | |
"padded": true | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment