Street_Tree_List

Data source: data.sfgov.org

10 rows where PlotSize = "Width 6ft" and qSpecies = 78

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

PlotSize

  • Width 6ft · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25067 179355 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 8 Sidewalk: Property side : Yard 9 Tree 1 Private 1     14 Width 6ft   6007191.75083 2086844.1379 37.7104834321401 -122.41692541169901 (37.7104834321401, -122.416925411699)
47289 179359 Undocumented 2 Quercus ilex :: Holly Oak 78 220 Blythdale Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6006008.5127 2087093.06513 37.711100304999796 -122.42103260648001 (37.7111003049998, -122.42103260648)
56145 179358 Undocumented 2 Quercus ilex :: Holly Oak 78 200 Blythdale Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 6ft   6006198.74032 2087052.72887 37.7110002716272 -122.420372271187 (37.7110002716272, -122.420372271187)
122140 179350 Undocumented 2 Quercus ilex :: Holly Oak 78 241 Blythdale Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6005877.38555 2087080.87397 37.7110594380007 -122.42148494928401 (37.7110594380007, -122.421484949284)
157371 179356 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6007201.1629800005 2086840.57155 37.710474169120204 -122.416892628694 (37.7104741691202, -122.416892628694)
168544 179354 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   6007178.2893 2086848.4615900002 37.7104945468639 -122.41697224389999 (37.7104945468639, -122.4169722439)
171027 179352 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6007138.6649400005 2086865.4653599998 37.710539006644794 -122.41711039862301 (37.7105390066448, -122.417110398623)
173721 179353 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6007163.47347 2086852.8130299998 37.710505661580896 -122.417023758845 (37.7105056615809, -122.417023758845)
176399 179357 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 6ft   6007215.96527 2086835.5457 37.71046120179479 -122.416841112839 (37.7104612017948, -122.416841112839)
187965 179351 Undocumented 2 Quercus ilex :: Holly Oak 78 65 Blythdale Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 6ft   6006769.15045 2086918.2406 37.7106631220796 -122.41839126344601 (37.7106631220796, -122.418391263446)

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