Street_Tree_List

Data source: data.sfgov.org

7 rows where qSiteInfo = 4 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qCaretaker, DBH, PlotSize

qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1173 190143 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1200 Fairfax Ave 7 : 4 Tree 1 DPW 2   03/18/2017 10:47:00 AM 3 Width 4ft   6017523.521480001 2096815.65975 37.738439056714704 -122.381909364434 (37.7384390567147, -122.381909364434)
42327 192801 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1919 22nd St 4 : 4 Tree 1 Private 1     4 Width 3ft   6012353.86378 2103736.47851 37.7571552983898 -122.400269594186 (37.7571552983898, -122.400269594186)
43517 208531 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 136 Garfield St 1 : 4 Tree 1 Private 1     4 Width 3ft   5993591.87174 2090510.0333599998 37.7197747266151 -122.464195105813 (37.7197747266151, -122.464195105813)
44633 192802 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2045 Oakdale Ave 1 : 4 Tree 1 Private 1     2 Width 3ft   6012639.35 2097237.2593400003 37.7393257522849 -122.398826149926 (37.7393257522849, -122.398826149926)
46342 246446 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 453 Duncan St 1 : 4 Tree 1 Private 1     7 Width 4ft   6003581.5934 2099789.36791 37.7458244008674 -122.43032587405399 (37.7458244008674, -122.430325874054)
177493 247562 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1050 Crescent Ave 4 : 4 Tree 1 Private 1     15 Width 4ft   6008940.711209999 2095579.02322 37.7345658160544 -122.411497325053 (37.7345658160544, -122.411497325053)
181395 246447 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 449 Duncan St 1 : 4 Tree 1 Private 1     4 Width 3ft   6003605.22415 2099791.4643200003 37.74583149562061 -122.43024431183399 (37.7458314956206, -122.430244311834)

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