Street_Tree_List

Data source: data.sfgov.org

7 rows where PlotSize = "Width 10ft" and qSiteInfo = 13

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder

PlotSize

  • Width 10ft · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
35110 176590 Undocumented 2 Juglans nigra :: Eastern black walnut 288 4103 Alemany Blvd 1 Back Yard : Yard 13 Tree 1 Private 1     23 Width 10ft   5991596.71486 2086796.0596 37.7094618598487 -122.470821200944 (37.7094618598487, -122.470821200944)
43436 132413 Undocumented 2 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 193 8 Codman Pl 6 Back Yard : Yard 13 Tree 1 Private 1     11 Width 10ft   6009827.38182 2117300.98565 37.7942590579634 -122.409964721995 (37.7942590579634, -122.409964721995)
47731 227663 Undocumented 2 Laurus nobilis :: Sweet Bay: Grecian Laurel 30 6 Unnamed 011 1 Back Yard : Yard 13 Tree 1 Private 1     13 Width 10ft   6002739.4908 2096074.90228 37.735577602816896 -122.432972414242 (37.7355776028169, -122.432972414242)
161916 132415 Undocumented 2 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 193 8 Codman Pl 4 Back Yard : Yard 13 Tree 1 Private 1     8 Width 10ft   6009831.3064 2117286.6196 37.7942198322406 -122.409950127822 (37.7942198322406, -122.409950127822)
163838 239218 Undocumented 2 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 147 100 Hwy 101 Southbound 1 Back Yard : Yard 13 Tree 1 Private 1     3 Width 10ft   6005833.18575 2109028.0269 37.771318879598105 -122.423196768328 (37.7713188795981, -122.423196768328)
164588 132414 Undocumented 2 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 193 8 Codman Pl 5 Back Yard : Yard 13 Tree 1 Private 1     15 Width 10ft   6009830.1634599995 2117290.7141400003 37.794231010794704 -122.409954371722 (37.7942310107947, -122.409954371722)
168653 132412 Undocumented 2 Pittosporum tenuifolium :: Tawhiwhi Pittosporum 193 8 Codman Pl 7 Back Yard : Yard 13 Tree 1 Private 1     6 Width 10ft   6009828.26061 2117303.30498 37.7942654755313 -122.40996184507601 (37.7942654755313, -122.409961845076)

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