Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 4 and qSpecies = 84

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25209 196534 Undocumented 2 Prunus spp :: Cherry 84 2221 26th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   6011830.1521 2101342.3848900003 37.750552424667504 -122.401912510764 (37.7505524246675, -122.401912510764)
36648 136020 Undocumented 2 Prunus spp :: Cherry 84 1477 Green St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 2ft   6006004.56438 2118595.56069 37.7975986409201 -122.423284189634 (37.7975986409201, -122.423284189634)
36913 237948 Undocumented 2 Prunus spp :: Cherry 84 3387 25th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6007155.62665 2101453.9635099997 37.7505968017181 -122.418085332981 (37.7505968017181, -122.418085332981)
77997 53523 Permitted Site 1 Prunus spp :: Cherry 84 221 Farallones St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/28/2015 12:00:00 AM 4 3x3 Permit Number 775251 5994812.01878897 2088373.36040249 37.7139781801866 -122.45982282724701 (37.7139781801866, -122.459822827247)
117786 109243 Permitted Site 1 Prunus spp :: Cherry 84 755 Buena Vista Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4     5999798.5 2108081.7 37.7683780948237 -122.44400294123699 (37.7683780948237, -122.444002941237)
131317 117739 Undocumented 2 Prunus spp :: Cherry 84 475 39th Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     4 Width 4ft   5983746.16527 2112679.78018 37.7800743257794 -122.49986552243 (37.7800743257794, -122.49986552243)
181728 136027 Undocumented 2 Prunus spp :: Cherry 84 957 Sacramento St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4 Width 3ft   6010215.88282 2116843.14587 37.7930237069305 -122.408588145932 (37.7930237069305, -122.408588145932)
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 51.454ms · Data source: data.sfgov.org