Skip to content

Commit

Permalink
Add csv datasets from Analyze Boston
Browse files Browse the repository at this point in the history
Out of 154 datasets we got about 47 datapackages with only csv data
ref: weecology#34
  • Loading branch information
henrykironde committed Oct 8, 2019
1 parent b82d51b commit b3e2609
Show file tree
Hide file tree
Showing 49 changed files with 15,678 additions and 0 deletions.
97 changes: 97 additions & 0 deletions scripts/boston_active_food_establishment_licenses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"citation": "N/A",
"description": "This dataset contains a list of restaurants that met the City's standards to become licensed food service establishments.",
"homepage": "https://data.boston.gov/dataset/active-food-establishment-licenses",
"keywords": [
"Analyze Boston", "business", "food", "inspections", "restaurants"
],
"licenses": [
{
"name": "PDDL"
}
],
"name": "boston-active-food-establishment-licenses",
"resources": [
{
"dialect": {
"delimiter": ","
},
"name": "licenses-data",
"path": "tmpzg0l39x0.csv",
"schema": {
"fields": [
{
"name": "businessname",
"size": "50",
"type": "char"
},
{
"name": "dbaname",
"size": "30",
"type": "char"
},
{
"name": "address",
"size": "28",
"type": "char"
},
{
"name": "city",
"size": "27",
"type": "char"
},
{
"name": "state",
"size": "2",
"type": "char"
},
{
"name": "zip",
"type": "int"
},
{
"name": "licstatus",
"size": "6",
"type": "char"
},
{
"name": "licensecat",
"size": "2",
"type": "char"
},
{
"name": "descript",
"size": "29",
"type": "char"
},
{
"name": "licenseadddttm",
"size": "19",
"type": "char"
},
{
"name": "dayphn",
"type": "int"
},
{
"name": "property_id",
"type": "int"
},
{
"name": "latitude",
"type": "double"
},
{
"name": "longitude",
"type": "double"
}
]
},
"url": "https://data.boston.gov/dataset/5e4182e3-ba1e-4511-88f8-08a70383e1b6/resource/f1e13724-284d-478c-b8bc-ef042aa5b70b/download/tmpcq17pgjo.csv"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "Boston active food establishment licenses",
"version": "1.0.0"
}
136 changes: 136 additions & 0 deletions scripts/boston_active_workzones.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
{
"citation": "N/A",
"description": "FILL",
"homepage": "https://data.boston.gov/dataset/public-works-active-work-zones",
"keywords": [
"Analyze Boston"
],
"licenses": [
{
"name": "PDDL"
}
],
"name": "boston-active-workzones",
"resources": [
{
"dialect": {
"delimiter": ","
},
"name": "active_workzones",
"path": "tmph8gec1__.csv",
"schema": {
"fields": [
{
"name": "neighborhood",
"size": "25",
"type": "char"
},
{
"name": "street",
"size": "26",
"type": "char"
},
{
"name": "address_1",
"type": "int"
},
{
"name": "address_2",
"type": "int"
},
{
"name": "intersection",
"size": "20",
"type": "char"
},
{
"name": "from",
"size": "13",
"type": "char"
},
{
"name": "to",
"size": "14",
"type": "char"
},
{
"name": "permittee",
"size": "32",
"type": "char"
},
{
"name": "contractor",
"size": "26",
"type": "char"
},
{
"name": "permit",
"size": "12",
"type": "char"
},
{
"name": "project_category",
"size": "34",
"type": "char"
},
{
"name": "construction_notes",
"size": "96",
"type": "char"
},
{
"name": "work_schedule",
"size": "17",
"type": "char"
},
{
"name": "expirationdate",
"size": "19",
"type": "char"
},
{
"name": "estimated_completion_date",
"size": "19",
"type": "char"
},
{
"name": "roadway_plates_in_use",
"type": "int"
},
{
"name": "sidewalk_plates_in_use",
"type": "int"
},
{
"name": "status",
"size": "32",
"type": "char"
},
{
"name": "trench_length",
"type": "int"
},
{
"name": "contact_number",
"size": "12",
"type": "char"
},
{
"name": "numberofworkzones",
"type": "int"
},
{
"name": "district",
"size": "3",
"type": "char"
}
]
},
"url": "https://data.boston.gov/dataset/f9f57091-92f3-463a-8f1c-93e46361296d/resource/36fcf981-e414-4891-93ea-f5905cec46fc/download/tmph8gec1__.csv"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "Boston active workzones",
"version": "1.0.0"
}
100 changes: 100 additions & 0 deletions scripts/boston_adopted_operating_budget.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"citation": "N/A",
"description": "Adopted operating budget information for FY14 thru FY19. This dataset contains line item detail of appropriations to each department and program from the City's General Fund. The City's budget is planned and built on the program level for each department.",
"homepage": "https://data.boston.gov/dataset/adopted-operating-budget",
"keywords": [
"Analyze Boston", "Budget"
],
"licenses": [
{
"name": "PDDL"
}
],
"name": "boston-adopted-operating-budget",
"resources": [
{
"dialect": {
"delimiter": ","
},
"name": "budget",
"path": "historical-open-data-may-2019.csv",
"schema": {
"fields": [
{
"name": "service_cabinet",
"size": "34",
"type": "char"
},
{
"name": "department",
"size": "40",
"type": "char"
},
{
"name": "program",
"size": "47",
"type": "char"
},
{
"name": "program",
"size": "29",
"type": "char"
},
{
"name": "acct",
"type": "int"
},
{
"name": "expense_type",
"size": "31",
"type": "char"
},
{
"name": "expense_category_account",
"size": "29",
"type": "char"
},
{
"name": "fund",
"type": "int"
},
{
"name": "fy14",
"size": "11",
"type": "char"
},
{
"name": "fy15",
"size": "11",
"type": "char"
},
{
"name": "fy16",
"size": "11",
"type": "char"
},
{
"name": "fy17",
"size": "11",
"type": "char"
},
{
"name": "fy18",
"size": "11",
"type": "char"
},
{
"name": "fy19",
"size": "11",
"type": "char"
}
]
},
"url": "https://data.boston.gov/dataset/3da555c3-079d-441c-8306-d022d614208d/resource/883bdf9c-8e3a-47a9-9f91-11af3ea144a5/download/historical-open-data-may-2019.csv"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "Boston adopted operating budget",
"version": "1.0.0"
}
Loading

0 comments on commit b3e2609

Please sign in to comment.