Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 10 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24918 229203 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 4209 22nd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 4ft   6001100.65171 2102872.95003 37.75415033787171 -122.43912556401699 (37.7541503378717, -122.439125564017)
40555 46823 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 224 Avalon Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/25/2002 12:00:00 AM 10   Permit Number 44901 6003360.874919999 2092823.60752 37.7266855075134 -122.430592127338 (37.7266855075134, -122.430592127338)
51757 231166 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 355 Masonic Ave 12 Front Yard : Yard 7 Tree 1 Private 1     10 Width 3ft   6000259.5721 2106902.37004 37.76516623974771 -122.44232346596701 (37.7651662397477, -122.442323465967)
69000 56086 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 751 47th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   01/20/1993 12:00:00 AM 10   Permit Number 31549 5981328.96574 2110619.12567 37.774274230915 -122.508074577218 (37.774274230915, -122.508074577218)
112134 115817 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 399X CONNECTICUT ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6013409.0 2105275.0 37.761438521882205 -122.396728355206 (37.7614385218822, -122.396728355206)
126032 115814 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 399X CONNECTICUT ST 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6013409.0 2105275.0 37.761438521882205 -122.396728355206 (37.7614385218822, -122.396728355206)
126315 183700 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1341 42nd Ave 14 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 0ft   5983053.8914 2105774.5663 37.7610739488783 -122.501749341463 (37.7610739488783, -122.501749341463)
149058 101162 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 375 Connecticut St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 3x3   6013244.85552 2105309.86913 37.7615251276082 -122.397298512032 (37.7615251276082, -122.397298512032)

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