Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: cnn, LocationDescription, permit, Status, FoodItems, Schedule, Received, 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 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 639 | 639 | 1010510 | Julie's Hot Dogs 124 | Truck 1 | 9122002 | MISSION ST: CATHERINE CT to 21ST ST (2430 - 2499) | 2445 MISSION ST | 3610026 | 3610 401 | 026 | 17MFF-0190 | APPROVED 5 | Hot dogs: Bacon wrapped hot dogs: soda: water: sports drinks: energy drinks: chips | 6007052.821 | 2104129.899 | 37.757938520741895 | -122.418630583281 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0190&ExportPDF=1&Filename=17MFF-0190_schedule.pdf | Su/Fr/Sa:12AM-3AM;Th/Fr/Sa:10PM-12AM | 08/28/2017 12:00:00 AM | 2017-08-24 | 0 | 03/15/2018 12:00:00 AM | (37.7579385207419, -122.418630583281) | |
| 661 | 661 | 1034228 | Julie's Hot Dogs 124 | 9114000 | MISSION ST: 14TH ST to 15TH ST (1800 - 1899) | 1850 MISSION ST | 3547261 | 3547 3 | 261 | 17MFF-0196 | REQUESTED 1 | Hot dogs: bacon wrap hot dogs: chicken burgers: energy drinks: water & various drinks | 6006577.68992 | 2107569.1077799997 | 37.767355021369795 | -122.420517913829 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0196&ExportPDF=1&Filename=17MFF-0196_schedule.pdf | Su/Fr/Sa:7AM-5PM | 2017-10-27 | 0 | (37.7673550213698, -122.420517913829) | ||||
| 667 | 667 | 1039596 | Julie's Hot Dogs 124 | Truck 1 | 9121000 | MISSION ST: 19TH ST to 20TH ST (2300 - 2399) | 2365 MISSION ST | 3595024 | 3595 156 | 024 | 17MFF-0190 | APPROVED 5 | Hot dogs: Bacon wrapped hot dogs: soda: water: sports drinks: energy drinks: chips | 6007087.512999999 | 2104603.286 | 37.759240285150206 | -122.418544171117 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0190&ExportPDF=1&Filename=17MFF-0190_schedule.pdf | 08/28/2017 12:00:00 AM | 2017-08-24 | 0 | 03/15/2018 12:00:00 AM | (37.7592402851502, -122.418544171117) | ||
| 670 | 670 | 1010174 | Julie's Hot Dogs 124 | Truck 1 | 9121000 | MISSION ST: 19TH ST to 20TH ST (2300 - 2399) | 2386 MISSION ST | 3596119 | 3596 413 | 119 | 15MFF-0007 | REQUESTED 1 | Hot dogs: bacon-wrapped hot dogs: chicken burgers: energy drinks: water and various other drinks. | 6006843.48 | 2104477.0730000003 | 37.7588799920148 | -122.419379202984 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=15MFF-0007&ExportPDF=1&Filename=15MFF-0007_schedule.pdf | Tu/We/Th:12AM-3AM;Mo-We:12PM-12AM | 2015-02-23 | 0 | (37.7588799920148, -122.419379202984) | |||
| 673 | 673 | 1039786 | Julie's Hot Dogs 124 | 9117000 | MISSION ST: 17TH ST to CLARION ALY (2100 - 2131) | 2101 MISSION ST | 3575091 | 3575 414 | 091 | 17MFF-0196 | REQUESTED 1 | Hot dogs: bacon wrap hot dogs: chicken burgers: energy drinks: water & various drinks | 6006982.392000001 | 2106038.3140000002 | 37.7631746196338 | -122.419009514771 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0196&ExportPDF=1&Filename=17MFF-0196_schedule.pdf | Tu/We/Th:10AM-8PM | 2017-10-27 | 0 | (37.7631746196338, -122.419009514771) | 
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");