Street_Tree_List

Data source: data.sfgov.org

9 rows where qCaretaker = 2 and qSiteInfo = 19

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qAddress, SiteOrder, DBH, XCoord, YCoord, Latitude, Longitude, Location

qCaretaker

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
49960 105135 DPW Maintained 3 Pittosporum undulatum :: Victorian Box 26 175X ESMERALDA AVE 1 unknown : Yard 19 Tree 1 DPW 2     26     6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)
85853 114950 Property Tree 7 Pinus radiata :: Monterey Pine 3 1X WOODACRE DR 2 unknown : Yard 19 Tree 1 DPW 2       30x100   5991187.0 2095315.0 37.732829063550795 -122.47285799850201 (37.7328290635508, -122.472857998502)
98700 105140 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 125X ESMERALDA AVE 1 unknown : Yard 19 Tree 1 DPW 2     12     6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)
109114 105137 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 175X ESMERALDA AVE 3 unknown : Yard 19 Tree 1 DPW 2     18     6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)
111345 114949 Property Tree 7 Pinus radiata :: Monterey Pine 3 1X WOODACRE DR 1 unknown : Yard 19 Tree 1 DPW 2     30 30x100   5991187.0 2095315.0 37.732829063550795 -122.47285799850201 (37.7328290635508, -122.472857998502)
117494 107817 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 501X BROTHERHOOD WAY   unknown : Yard 19 Tree 1 DPW 2           5991892.0 2087849.0 37.712370053151204 -122.469877266524 (37.7123700531512, -122.469877266524)
128729 105136 DPW Maintained 3 Leptospermum laevigatum :: Australian Tea Tree 38 175X ESMERALDA AVE 2 unknown : Yard 19 Tree 1 DPW 2           6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)
139638 105139 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 175X ESMERALDA AVE 4 unknown : Yard 19 Tree 1 DPW 2     25     6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)
143716 105138 DPW Maintained 3 Pinus radiata :: Monterey Pine 3 175X ESMERALDA AVE 4 unknown : Yard 19 Tree 1 DPW 2     25     6007213.0 2098808.0 37.7433348108676 -122.41769940776301 (37.7433348108676, -122.417699407763)

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 73.702ms · Data source: data.sfgov.org