Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 14 and qSpecies = 178

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
36048 120371 Undocumented 2 Syzygium australe :: Eugenia 178 825 25th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   5988171.94013 2110348.88368 37.773933062683895 -122.48438394873502 (37.7739330626839, -122.484383948735)
40386 197821 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 6ft   6011948.3491 2091445.19124 37.7233834118888 -122.40080852368799 (37.7233834118888, -122.400808523688)
45375 120368 Undocumented 2 Syzygium australe :: Eugenia 178 829 25th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 2ft   5988175.12553 2110297.45159 37.773792029982204 -122.48436915709 (37.7737920299822, -122.48436915709)
137585 197824 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 13 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 6ft   6011961.73381 2091401.10214 37.723263098784706 -122.40075915902399 (37.7232630987847, -122.400759159024)
171775 197817 Undocumented 2 Syzygium australe :: Eugenia 178 1600 Bay Shore Blvd 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 6ft   6011940.31193 2091472.8608799998 37.723458938768104 -122.400838249897 (37.7234589387681, -122.400838249897)
180023 120369 Undocumented 2 Syzygium australe :: Eugenia 178 829 25th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 2ft   5988175.92515 2110309.94314 37.7738263748582 -122.484367307463 (37.7738263748582, -122.484367307463)

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