Mobile_Food_Facility_Permit

Data source: data.sfgov.org

4 rows where "Received" is on date 2017-03-02

View and edit SQL

Suggested facets: Applicant, permit, FoodItems, Schedule

Received (date)

  • 2017-03-02 · 4
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
219 944367 Off the Grid Services, LLC 28 Truck 1 3075000 BRANNAN ST: STANFORD ST to JACK LONDON ALY (324 - 353) 340 BRANNAN ST 3775015 3775 68 015 17MFF-0131 APPROVED 5 Everything 6014566.387 2112472.164 37.781264686022794 -122.39322904153799 http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule&params=permit=17MFF-0131&ExportPDF=1&Filename=17MFF-0131_schedule.pdf Tu/Th:8AM-3PM   03/02/2017 12:00:00 AM 2017-03-02 0 03/15/2018 12:00:00 AM (37.7812646860228, -122.393229041538)
220 944365 SF Cart Project 55 Truck 1 15019101 MISSION BAY BLVD SOUTH: 03RD ST \ MISSION BAY BLVD to 04TH ST \ MISSION BAY BLVD (501 - 599) 535 MISSION BAY BLVD SOUTH 8711007 8711 52 007 17MFF-0130 APPROVED 5 7 Multiple Trucks on rotation (1 on Mission Bay Blvd South & 6 on 4th St). Serving everything but hot dogs 6014983.883280001 2108042.28534 37.769124412168104 -122.391474911246 http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule&params=permit=17MFF-0130&ExportPDF=1&Filename=17MFF-0130_schedule.pdf Mo-Fr:10AM-3PM   03/02/2017 12:00:00 AM 2017-03-02 0 03/15/2018 12:00:00 AM (37.7691244121681, -122.391474911246)
221 944366 Off the Grid Services, LLC 28 Truck 1 307000 05TH ST: BLUXOME ST to TOWNSEND ST (650 - 699) 670 05TH ST 3785002 3785 183 002 17MFF-0131 APPROVED 5 Everything 6013152.64 2110433.77 37.775589079959396 -122.39797690638001 http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule&params=permit=17MFF-0131&ExportPDF=1&Filename=17MFF-0131_schedule.pdf Mo/We/Fr:8AM-3PM   03/02/2017 12:00:00 AM 2017-03-02 0 03/15/2018 12:00:00 AM (37.7755890799594, -122.39797690638)
223 944368 Off the Grid Services, LLC 28 Truck 1 2953000 BERRY ST: 03RD ST to 04TH ST (100 - 199) 185 BERRY ST 3803005 3803 91 005 17MFF-0132 APPROVED 5 everything except for hot dogs 6014943.869 2110666.298 37.7763271477899 -122.39179682107701 http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule&params=permit=17MFF-0132&ExportPDF=1&Filename=17MFF-0132_schedule.pdf Su:10AM-6PM   03/02/2017 12:00:00 AM 2017-03-02 0 03/15/2018 12:00:00 AM (37.7763271477899, -122.391796821077)

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Query took 77.748ms · Data source: data.sfgov.org