Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 1 and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, qAddress

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31493 188360 Undocumented 2 Calocedrus decurrens :: Incense Cedar 177 1310 Indiana St 19 : Yard 23 Tree 1 Private 1     1     6014888.31128 2102546.96867 37.7540301569914 -122.391421271577 (37.7540301569914, -122.391421271577)
56522 194260 Undocumented 2 Persea americana :: Avocado 113 1310 Indiana St 24 : Yard 23 Tree 1 Private 1     1     6014928.75103 2102386.78077 37.7535925594679 -122.391270223251 (37.7535925594679, -122.391270223251)
75684 194428 Undocumented 2 Pinus contorta :: Shore Pine 423 1310 Indiana St 13 : Yard 23 Tree 1 Private 1     1     6014998.917640001 2102376.22038 37.7535674566975 -122.391026831646 (37.7535674566975, -122.391026831646)
157392 190908 Undocumented 2 Cotinus coggygria 'Royal Purple' :: Smoke tree 298 1 01st St 32 : Yard 23 Tree 1 Private 1     1     6014392.80706 2105893.3505 37.7631910848138 -122.393369022367 (37.7631910848138, -122.393369022367)
162156 193474 Undocumented 2 Mangifera indica :: Mango 549 1310 Indiana St 25 : Yard 23 Tree 1 Private 1     1     6014936.17409 2102358.6880200002 37.7535158347022 -122.391242588881 (37.7535158347022, -122.391242588881)
164046 194259 Undocumented 2 Persea americana :: Avocado 113 1310 Indiana St 22 : Yard 23 Tree 1 Private 1     1     6014914.86206 2102424.38068 37.753695030018 -122.391320882968 (37.753695030018, -122.391320882968)
165387 191435 Undocumented 2 Ligustrum lucidum :: Glossy Privet 55 1310 Indiana St 1 : Yard 23 Tree 1 Private 1     1     6014946.60084 2102566.4575099996 37.75408690420971 -122.39122105282699 (37.7540869042097, -122.391221052827)
180257 189221 Undocumented 2 Agonis flexuosa 'After Dark' :: Peppermint willow 'After Dark' 274 1310 Indiana St 14 : Yard 23 Tree 1 Private 1     1     6015010.96324 2102373.3642599997 37.7535602828051 -122.39098497537901 (37.7535602828051, -122.390984975379)

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