Data source: data.sfgov.org
This data as json, CSV (advanced)
Suggested facets: block, dayshours, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
597 | 597 | 960996 | Golden Catering 110 | Truck 1 | 5374000 | EXECUTIVE PARK BLVD: CRESCENT WAY to HARNEY WAY (300 - 399) | 301 EXECUTIVE PARK BLVD | 4991240 | 4991 93 | 240 | 17MFF-0179 | APPROVED 5 | Cold Truck: Pre-packaged Sandwiches: Various Beverages: Salads: Snacks | 6014982.643019999 | 2087104.0558 | 37.711632281194895 | -122.390016333636 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0179&ExportPDF=1&Filename=17MFF-0179_schedule.pdf | Mo-Su:10AM-11AM | 05/12/2017 12:00:00 AM | 2017-04-12 | 1 | 03/15/2018 12:00:00 AM | (37.7116322811949, -122.390016333636) | |
598 | 598 | 960998 | Golden Catering 110 | Truck 1 | 4494000 | CRESCENT AVE: ANDERSON ST to ELLSWORTH ST (600 - 699) | 601 CRESCENT AVE | 5741016 | 5741 389 | 016 | 17MFF-0179 | APPROVED 5 | Cold Truck: Pre-packaged Sandwiches: Various Beverages: Salads: Snacks | 6007810.618 | 2095762.19 | 37.735005299128396 | -122.415417409745 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0179&ExportPDF=1&Filename=17MFF-0179_schedule.pdf | Mo/Tu/We/Th/Fr:11AM-12PM | 05/12/2017 12:00:00 AM | 2017-04-12 | 1 | 03/15/2018 12:00:00 AM | (37.7350052991284, -122.415417409745) | |
599 | 599 | 960995 | Golden Catering 110 | Truck 1 | 5372202 | EXECUTIVE PARK BLVD: EMERALD COVE WAY to CANDLESTICK COVE WAY (101 - 137) | 101 EXECUTIVE PARK BLVD | 4991241 | 4991 93 | 241 | 17MFF-0179 | APPROVED 5 | Cold Truck: Pre-packaged Sandwiches: Various Beverages: Salads: Snacks | 0.0 | 0.0 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0179&ExportPDF=1&Filename=17MFF-0179_schedule.pdf | Mo-Su:10AM-11AM | 05/12/2017 12:00:00 AM | 2017-04-12 | 1 | 03/15/2018 12:00:00 AM | (0, 0) | |||
600 | 600 | 960997 | Golden Catering 110 | Truck 1 | 7428000 | JAMESTOWN AVE: GRIFFITH ST to CORONADO ST (800 - 850) | 835 JAMESTOWN AVE | 4991277 | 4991 93 | 277 | 17MFF-0179 | APPROVED 5 | Cold Truck: Pre-packaged Sandwiches: Various Beverages: Salads: Snacks | 6014385.405 | 2089134.4340000001 | 37.717174161803605 | -122.392222474624 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0179&ExportPDF=1&Filename=17MFF-0179_schedule.pdf | Mo-Su:10AM-11AM | 05/12/2017 12:00:00 AM | 2017-04-12 | 1 | 03/15/2018 12:00:00 AM | (37.7171741618036, -122.392222474624) | |
601 | 601 | 960994 | Golden Catering 110 | Truck 1 | 2825101 | BAY SHORE BLVD: LELAND AVE to VISITACION AVE (2401 - 2499) -- EAST -- | 2401 BAY SHORE BLVD | 5087003A | 5087 390 | 003A | 17MFF-0179 | APPROVED 5 | Cold Truck: Pre-packaged Sandwiches: Various Beverages: Salads: Snacks | 6011284.7979999995 | 2086924.615 | 37.710933792981 | -122.40278453801001 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=17MFF-0179&ExportPDF=1&Filename=17MFF-0179_schedule.pdf | Mo-Fr:10AM-11AM | 05/12/2017 12:00:00 AM | 2017-04-12 | 1 | 03/15/2018 12:00:00 AM | (37.710933792981, -122.40278453801) |
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");