Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 14 and qSpecies = 110

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31583 132369 Undocumented 2 Pittosporum eugenioides :: Tarata 110 3100 Lyon St 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 10ft   5999059.80174 2119527.5303700003 37.7997631948618 -122.44738195283199 (37.7997631948618, -122.447381952832)
55400 247548 Undocumented 2 Pittosporum eugenioides :: Tarata 110 815 Buena Vista Ave West 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     14 Width 4ft   6000113.779519999 2108396.7627 37.7692611579062 -122.44293504992399 (37.7692611579062, -122.442935049924)
64626 132374 Undocumented 2 Pittosporum eugenioides :: Tarata 110 20 Reed St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14     6008210.17068 2117040.38905 37.7934527536983 -122.41554201335899 (37.7934527536983, -122.415542013359)
73279 132378 Undocumented 2 Pittosporum eugenioides :: Tarata 110 20 Reed St 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14     6008205.50053 2117066.58011 37.7935244053907 -122.415560027676 (37.7935244053907, -122.415560027676)
75547 132405 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2671 Leavenworth St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14     6007317.65081 2121868.01026 37.8066579786473 -122.418972771382 (37.8066579786473, -122.418972771382)
155205 132370 Undocumented 2 Pittosporum eugenioides :: Tarata 110 20 Reed St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14     6008212.89333 2117013.5005900003 37.793379077646996 -122.415530688191 (37.793379077647, -122.415530688191)
162232 211438 DPW Maintained 3 Pittosporum eugenioides :: Tarata 110 200x Terrace Dr 18 Median : Yard 3 Tree 1 DPW 2     14     5993827.4148 2096523.2728799998 37.736299185562004 -122.463817155848 (37.736299185562, -122.463817155848)
168536 132404 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2671 Leavenworth St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14     6007312.64985 2121879.37275 37.806688895542294 -122.418990884623 (37.8066888955423, -122.418990884623)
170256 211446 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1313 Bosworth St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6000201.81389 2096459.5971 37.736489617908504 -122.441773706798 (37.7364896179085, -122.441773706798)
177814 233970 Undocumented 2 Pittosporum eugenioides :: Tarata 110 59 Parnassus Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 4ft   5998449.53316 2106863.1940099997 37.7649553424266 -122.448581104347 (37.7649553424266, -122.448581104347)
182684 233967 Undocumented 2 Pittosporum eugenioides :: Tarata 110 26 Parnassus Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 4ft   5998528.05079 2106918.36073 37.765111305559294 -122.448313505688 (37.7651113055593, -122.448313505688)

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