Street_Tree_List

Data source: data.sfgov.org

13 rows where DBH = 27, qSiteInfo = 3 and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
42729 194375 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 310x The Embarcadero 12 Median : Yard 3 Tree 1 DPW 2     27 Width 8ft   6016059.60857 2115304.2736400003 37.7891238616108 -122.388260900137 (37.7891238616108, -122.388260900137)
49252 233940 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 270x Dolores St 2 Median : Yard 3 Tree 1 DPW 2     27     6004851.53435 2106800.76384 37.7651479034782 -122.426433734123 (37.7651479034782, -122.426433734123)
54350 194294 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1700x Quesada Ave 49 Median : Yard 3 Tree 1 DPW 2     27     6014297.19865 2095334.47415 37.7341933303645 -122.392960907318 (37.7341933303645, -122.392960907318)
70141 194290 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1700x Quesada Ave 40 Median : Yard 3 Tree 1 DPW 2     27     6014381.3022300005 2095272.57767 37.7340280466394 -122.39266580380101 (37.7340280466394, -122.392665803801)
127243 194363 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 380x The Embarcadero 10 Median : Yard 3 Tree 1 DPW 2     27 Width 8ft   6016134.25394 2114462.08003 37.7868155249754 -122.387943842344 (37.7868155249754, -122.387943842344)
134092 194378 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 300x The Embarcadero 1 Median : Yard 3 Tree 1 DPW 2     27 Width 8ft   6015852.133669999 2115594.9283 37.7899104347693 -122.388999044794 (37.7899104347693, -122.388999044794)
152768 194354 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 380x The Embarcadero 1 Median : Yard 3 Tree 1 DPW 2     27 Width 8ft   6016129.928040001 2113821.08982 37.7850552711313 -122.387914064893 (37.7850552711313, -122.387914064893)
154122 194384 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 300x The Embarcadero 7 Median : Yard 3 Tree 1 DPW 2     27 Width 8ft   6015676.83265 2115781.59367 37.7904132565166 -122.38961861831699 (37.7904132565166, -122.389618618317)
154721 234361 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1150x Dolores St 3 Median : Yard 3 Tree 1 DPW 2     27     6005142.97819 2101556.59196 37.75076510982829 -122.42505254004699 (37.7507651098283, -122.425052540047)
155084 234329 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 900x Dolores St 14 Median : Yard 3 Tree 1 DPW 2     27     6005081.6594 2102660.65252 37.7537931397475 -122.425343144298 (37.7537931397475, -122.425343144298)
157237 234355 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 650x Dolores St 2 Median : Yard 3 Tree 1 DPW 2     27     6004978.4588 2104465.76881 37.7587437349524 -122.425828514675 (37.7587437349524, -122.425828514675)
164848 234326 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 850x Dolores St 1 Median : Yard 3 Tree 1 DPW 2     27     6005043.60607 2103360.12702 37.755711583428294 -122.425524518639 (37.7557115834283, -122.425524518639)
185868 132133 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 500x The Embarcadero 13 Median : Yard 3 Tree 1 DPW 2     27 Width 10ft   6013516.34459 2118862.0699 37.7987514845508 -122.39730992891 (37.7987514845508, -122.39730992891)

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