Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: Applicant, cnn, LocationDescription, permit, FoodItems, Schedule, Approved, Received, PriorPermit, Received (date)
| Link | rowid ▼ | locationid | Applicant | FacilityType | cnn | LocationDescription | Address | blocklot | block | lot | permit | Status | FoodItems | X | Y | Latitude | Longitude | Schedule | dayshours | NOISent | Approved | Received | PriorPermit | ExpirationDate | Location |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 321 | 321 | 934456 | Liang Bai Ping 63 | Truck 1 | 4908000 | DONNER AVE: INGALLS ST to JENNINGS ST (1400 - 1499) | 1475 CARROLL AVE | 4882026 | 4882 248 | 026 | 17MFF-0090 | APPROVED 5 | Cold Truck: Pre-packaged sandwiches: snacks: fruit: various beverages | 6014733.709 | 2091343.759 | 37.7232598663241 | -122.39117288596901 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0090&ExportPDF=1&Filename=17MFF-0090_schedule.pdf | Mo-Fr:7AM-8AM | 03/10/2017 12:00:00 AM | 2017-02-13 | 1 | 03/15/2018 12:00:00 AM | (37.7232598663241, -122.391172885969) | |
| 355 | 355 | 934469 | Liang Bai Ping 63 | Truck 1 | 4908000 | DONNER AVE: INGALLS ST to JENNINGS ST (1400 - 1499) | 1450 DONNER AVE | 4882025 | 4882 248 | 025 | 17MFF-0090 | APPROVED 5 | Cold Truck: Pre-packaged sandwiches: snacks: fruit: various beverages | 6014749.836 | 2091269.372 | 37.723056509338896 | -122.39111194064199 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0090&ExportPDF=1&Filename=17MFF-0090_schedule.pdf | Mo-Fr:9AM-10AM | 03/10/2017 12:00:00 AM | 2017-02-13 | 1 | 03/15/2018 12:00:00 AM | (37.7230565093389, -122.391111940642) | |
| 476 | 476 | 949529 | Eva's Catering 89 | Truck 1 | 7236000 | INGALLS ST: CARROLL AVE to DONNER AVE (2600 - 2699) | 2600 INGALLS ST | 4882001 | 4882 248 | 001 | 17MFF-0161 | APPROVED 5 | Corndogs: fried burrito: rice placet: soda: water: sandwiches: soup: noodle plates | 6015050.344 | 2091107.6840000001 | 37.722629217598296 | -122.390061846327 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0161&ExportPDF=1&Filename=17MFF-0161_schedule.pdf | Mo/We/Fr:10AM-2PM | 03/22/2017 12:00:00 AM | 2017-03-15 | 0 | 03/15/2018 12:00:00 AM | (37.7226292175983, -122.390061846327) |
JSON shape: default, array, newline-delimited
CREATE TABLE "Mobile_Food_Facility_Permit" (
"locationid" INTEGER,
"Applicant" INTEGER,
"FacilityType" INTEGER,
"cnn" INTEGER,
"LocationDescription" TEXT,
"Address" TEXT,
"blocklot" TEXT,
"block" INTEGER,
"lot" TEXT,
"permit" TEXT,
"Status" INTEGER,
"FoodItems" TEXT,
"X" REAL,
"Y" REAL,
"Latitude" REAL,
"Longitude" REAL,
"Schedule" TEXT,
"dayshours" REAL,
"NOISent" REAL,
"Approved" REAL,
"Received" TEXT,
"PriorPermit" INTEGER,
"ExpirationDate" REAL,
"Location" TEXT
,
FOREIGN KEY ("Applicant") REFERENCES [Applicant](id),
FOREIGN KEY ("FacilityType") REFERENCES [FacilityType](id),
FOREIGN KEY ("Status") REFERENCES [Status](id),
FOREIGN KEY ("block") REFERENCES [block](id));
CREATE INDEX ["Mobile_Food_Facility_Permit_Applicant"] ON [Mobile_Food_Facility_Permit]("Applicant");
CREATE INDEX ["Mobile_Food_Facility_Permit_FacilityType"] ON [Mobile_Food_Facility_Permit]("FacilityType");
CREATE INDEX ["Mobile_Food_Facility_Permit_Status"] ON [Mobile_Food_Facility_Permit]("Status");
CREATE INDEX ["Mobile_Food_Facility_Permit_block"] ON [Mobile_Food_Facility_Permit]("block");