Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: blocklot, lot, X, Y, Latitude, Longitude, PriorPermit, Location, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 257 | 257 | 934652 | Anas Goodies Catering 57 | Truck 1 | 8754101 | MARKET ST: 10TH ST \ FELL ST \ POLK ST to 11TH ST (1401 - 1455) -- SOUTH -- | 1411 MARKET ST | 3507041 | 3507 202 | 041 | 17MFF-0111 | APPROVED 5 | Cold Truck: Sandwiches: Noodles: Pre-packaged Snacks: Candy: Desserts Various Beverages | 6007585.376 | 2110633.378 | 37.77582551975829 | -122.41724962664301 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0111&ExportPDF=1&Filename=17MFF-0111_schedule.pdf | Mo-Fr:10AM-11AM | 03/08/2017 12:00:00 AM | 2017-02-13 | 1 | 03/15/2018 12:00:00 AM | (37.7758255197583, -122.417249626643) | |
| 497 | 497 | 947708 | Bay Area Mobile Catering, Inc. dba. Taqueria Angelica's 51 | Truck 1 | 9108000 | MISSION ST: 10TH ST to 11TH ST (1400 - 1499) | 1455 MARKET ST | 3507040 | 3507 202 | 040 | 17MFF-0148 | APPROVED 5 | Tacos: burritos: soda & juice | 6007518.36 | 2110417.248 | 37.775228307834 | -122.41746613187 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0148&ExportPDF=1&Filename=17MFF-0148_schedule.pdf | Mo/Tu/We/Th/Fr:7AM-6PM | 03/27/2017 12:00:00 AM | 2017-03-13 | 1 | 03/15/2018 12:00:00 AM | (37.775228307834, -122.41746613187) | |
| 608 | 608 | 944539 | Senor Sisig 73 | Truck 1 | 480000 | 10TH ST: FELL ST \ MARKET ST \ POLK ST to END (1 - 18) | 8 10TH ST | 3507041 | 3507 202 | 041 | 17MFF-0133 | APPROVED 5 | Senor Sisig: Filipino fusion food: tacos: burritos: nachos: rice plates. Various beverages.Chairman Bao: Vegetable and meat sandwiches filled with Asian-flavored meats and vegetables. | 6007585.376 | 2110633.378 | 37.77582551975829 | -122.41724962664301 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0133&ExportPDF=1&Filename=17MFF-0133_schedule.pdf | Mo/We/Fr:11AM-2PM | 06/26/2017 12:00:00 AM | 2017-03-03 | 0 | 03/15/2018 12:00:00 AM | (37.7758255197583, -122.417249626643) |
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");