Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: Applicant, FacilityType, permit, Status, FoodItems, Schedule, Received, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
547 | 547 | 961020 | Let's Be Frank 102 | Push Cart 2 | 6816000 | HAYES ST: GOUGH ST to OCTAVIA ST (400 - 499) | 425 HAYES ST | 0817025 | 0817 367 | 025 | 17MFF-0180 | REQUESTED 1 | Hot dogs and chili | 6005815.063999999 | 2110939.7169999997 | 37.7765668965195 | -122.42339537672702 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0180&ExportPDF=1&Filename=17MFF-0180_schedule.pdf | Su/We:11AM-5PM | 2017-04-12 | 0 | 03/15/2018 12:00:00 AM | (37.7765668965195, -122.423395376727) | ||
548 | 548 | 961021 | Let's Be Frank 102 | Push Cart 2 | 8393001 | LINDEN ST: GOUGH ST to OCTAVIA ST (300 - 399) | 404 OCTAVIA ST | 0817033 | 0817 367 | 033 | 17MFF-0180 | REQUESTED 1 | Hot dogs and chili | 6005585.672 | 2110752.1969999997 | 37.776039062665895 | -122.424175571492 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0180&ExportPDF=1&Filename=17MFF-0180_schedule.pdf | Fr:11AM-5PM | 2017-04-12 | 0 | 03/15/2018 12:00:00 AM | (37.7760390626659, -122.424175571492) | ||
636 | 636 | 934551 | Casey's Pizza, LLC 123 | Truck 1 | 5442000 | FELL ST: GOUGH ST to OCTAVIA ST (300 - 399) | 368 FELL ST | 0817032 | 0817 367 | 032 | 17MFF-0104 | APPROVED 5 | Artisan Pizzas (Margherita: Yukon Potato: Zoe's Pepperoni: Funghi: Brocolli Rabe: Bacon Kale: Arugula) and Drinks. | 6005654.042 | 2110754.304 | 37.776048708092205 | -122.42393921117201 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0104&ExportPDF=1&Filename=17MFF-0104_schedule.pdf | Su:12PM-8PM;Fr:3PM-8PM;Sa:4PM-8PM | 08/29/2017 12:00:00 AM | 2017-02-13 | 0 | 03/15/2018 12:00:00 AM | (37.7760487080922, -122.423939211172) |
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");