Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 11 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlantDate

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
40553 47792 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2466 26th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 06/12/2002 12:00:00 AM 11   Permit Number 45564 5988315.495 2098517.9974 37.741457006412396 -122.483020075133 (37.7414570064124, -122.483020075133)
52666 229192 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1398 Minna St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 2ft   6006972.66555 2107385.2527 37.766872449736496 -122.419138702592 (37.7668724497365, -122.419138702592)
130688 30722 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 440 Page St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/31/1995 12:00:00 AM 11   Permit Number 34622 6004437.7336 2109825.5331 37.7734297877263 -122.428080542915 (37.7734297877263, -122.428080542915)
161275 46770 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 74 Cotter St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/25/2002 12:00:00 AM 11   Permit Number 44866 6002279.18771 2093299.47757 37.7279308005674 -122.4343654884 (37.7279308005674, -122.4343654884)
178167 46782 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 86 Theresa St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/25/2002 12:00:00 AM 11   Permit Number 44873 6002371.043380001 2093537.4408599997 37.7285894073556 -122.434064944849 (37.7285894073556, -122.434064944849)
182760 229195 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2602 Folsom St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 4ft   6008231.941319999 2103239.86149 37.75556099464921 -122.41448969596 (37.7555609946492, -122.41448969596)
184775 101165 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 375 Connecticut St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 7x5   6013242.09547 2105356.3097200003 37.7616524895954 -122.397311314777 (37.7616524895954, -122.397311314777)
187352 231154 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 114 Nevada St 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     11 Width 3ft   6009037.91802 2097949.68655 37.7410805949011 -122.411328665303 (37.7410805949011, -122.411328665303)

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