Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 8 and qSpecies = 87

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
35101 189111 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1290 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014187.98978 2103886.57813 37.757669542418796 -122.39393693794901 (37.7576695424188, -122.393936937949)
37107 189108 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1260 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014251.8819 2103889.6971400003 37.7576816571866 -122.393716189448 (37.7576816571866, -122.393716189448)
39867 189109 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1260 22nd St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014233.46906 2103889.79401 37.757680899967 -122.39377987586599 (37.757680899967, -122.393779875866)
51815 189110 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1280 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014210.0262 2103887.6489 37.757673707186 -122.393860801355 (37.757673707186, -122.393860801355)
104003 189106 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1240 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014286.83976 2103892.9881599997 37.757692636135005 -122.39359552023501 (37.757692636135, -122.393595520235)
180403 189112 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 699 Mississippi St 1 : 4 Tree 1 Private 1     8 Width 3ft   6014162.08856 2103908.83128 37.75772920525 -122.39402807344901 (37.75772920525, -122.394028073449)
184427 108452 Section 143 8 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 696 Pennsylvania Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 3x3   6014381.40925 2103952.1831400003 37.757860427147 -122.39327259977199 (37.757860427147, -122.393272599772)
185175 189105 Undocumented 2 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1230 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6014303.7497 2103893.88664 37.757696042764394 -122.39353710115 (37.7576960427644, -122.39353710115)

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