Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
53 | 53 | 848184 | Reecees Soulicious 24 | Truck 1 | 2799106 | BAY SHORE BLVD: END to OAKDALE AVE (185 - 299) -- EAST -- | 201 BAY SHORE BLVD | 5559021 | 5559 46 | 021 | 16MFF-0139 | REQUESTED 1 | Fried Chicken: Fried Fish: Greens: Mac & Cheese: Peach Cobbler: and String beans | 6011355.555 | 2099442.374 | 37.7453089086563 | -122.40342005999901 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=16MFF-0139&ExportPDF=1&Filename=16MFF-0139_schedule.pdf | Mo-We:7AM-7PM | 2016-09-08 | 0 | 03/15/2017 12:00:00 AM | (37.7453089086563, -122.403420059999) | ||
435 | 435 | 948140 | Eli's Hot Dogs 78 | Push Cart 2 | 7504000 | JERROLD AVE: BARNEVELD AVE to END (2351 - 2369) | 101 BAY SHORE BLVD | 5559018 | 5559 46 | 018 | 17MFF-0155 | REQUESTED 1 | various styles of hot dogs & sausages: chips: breakfast sandwiches: chili: soda: water: | 6011376.107000001 | 2100039.012 | 37.7469482955131 | -122.40339096031299 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0155&ExportPDF=1&Filename=17MFF-0155_schedule.pdf | Mo/Tu/We/Th/Fr:9AM-5PM | 2017-03-14 | 1 | 03/15/2017 12:00:00 AM | (37.7469482955131, -122.403390960313) |
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");