Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 3 and qSpecies = 112

View and edit SQL

Suggested facets: DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
33003 194020 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 1 Median : Yard 3 Tree 1 DPW 2     6     6011361.40113 2093925.29225 37.7301604996095 -122.403011863611 (37.7301604996095, -122.403011863611)
38678 194023 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 4 Median : Yard 3 Tree 1 DPW 2     7 Width 10ft   6011366.79301 2093982.63877 37.730318262277606 -122.402997255042 (37.7303182622776, -122.402997255042)
38839 194025 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 6 Median : Yard 3 Tree 1 DPW 2     12 Width 10ft   6011395.816869999 2093961.4424599998 37.730261682333605 -122.402895424807 (37.7302616823336, -122.402895424807)
73605 194022 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 3 Median : Yard 3 Tree 1 DPW 2     15 Width 8ft   6011349.26404 2093964.0599200001 37.7302662697704 -122.403056549132 (37.7302662697704, -122.403056549132)
131420 194026 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 7 Median : Yard 3 Tree 1 DPW 2     12 Width 10ft   6011390.96705 2093942.9768299998 37.730210708757504 -122.40291089314199 (37.7302107087575, -122.402910893142)
150276 194024 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 5 Median : Yard 3 Tree 1 DPW 2     8 Width 10ft   6011380.0136 2093972.7166799998 37.7302917565413 -122.4029508518 (37.7302917565413, -122.4029508518)
173363 194027 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 8 Median : Yard 3 Tree 1 DPW 2     14     6011379.88735 2093929.83608 37.730174008312 -122.40294827345501 (37.730174008312, -122.402948273455)
174310 194021 DPW Maintained 3 Morus alba :: White Mulberry 112 1100x Bay Shore Blvd 2 Median : Yard 3 Tree 1 DPW 2     11     6011358.20125 2093944.86355 37.730214059626 -122.403024302127 (37.730214059626, -122.403024302127)

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