Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 4 and qSpecies = 110

View and edit SQL

Suggested facets: qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
58870 132398 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2836 Larkin St 4 Side Yard : Yard 17 Tree 1 Private 1     6     6006507.37075 2120957.5617299997 37.8041124601724 -122.421712196283 (37.8041124601724, -122.421712196283)
61763 132373 Undocumented 2 Pittosporum eugenioides :: Tarata 110 20 Reed St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7     6008208.92851 2117034.44521 37.793436363556204 -122.415545890356 (37.7934363635562, -122.415545890356)
72084 132393 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2833 Larkin St 4 Side Yard : Yard 17 Tree 1 Private 1     17     6006475.56322 2120927.38496 37.8040278087899 -122.42182012391001 (37.8040278087899, -122.42182012391)
72992 233966 Undocumented 2 Pittosporum eugenioides :: Tarata 110 16 Parnassus Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 4ft   5998617.81903 2106930.99425 37.765151125749995 -122.448003930257 (37.76515112575, -122.448003930257)
75850 132406 Undocumented 2 Pittosporum eugenioides :: Tarata 110 2671 Leavenworth St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     25     6007315.11916 2121861.5465700002 37.8066400884465 -122.41898107391701 (37.8066400884465, -122.418981073917)
133226 122244 Undocumented 2 Pittosporum eugenioides :: Tarata 110 47 Lake St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 3ft   5990784.64686 2114787.2699700003 37.7862714344765 -122.475670418927 (37.7862714344765, -122.475670418927)
155600 247629 Undocumented 2 Pittosporum eugenioides :: Tarata 110 286 Bradford St 4 Front Yard : Yard 7 Tree 1 Private 1     12     6009493.3855 2096955.4623099999 37.738376205786096 -122.409683658684 (37.7383762057861, -122.409683658684)
176993 132379 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1680 Taylor St 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     8 Width 3ft   6008770.01559 2118776.57909 37.7982513562644 -122.41372776333401 (37.7982513562644, -122.413727763334)
177634 132387 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1468 Greenwich St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6005806.0966 2119662.42569 37.8005167781868 -122.424046850703 (37.8005167781868, -122.424046850703)
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)
185912 178400 Undocumented 2 Pittosporum eugenioides :: Tarata 110 802 Excelsior Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 6ft   6004451.61665 2091406.41613 37.7228559442383 -122.426720588195 (37.7228559442383, -122.426720588195)
188984 132403 Undocumented 2 Pittosporum eugenioides :: Tarata 110 93 MacOndray Ln 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     17     6008160.59399 2119098.20458 37.799100218256704 -122.415859337341 (37.7991002182567, -122.415859337341)

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