Street_Tree_List

Data source: data.sfgov.org

14 rows where qSpecies = 63

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
238 251251 DPW Maintained 3 Prunus amygdalus :: Almond 63 321X Corbett Ave 2 Front Yard : Yard 7 Tree 1 DPW 2       10x10   5999565.0 2105069.0 37.7600926500434 -122.444594033425 (37.7600926500434, -122.444594033425)
239 251252 DPW Maintained 3 Prunus amygdalus :: Almond 63 321X Corbett Ave 3 Front Yard : Yard 7 Tree 1 DPW 2       10x10   5999565.0 2105069.0 37.7600926500434 -122.444594033425 (37.7600926500434, -122.444594033425)
247 251250 DPW Maintained 3 Prunus amygdalus :: Almond 63 321X Corbett Ave 1 Front Yard : Yard 7 Tree 1 DPW 2       10x10   5999565.0 2105069.0 37.7600926500434 -122.444594033425 (37.7600926500434, -122.444594033425)
7679 19576 DPW Maintained 3 Prunus amygdalus :: Almond 63 100 STAIRWAY3 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 15ST            
87933 23552 DPW Maintained 3 Prunus amygdalus :: Almond 63 2900X Van Ness Ave 2 Median : Cutout 11 Tree 1 DPW 2     12 9   6005648.5023441 2120304.1415398 37.8022698669467 -122.42463786565399 (37.8022698669467, -122.424637865654)
88423 91215 Permitted Site 1 Prunus amygdalus :: Almond 63 2901 Mission St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/05/2009 12:00:00 AM   3x3 Permit Number 52044 6007111.0 2101465.0 37.750624593534496 -122.41824043826999 (37.7506245935345, -122.41824043827)
88848 112181 DPW Maintained 3 Prunus amygdalus :: Almond 63 301x CORBETT AVE 9 Sidewalk: Property side : Yard 9 Tree 1 DPW 2       3x3   5999677.0 2105220.0 37.760513648972996 -122.444217531177 (37.760513648973, -122.444217531177)
91738 91214 Permitted Site 1 Prunus amygdalus :: Almond 63 2901 Mission St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/05/2009 12:00:00 AM   3x3 Permit Number 52044 6007111.0 2101465.0 37.750624593534496 -122.41824043826999 (37.7506245935345, -122.41824043827)
93323 23554 DPW Maintained 3 Prunus amygdalus :: Almond 63 2900X Van Ness Ave 4 Median : Cutout 11 Tree 1 DPW 2     12 7x200   6005648.5023441 2120304.1415398 37.8022698669467 -122.42463786565399 (37.8022698669467, -122.424637865654)
95099 103689 Undocumented 2 Prunus amygdalus :: Almond 63 901X SHOTWELL ST 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     22 3x3   6008118.0 2102601.0 37.753800424316 -122.414838529249 (37.753800424316, -122.414838529249)
95497 103685 Undocumented 2 Prunus amygdalus :: Almond 63 901X SHOTWELL ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     24 3x3   6008052.0 2102672.0 37.7539916655216 -122.41507179826799 (37.7539916655216, -122.415071798268)
101751 23556 DPW Maintained 3 Prunus amygdalus :: Almond 63 2900X Van Ness Ave 6 Median : Cutout 11 Tree 1 DPW 2     12 9   6005648.5023441 2120304.1415398 37.8022698669467 -122.42463786565399 (37.8022698669467, -122.424637865654)
108081 91213 Permitted Site 1 Prunus amygdalus :: Almond 63 2901 Mission St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/05/2009 12:00:00 AM   3x3 Permit Number 52044 6007111.0 2101465.0 37.750624593534496 -122.41824043826999 (37.7506245935345, -122.41824043827)
129221 23553 DPW Maintained 3 Prunus amygdalus :: Almond 63 2900X Van Ness Ave 3 Median : Cutout 11 Tree 1 DPW 2     12 9   6005648.5023441 2120304.1415398 37.8022698669467 -122.42463786565399 (37.8022698669467, -122.424637865654)

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