Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: FacilityType, Status, Received, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
592 | 592 | 934558 | The Sandwich Stand, LLC. 45 | Push Cart 2 | 24685000 | SANSOME ST: CALIFORNIA ST intersection | 351 CALIFORNIA ST | 0261010A | 0261 37 | 010A | 17MFF-0107 | INACTIVE 3 | Vietnamese sandwiches: spring rolls: bottle water: can soda: chicken and shrimp rice noodles: rice with chicken: chicken salad: noodle soup. | 6012479.848999999 | 2116741.356 | 37.7928707497415 | -122.400747494077 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0107&ExportPDF=1&Filename=17MFF-0107_schedule.pdf | Tu/We:8AM-5PM | 2017-02-13 | 0 | 05/02/2018 12:00:00 AM | (37.7928707497415, -122.400747494077) | ||
426 | 426 | 934404 | Philz Coffee Truck 72 | Truck 1 | 10455000 | PINE ST: BATTERY ST to SANSOME ST (200 - 299) | 250 PINE ST | 0261007 | 0261 37 | 007 | 17MFF-0079 | APPROVED 5 | Hot coffee: iced coffee: hot chocolate: tea: pastries | 6012487.324 | 2116531.736 | 37.7922955998187 | -122.40070689723301 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0079&ExportPDF=1&Filename=17MFF-0079_schedule.pdf | Mo/We/Fr:6AM-3PM | 03/14/2017 12:00:00 AM | 2017-02-13 | 0 | 03/15/2018 12:00:00 AM | (37.7922955998187, -122.400706897233) | |
42 | 42 | 617520 | Bomba 20 | Truck 1 | 3527000 | CALIFORNIA ST: BATTERY ST to SANSOME ST (300 - 399) | 345 CALIFORNIA ST | 0261017 | 0261 37 | 017 | 15MFF-0003 | REQUESTED 1 | Sandwiches | 6012567.025 | 2116641.83 | 37.7926023367923 | -122.40043886495 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=15MFF-0003&ExportPDF=1&Filename=15MFF-0003_schedule.pdf | Tu/Th/Fr:11AM-3PM | 2015-02-05 | 0 | (37.7926023367923, -122.40043886495) | |||
181 | 181 | 934406 | Hiyaaa 48 | Truck 1 | 2753000 | BATTERY ST: PINE ST to CALIFORNIA ST (100 - 199) | 111 BATTERY ST | 0261005 | 0261 37 | 005 | 17MFF-0080 | APPROVED 5 | Korean Fried Chicken | 6012649.223999999 | 2116554.374 | 37.7923667868831 | -122.40014830676701 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0080&ExportPDF=1&Filename=17MFF-0080_schedule.pdf | Tu/Fr:9AM-3PM | 02/21/2017 12:00:00 AM | 2017-02-13 | 0 | 03/15/2018 12:00:00 AM | (37.7923667868831, -122.400148306767) |
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");