Street_Tree_List

Data source: data.sfgov.org

112 rows where qLegalStatus = 2 and qSpecies = 96

View and edit SQL

qLegalStatus

  • Undocumented · 12
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
172670 213901 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 95 Westwood Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5995124.969409999 2093273.24619 37.7274500913228 -122.459095741174 (37.7274500913228, -122.459095741174)
173456 213885 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 310 Moraga St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   5993322.888280001 2103946.18748 37.75665153504929 -122.466100743157 (37.7566515350493, -122.466100743157)
176939 213887 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2567 15th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5991715.1256 2097973.83861 37.7401601216784 -122.471225799651 (37.7401601216784, -122.471225799651)
177111 213905 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1434 Plymouth Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   5995905.10598 2093569.6319099998 37.72830871277029 -122.456420245524 (37.7283087127703, -122.456420245524)
179761 213874 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 31 Northgate Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 2ft   5994391.73766 2093905.5180799998 37.7291439769931 -122.461676330511 (37.7291439769931, -122.461676330511)
180454 241397 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 132 Grattan St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   5997957.14127 2106523.41576 37.7639942306689 -122.45025966195 (37.7639942306689, -122.45025966195)
180476 213897 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2365 Funston Ave 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     8 Width 3ft   5992305.54148 2099333.17505 37.7439266478918 -122.46928331439399 (37.7439266478918, -122.469283314394)
181127 213876 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 31 Northgate Dr 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5994382.65367 2093880.64548 37.729075159987296 -122.461705931702 (37.7290751599873, -122.461705931702)
182249 124498 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 2700 Golden Gate Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   5996593.30125 2111311.24634 37.7770622288898 -122.455322791721 (37.7770622288898, -122.455322791721)
185046 239134 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 28 Woodland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 2ft   5997077.24933 2106444.80273 37.7637279854922 -122.45329725527 (37.7637279854922, -122.45329725527)
187001 213867 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 149 Wawona St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 3ft   5992890.5132 2098130.93383 37.7406593839363 -122.467173239557 (37.7406593839363, -122.467173239557)
188165 213870 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 340 San Leandro Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5992329.85759 2094645.8649 37.731057880912104 -122.468858209345 (37.7310578809121, -122.468858209345)

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