Street_Tree_List

Data source: data.sfgov.org

9 rows where DBH = 13 and qSpecies = 110

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37209 178397 Undocumented 2 Pittosporum eugenioides :: Tarata 110 127 Athens St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13     6004928.6124599995 2092474.3613599997 37.7258152443728 -122.42514766493 (37.7258152443728, -122.42514766493)
44513 233959 Undocumented 2 Pittosporum eugenioides :: Tarata 110 101 Albion St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 4ft   6005908.695780001 2106579.49211 37.7646000472828 -122.422761537821 (37.7646000472828, -122.422761537821)
46960 132377 Undocumented 2 Pittosporum eugenioides :: Tarata 110 20 Reed St 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13     6008207.47508 2117062.00893 37.793511965045205 -122.415552871766 (37.7935119650452, -122.415552871766)
52897 132364 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1 Maple St 1 Front Yard : Yard 7 Tree 1 Private 1     13     5996506.6886 2116107.7681400003 37.7902272326358 -122.455969252601 (37.7902272326358, -122.455969252601)
54276 194583 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1698 Galvez Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 8ft   6015441.64874 2098018.63828 37.7416270022859 -122.38919150780899 (37.7416270022859, -122.389191507809)
57415 194585 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1698 Galvez Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 8ft   6015429.91647 2098027.47569 37.741650617592 -122.389232691343 (37.741650617592, -122.389232691343)
62454 233971 Undocumented 2 Pittosporum eugenioides :: Tarata 110 175 Clifford Ter 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   5999325.700119999 2106527.04149 37.7640824109973 -122.44552650036002 (37.7640824109973, -122.44552650036)
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)
183631 194586 Undocumented 2 Pittosporum eugenioides :: Tarata 110 1698 Galvez Ave 8 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 8ft   6015412.99907 2098039.7697 37.7416834365362 -122.38929204481701 (37.7416834365362, -122.389292044817)

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