Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 4 and qSpecies = 96

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, PlotSize

qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
32032 197020 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2251 Silver Ave 4 : 4 Tree 1 Private 1     7 Width 3ft   6012818.66799 2096282.81423 37.736715035672496 -122.398139200966 (37.7367150356725, -122.398139200966)
35034 197023 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1609 Kirkwood Ave 2 : 4 Tree 1 Private 1     3 Width 3ft   6015126.90438 2096778.6631 37.738204831888 -122.390193188884 (37.738204831888, -122.390193188884)
75148 197021 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 48 Lucy St 1 : 4 Tree 1 Private 1     7 Width 2ft   6014107.2197 2093837.90133 37.730073491982104 -122.39351302630199 (37.7300734919821, -122.393513026302)
149503 197022 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1609 Kirkwood Ave 1 : 4 Tree 1 Private 1     4 Width 3ft   6015117.14922 2096785.42707 37.7382228632804 -122.39022739009701 (37.7382228632804, -122.390227390097)
159175 241391 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1 Scott St 1 : 4 Tree 1 Private 1     8 Width 3ft   6002400.13721 2108362.4084400004 37.769296916741 -122.43502420851401 (37.769296916741, -122.435024208514)

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