Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 3 and qCareAssistant = 7

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qSiteInfo, qCaretaker

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1905 251810 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 2 Hangah St 3 Unaccepted Street : Cutout 20 Tree 1 DPW for City Agency 10 Rec/Park 7     3x3   6010544.0 2117119.0 37.7937995065594 -122.40747229387699 (37.7937995065594, -122.407472293877)
4715 103364 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 1171X Sacramento St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 Rec/Park 7   3 3x3   6009173.30525 2116699.27717 37.79257023366971 -122.412185363057 (37.7925702336697, -122.412185363057)
103230 115745 Undocumented 2 Ficus nitida :: Laurel Fig 43 1X POND ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Public Library 14 Rec/Park 7   20 3x3   6003250.0 2106477.0 37.764168263011996 -122.43194992880301 (37.764168263012, -122.431949928803)
106877 94298 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2 Rec/Park 7         6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
140230 103354 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 1000X Taylor St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 Rec/Park 7   10 3x3   6009105.1 2116370.5 37.7916636644225 -122.412398106821 (37.7916636644225, -122.412398106821)

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "Street_Tree_List" (
"TreeID" INTEGER,
  "qLegalStatus" INTEGER,
  "qSpecies" INTEGER,
  "qAddress" TEXT,
  "SiteOrder" INTEGER,
  "qSiteInfo" INTEGER,
  "PlantType" INTEGER,
  "qCaretaker" INTEGER,
  "qCareAssistant" INTEGER,
  "PlantDate" TEXT,
  "DBH" INTEGER,
  "PlotSize" TEXT,
  "PermitNotes" TEXT,
  "XCoord" REAL,
  "YCoord" REAL,
  "Latitude" REAL,
  "Longitude" REAL,
  "Location" TEXT
,
FOREIGN KEY ("PlantType") REFERENCES [PlantType](id),
    FOREIGN KEY ("qCaretaker") REFERENCES [qCaretaker](id),
    FOREIGN KEY ("qSpecies") REFERENCES [qSpecies](id),
    FOREIGN KEY ("qSiteInfo") REFERENCES [qSiteInfo](id),
    FOREIGN KEY ("qCareAssistant") REFERENCES [qCareAssistant](id),
    FOREIGN KEY ("qLegalStatus") REFERENCES [qLegalStatus](id));
CREATE INDEX ["Street_Tree_List_PlantType"] ON [Street_Tree_List]("PlantType");
CREATE INDEX ["Street_Tree_List_qCaretaker"] ON [Street_Tree_List]("qCaretaker");
CREATE INDEX ["Street_Tree_List_qSpecies"] ON [Street_Tree_List]("qSpecies");
CREATE INDEX ["Street_Tree_List_qSiteInfo"] ON [Street_Tree_List]("qSiteInfo");
CREATE INDEX ["Street_Tree_List_qCareAssistant"] ON [Street_Tree_List]("qCareAssistant");
CREATE INDEX ["Street_Tree_List_qLegalStatus"] ON [Street_Tree_List]("qLegalStatus");
Powered by Datasette · Query took 46.671ms · Data source: data.sfgov.org