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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
340 | 340 | 934467 | Liang Bai Ping 63 | Truck 1 | 12570000 | THOMAS AVE: HAWES ST to INGALLS ST (1200 - 1299) | 1212 THOMAS AVE | 4792029 | 4792 260 | 029 | 17MFF-0090 | APPROVED 5 | Cold Truck: Pre-packaged sandwiches: snacks: fruit: various beverages | 6016791.102999999 | 2092542.294 | 37.7266647697066 | -122.384144224606 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0090&ExportPDF=1&Filename=17MFF-0090_schedule.pdf | Mo-Fr:9AM-10AM/12PM-1PM | 03/10/2017 12:00:00 AM | 2017-02-13 | 1 | 03/15/2018 12:00:00 AM | (37.7266647697066, -122.384144224606) | |
573 | 573 | 963993 | Singh Brothers Ice Cream 105 | Truck 1 | 11783000 | SHAFTER AVE: HAWES ST to INGALLS ST (1200 - 1299) | 1207 SHAFTER AVE | 4792001A | 4792 260 | 001A | 17MFF-0182 | REQUESTED 1 | Ice Cream: Pre-Packaged Chips: Candies: Bottled Water & Canned SODA | 6016941.58 | 2092555.108 | 37.726708272962206 | -122.3836249172 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0182&ExportPDF=1&Filename=17MFF-0182_schedule.pdf | Mo-Fr:3PM-4PM | 2017-04-18 | 1 | 03/15/2018 12:00:00 AM | (37.7267082729622, -122.3836249172) |
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");