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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3 | 3 | 531040 | La Falafel 3 | Truck 1 | 13057002 | VALENCIA ST: ROSA PARKS LN to 15TH ST (338 - 399) | 363 VALENCIA ST | 3547033 | 3547 3 | 033 | 14MFF-0088 | EXPIRED 2 | Falafel Sandwiches: Fries: Soda: Iced Tea & Various Drinks. | 6006210.45973 | 2107493.40775 | 37.767126464778 | -122.421782736139 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=14MFF-0088&ExportPDF=1&Filename=14MFF-0088_schedule.pdf | Tu/We/Th:11AM-4PM;Fr/Sa:4PM-11PM | 03/31/2014 12:00:00 AM | 2014-03-28 | 0 | 03/15/2015 12:00:00 AM | (37.767126464778, -122.421782736139) | |
| 44 | 44 | 531039 | La Falafel 3 | Truck 1 | 13057001 | VALENCIA ST: 14TH ST to ROSA PARKS LN (300 - 337) | 337 VALENCIA ST | 3547016 | 3547 3 | 016 | 14MFF-0088 | EXPIRED 2 | Falafel Sandwiches: Fries: Soda: Iced Tea & Various Drinks. | 6006211.307999999 | 2107613.639 | 37.767456639106896 | -122.42178834311599 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=14MFF-0088&ExportPDF=1&Filename=14MFF-0088_schedule.pdf | Tu/We/Th:11AM-4PM;Fr/Sa:4PM-11PM | 03/31/2014 12:00:00 AM | 2014-03-28 | 0 | 03/15/2015 12:00:00 AM | (37.7674566391069, -122.421788343116) |
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");