Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: Status, PriorPermit, ExpirationDate, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 80 | 80 | 559774 | Mang Hang Catering 35 | Truck 1 | 144000 | 02ND ST: FEDERAL ST to SOUTH PARK (519 - 548) | 544 02ND ST | 3775005 | 3775 68 | 005 | 14MFF-0109 | EXPIRED 2 | COLD TRUCK. Deli: bbq chicken skewer: Chinese spring roll: Chinese fried rice/noodle: fried chicken leg/wing: bbq chicken sandwich: chicken cheese burger: burrito: lumpia. Snack: sunflower seeds: muffins: chips: snickers: kit-kat: 10 types of chocolate. Drinks: Coke: 7-Up: Dr. Pepper: Pepsi: Redbull: Vitamin Water: Rockstar: Coconut Juice: Water. Hot drinks: coffee: tea. | 6014572.797 | 2112894.0930000003 | 37.7824235632947 | -122.393236399398 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=14MFF-0109&ExportPDF=1&Filename=14MFF-0109_schedule.pdf | Mo-Fr:7AM-8AM/10AM-11AM/11AM-12PM | 2014-07-10 | 1 | 03/15/2017 12:00:00 AM | (37.7824235632947, -122.393236399398) | ||
| 219 | 219 | 944367 | Off the Grid Services, LLC 28 | Truck 1 | 3075000 | BRANNAN ST: STANFORD ST to JACK LONDON ALY (324 - 353) | 340 BRANNAN ST | 3775015 | 3775 68 | 015 | 17MFF-0131 | APPROVED 5 | Everything | 6014566.387 | 2112472.164 | 37.781264686022794 | -122.39322904153799 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0131&ExportPDF=1&Filename=17MFF-0131_schedule.pdf | Tu/Th:8AM-3PM | 03/02/2017 12:00:00 AM | 2017-03-02 | 0 | 03/15/2018 12:00:00 AM | (37.7812646860228, -122.393229041538) | |
| 295 | 295 | 946120 | Tacos El Ojo De Agua 62 | Truck 1 | 177000 | 03RD ST: SOUTH PARK to VARNEY PL (548 - 586) | 551 03RD ST | 3775025 | 3775 68 | 025 | 17MFF-0141 | APPROVED 5 | Tacos: Burritos: Tortas: Quesadillas: Salads: Soup: Fruits: Juices: Soda: Water | 6014157.282000001 | 2112255.562 | 37.7806472100484 | -122.39462918166201 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0141&ExportPDF=1&Filename=17MFF-0141_schedule.pdf | Mo-Fr:9AM-4PM | 03/09/2017 12:00:00 AM | 2017-03-09 | 0 | 03/15/2018 12:00:00 AM | (37.7806472100484, -122.394629181662) |
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");