Street_Tree_List

Data source: data.sfgov.org

17 rows where DBH = 12 and qSpecies = 96

View and edit SQL

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
111702 16076 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 258X Monterey Blvd 4 Median : Cutout 11 Tree 1 DPW 2     12 5   6000364.9354737 2094709.7194476002 37.7316941555853 -122.441084223383 (37.7316941555853, -122.441084223383)
114201 16075 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 258X Monterey Blvd 3 Median : Cutout 11 Tree 1 DPW 2     12 5   6000364.9354737 2094709.7194476002 37.7316941555853 -122.441084223383 (37.7316941555853, -122.441084223383)
114263 18659 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 7 Richards Ct 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3x3   6016312.43294 2095882.6817 37.7358103329414 -122.386031740711 (37.7358103329414, -122.386031740711)
127845 16073 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 258X Monterey Blvd 1 Median : Cutout 11 Tree 1 DPW 2     12 5   6000364.9354737 2094709.7194476002 37.7316941555853 -122.441084223383 (37.7316941555853, -122.441084223383)
134659 213908 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 9 Locksley Ave 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     12 Width 3ft   5994103.8781 2104889.3347400003 37.7592862006088 -122.46346826115101 (37.7592862006088, -122.463468261151)
141148 16008 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 100X Monterey Blvd 2 Median : Cutout 11 Tree 1 DPW 2   04/06/1998 12:00:00 AM 12 8   6001411.931226401 2094682.0759854 37.7316778334432 -122.437462576871 (37.7316778334432, -122.437462576871)
145632 16107 DPW Maintained 3 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 300X Monterey Blvd 5 Median : Cutout 11 Tree 1 DPW 2     12 5   6000087.992657701 2094703.0882103 37.731660169421204 -122.44204119171499 (37.7316601694212, -122.442041191715)
166454 241396 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 952 Hampshire St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 3ft   6010191.29772 2103654.4580900003 37.7568092635594 -122.407742832678 (37.7568092635594, -122.407742832678)
167714 213886 Undocumented 2 Pyrus calleryana 'Bradford' :: Ornamental Pear: Bradford 96 1032 Ortega St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 3ft   5990730.33666 2102492.76003 37.7525108935626 -122.4749605429 (37.7525108935626, -122.4749605429)
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)

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