Street_Tree_List

Data source: data.sfgov.org

9 rows where PlotSize = "Width 0ft" and qSpecies = 84

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, DBH

PlotSize

  • Width 0ft · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
457 142162 Undocumented 2 Prunus spp :: Cherry 84 490X Baker St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     0 Width 0ft   6000657.0 2110488.0 37.7750341257837 -122.44120614609 (37.7750341257837, -122.44120614609)
60657 213701 Undocumented 2 Prunus spp :: Cherry 84 700 Junipero Serra Blvd 130 : 4 Tree 1 Private 1     8 Width 0ft   5991210.94255 2091714.66662 37.722944834118294 -122.47251283382201 (37.7229448341183, -122.472512833822)
154486 142312 Undocumented 2 Prunus spp :: Cherry 84 1691 Grove St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5999733.1826 2110513.1611 37.775050545633796 -122.444403629404 (37.7750505456338, -122.444403629404)
158870 141006 Undocumented 2 Prunus spp :: Cherry 84 269 COLLINS ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   5998171.183999999 2112777.5693 37.7811787774786 -122.449970134459 (37.7811787774786, -122.449970134459)
171549 183196 Undocumented 2 Prunus spp :: Cherry 84 2479 40th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   5983931.1246 2098292.1691 37.740580843976005 -122.49816280562901 (37.740580843976, -122.498162805629)
174227 181930 Undocumented 2 Prunus spp :: Cherry 84 2431 33rd Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     1 Width 0ft   5986090.3717 2098682.4704 37.741778875367295 -122.49072577603 (37.7417788753673, -122.49072577603)
175278 199890 DPW Maintained 3 Prunus spp :: Cherry 84 1200x Quesada Ave 1 Median : Cutout 11 Tree 1 DPW 2     3 Width 0ft   6017354.2822 2093058.6837 37.7281137963921 -122.382233221943 (37.7281137963921, -122.382233221943)
181165 185048 Undocumented 2 Prunus spp :: Cherry 84 2767 34th Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     2 Width 0ft   5985831.6836 2096605.638 37.7360613326903 -122.49146739069799 (37.7360613326903, -122.491467390698)
182122 185047 Undocumented 2 Prunus spp :: Cherry 84 2767 34th Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 0ft   5985832.2143 2096586.5348 37.7360089113847 -122.491464150215 (37.7360089113847, -122.491464150215)

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