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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12 | 12 | 665094 | Gour Chaat 10 | Push Cart 2 | 8742101 | MARKET ST: 01ST ST \ BUSH ST to 02ND ST (501 - 599) -- SOUTH -- | 555 MARKET ST | 3708057 | 3708 4 | 057 | 15MFF-0044 | REQUESTED 1 | Chaats: vegeterian wraps: chai: soft drinks | 6012693.864 | 2115651.384 | 37.7898898782098 | -122.399930411351 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=15MFF-0044&ExportPDF=1&Filename=15MFF-0044_schedule.pdf | Mo-We:8AM-6PM | 2015-03-09 | 0 | (37.7898898782098, -122.399930411351) | |||
31 | 31 | 665120 | Gour Chaat 10 | Push Cart 2 | 3524000 | CALIFORNIA ST: DRUMM ST to DAVIS ST (1 - 99) | 1 CALIFORNIA ST | 0264004 | 0264 30 | 004 | 15MFF-0044 | REQUESTED 1 | Chaats: vegeterian wraps: chai: soft drinks | 6013552.57 | 2116844.5 | 37.7932137316634 | -122.397043036718 | http://bsm.sfdpw.org/PermitsTracker/reports/report.aspx?title=schedule&report=rptSchedule¶ms=permit=15MFF-0044&ExportPDF=1&Filename=15MFF-0044_schedule.pdf | Th/Fr/Sa:8AM-6PM | 2015-03-09 | 0 | (37.7932137316634, -122.397043036718) |
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");