Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 6, qLegalStatus = 3 and qSpecies = 8

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
21690 4077 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3200X Cesar Chavez St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3X3   6008348.6867 2100615.53254 37.7483617364081 -122.413900318962 (37.7483617364081, -122.413900318962)
88090 4078 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3200X Cesar Chavez St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3X3   6008412.1891644 2100602.6212259 37.7483298510109 -122.413679815119 (37.7483298510109, -122.413679815119)
164886 115968 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1599x 30th Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4     6 3x3   5986813.3885 2104648.6042 37.7582024774349 -122.48866427663799 (37.7582024774349, -122.488664276638)
175061 115966 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1599x 30th Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4     6 3x3   5986811.649 2104717.0256 37.7583902423484 -122.488675321582 (37.7583902423484, -122.488675321582)

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