Skip to content

Instantly share code, notes, and snippets.

@timwis
Last active September 26, 2015 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timwis/934fd9be63cf21aaa550 to your computer and use it in GitHub Desktop.
Save timwis/934fd9be63cf21aaa550 to your computer and use it in GitHub Desktop.
Parking Violations Full width
{
"version": "1",
"header": {
"title": "Parking Violations",
"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"
}
]
},
"panels": [
[
{
"title": "Issue Date & Time",
"description": "When the parking violation was issued",
"chartType": "datetime",
"domain": "data.phila.gov",
"dataset": "2pfz-fnns",
"groupBy": "date_trunc_ym(issue_date_and_time)",
"triggerField": "issue_date_and_time"
}
],
[
{
"title": "Zipcodes",
"chartType": "choropleth",
"domain": "data.phila.gov",
"dataset": "2pfz-fnns",
"groupBy": ":@computed_region_8tb6_tjh9",
"boundaries": "https://data.phila.gov/resource/8tb6-tjh9.geojson",
"boundariesLabel": "code",
"boundariesId": "_feature_id"
}
],
[
{
"title": "Violation Description",
"chartType": "bar",
"domain": "data.phila.gov",
"dataset": "2pfz-fnns",
"groupBy": "violation_description"
}
],
[
{
"title": "Issuing Agency",
"description": "The agency that issued the violation",
"chartType": "pie",
"domain": "data.phila.gov",
"dataset": "2pfz-fnns",
"groupBy": "issuing_agency"
}
],
[
{
"title": "Parking Violations",
"chartType": "table",
"domain": "data.phila.gov",
"dataset": "2pfz-fnns",
"padded": true
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment