Street_Tree_List

Data source: data.sfgov.org

10 rows where qAddress = "4090 20th St" and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, DBH

qAddress

  • 4090 20th St · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
48818 222665 Undocumented 2 Ceanothus Sps :: California lilac 270 4090 20th St 4 : Yard 23 Tree 1 Private 1     8 Width 3ft   6003145.04093 2104185.04238 37.7578691478694 -122.432149263871 (37.7578691478694, -122.432149263871)
65367 222666 Undocumented 2 Ceanothus Sps :: California lilac 270 4090 20th St 5 : Yard 23 Tree 1 Private 1     8 Width 3ft   6003140.83414 2104172.66898 37.7578349349576 -122.432162929082 (37.7578349349576, -122.432162929082)
74715 234488 Undocumented 2 Pinus Spp :: Pine Spp 105 4090 20th St 7 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003119.17834 2104176.3954 37.7578439389691 -122.43223808994101 (37.7578439389691, -122.432238089941)
146754 240351 Undocumented 2 Quercus suber :: Cork Oak 76 4090 20th St 1 : Yard 23 Tree 1 Private 1     22 Width 3ft   6003153.88022 2104182.56452 37.7578628454134 -122.432118516979 (37.7578628454134, -122.432118516979)
152563 234500 Undocumented 2 Pinus muricata :: Bishop Pine 302 4090 20th St 8 : Yard 23 Tree 1 Private 1     9 Width 3ft   6003098.9698 2104154.51537 37.757782715804204 -122.43230641682699 (37.7577827158042, -122.432306416827)
157410 233500 Undocumented 2 Pistacia chinensis :: Chinese Pistache 150 4090 20th St 10 : Yard 23 Tree 1 Private 1     3 Width 3ft   6003098.24212 2104183.0577 37.7578610449587 -122.43231097188601 (37.7578610449587, -122.432310971886)
164374 222115 Undocumented 2 Corymbia ficifolia :: Red Flowering Gum 60 4090 20th St 9 : Yard 23 Tree 1 Private 1     15 Width 3ft   6003100.58415 2104168.90978 37.757822330949004 -122.432301861758 (37.757822330949, -122.432301861758)
172054 222663 Undocumented 2 Ceanothus Sps :: California lilac 270 4090 20th St 2 : Yard 23 Tree 1 Private 1     9 Width 3ft   6003162.223809999 2104187.96649 37.7578781509761 -122.43209004713002 (37.7578781509761, -122.43209004713)
178126 224454 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 4090 20th St 6 : Yard 23 Tree 1 Private 1     12 Width 3ft   6003124.6046 2104168.08557 37.7578214298263 -122.432218730236 (37.7578214298263, -122.432218730236)
179643 222664 Undocumented 2 Ceanothus Sps :: California lilac 270 4090 20th St 3 : Yard 23 Tree 1 Private 1     9 Width 3ft   6003149.42788 2104190.19818 37.7578835531891 -122.432134460156 (37.7578835531891, -122.432134460156)

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