Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 5, qSiteInfo = 4 and qSpecies = 51

View and edit SQL

Suggested facets: SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
35858 246494 Undocumented 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 365 Duncan St 1 : 4 Tree 1 Private 1     5 Width 4ft   6004182.0093 2099825.58993 37.745957849487795 -122.428252301803 (37.7459578494878, -122.428252301803)
71676 198301 Undocumented 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 2651 Phelps St 3 : 4 Tree 1 Private 1     5 Width 3ft   6011883.57095 2093392.9889900002 37.728728050461 -122.401169254354 (37.728728050461, -122.401169254354)
138221 247570 Undocumented 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 398 Alemany Blvd 1 : 4 Tree 1 Private 1     5 Width 3ft   6008218.8093 2095126.8275400002 37.7332836661113 -122.41396121114401 (37.7332836661113, -122.413961211144)
174349 247046 Undocumented 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 555 Valley St 1 : 4 Tree 1 Private 1     5 Width 2ft   6002319.09845 2099130.9656 37.7439449895856 -122.434644325878 (37.7439449895856, -122.434644325878)
176463 201658 Undocumented 2 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 100 Dore St 1 : 4 Tree 1 Private 1     5 Width 2ft   6009046.738390001 2109625.79413 37.773141038252604 -122.412123157881 (37.7731410382526, -122.412123157881)

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