Street_Tree_List

Data source: data.sfgov.org

4 rows where PlotSize = "Width 5ft" and qSiteInfo = 13

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder

PlotSize

  • Width 5ft · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44939 223816 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     45 Width 5ft   6002135.08017 2096585.1811900001 37.7369444095655 -122.435098574335 (37.7369444095655, -122.435098574335)
72621 220551 Undocumented 2 Aesculus californica :: California Buckeye 338 11 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     21 Width 5ft   6002176.285680001 2096385.2225400002 37.736397708979794 -122.434941812622 (37.7363977089798, -122.434941812622)
75944 242822 Undocumented 2 Tree(s) :: 17 18 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     46 Width 5ft   6002178.85689 2096424.55585 37.7365058551638 -122.434935735002 (37.7365058551638, -122.434935735002)
174189 242821 Undocumented 2 Tree(s) :: 17 18 Ohlone Way 2 Back Yard : Yard 13 Tree 1 Private 1     37 Width 5ft   6002176.86514 2096431.6975599998 37.7365253515621 -122.43494313191499 (37.7365253515621, -122.434943131915)

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