Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: lot, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 380 | 380 | 947838 | DO UC US Mobile Catering 69 | Truck 1 | 10293000 | PARNASSUS AVE: HILLWAY AVE to 03RD AVE (400 - 599) | 400 PARNASSUS AVE | 1756001 | 1756 278 | 001 | 17MFF-0154 | APPROVED 5 | Cold truck: sandwiches: salads: beverages: chips: candy: cookies: coffee: tea: drinks | 5995605.966 | 2106525.1040000003 | 37.7638640323832 | -122.458391749844 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0154&ExportPDF=1&Filename=17MFF-0154_schedule.pdf | Mo-Fr:9AM-4PM | 03/13/2017 12:00:00 AM | 2017-03-13 | 1 | 03/15/2018 12:00:00 AM | (37.7638640323832, -122.458391749844) | |
| 382 | 382 | 947840 | DO UC US Mobile Catering 69 | Truck 1 | 185104 | 03RD ST: MISSION BAY BLVD to SOUTH ST (1401 - 1599) -- EAST -- | 1501 03RD ST | 8720013 | 8720 246 | 013 | 17MFF-0154 | APPROVED 5 | Cold truck: sandwiches: salads: beverages: chips: candy: cookies: coffee: tea: drinks | 6015663.1841400005 | 2108672.3934400002 | 37.770892231031794 | -122.389169231483 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0154&ExportPDF=1&Filename=17MFF-0154_schedule.pdf | Mo-Fr:8AM-9AM | 03/13/2017 12:00:00 AM | 2017-03-13 | 1 | 03/15/2018 12:00:00 AM | (37.7708922310318, -122.389169231483) | |
| 411 | 411 | 947839 | DO UC US Mobile Catering 69 | Truck 1 | 8700000 | MARIN ST: KANSAS ST to HWY 101 N ON RAMP (2500 - 2599) | 2590 MARIN ST | 4339008 | 4339 89 | 008 | 17MFF-0154 | APPROVED 5 | Cold truck: sandwiches: salads: beverages: chips: candy: cookies: coffee: tea: drinks | 6011441.697000001 | 2100557.577 | 37.7483758257779 | -122.40320062649599 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0154&ExportPDF=1&Filename=17MFF-0154_schedule.pdf | Sa:8AM-4PM | 03/13/2017 12:00:00 AM | 2017-03-13 | 1 | 03/15/2018 12:00:00 AM | (37.7483758257779, -122.403200626496) | |
| 412 | 412 | 947837 | DO UC US Mobile Catering 69 | Truck 1 | 19986000 | 04TH ST: MISSION BAY BLVD to NELSON RISING LN (1400 - 1499) | 1420 04TH ST | 8716001 | 8716 289 | 001 | 17MFF-0154 | APPROVED 5 | Cold truck: sandwiches: salads: beverages: chips: candy: cookies: coffee: tea: drinks | 6015098.414 | 2108321.616 | 37.769897748896106 | -122.39109827963499 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0154&ExportPDF=1&Filename=17MFF-0154_schedule.pdf | Mo-Fr:9AM-10AM | 03/13/2017 12:00:00 AM | 2017-03-13 | 1 | 03/15/2018 12:00:00 AM | (37.7698977488961, -122.391098279635) |
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");