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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 102 | 102 | 934590 | May Catering 37 | Truck 1 | 2955000 | BERRY ST: 05TH ST to 06TH ST (300 - 399) | 301 BERRY ST | 8708002 | 8708 86 | 002 | 17MFF-0110 | REQUESTED 1 | Cold Truck: Sandwiches: fruit: snacks: candy: hot and cold drinks | 6014277.187000001 | 2109955.224 | 37.7743376663696 | -122.394053286313 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0110&ExportPDF=1&Filename=17MFF-0110_schedule.pdf | Mo-Fr:10AM-11AM | 2017-02-13 | 1 | 05/06/2018 12:00:00 AM | (37.7743376663696, -122.394053286313) | ||
| 611 | 611 | 953001 | Wonder Philly 115 | Push Cart 2 | 270002 | 04TH ST: BERRY ST to CHANNEL ST (900 - 999) | 960 04TH ST | 8708002 | 8708 86 | 002 | 17MFF-0166 | REQUESTED 1 | Hot dogs: sausages: cheesesteaks: chips: drinks | 6014277.187000001 | 2109955.224 | 37.7743376663696 | -122.394053286313 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0166&ExportPDF=1&Filename=17MFF-0166_schedule.pdf | Mo-We:9AM-5PM | 2017-03-20 | 0 | 04/01/2018 12:00:00 AM | (37.7743376663696, -122.394053286313) |
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");