Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 5ft" and qSpecies = 72

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 5ft · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
32056 178850 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 178 Dublin St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     11 Width 5ft   6004207.2935 2089409.6566400002 37.7173594632439 -122.427422984776 (37.7173594632439, -122.427422984776)
37189 196334 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 185 Hampshire St 2 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     8 Width 5ft   6010020.7902 2107448.7072099997 37.767217864928206 -122.408600163592 (37.7672178649282, -122.408600163592)
43511 237904 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 215 Grand View Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 5ft   6000729.50411 2103183.58085 37.7549821289444 -122.440431357129 (37.7549821289444, -122.440431357129)
59986 237923 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 552 Noe St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 5ft   6002969.94721 2104996.10401 37.7600861997348 -122.43281275041299 (37.7600861997348, -122.432812750413)
173368 237884 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1229 Stanyan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18 Width 5ft   5997429.19812 2105587.8813099996 37.761395262795794 -122.452018150436 (37.7613952627958, -122.452018150436)
177430 214323 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 211 Granville Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 5ft   5994213.9284 2098746.3020200003 37.742425335868 -122.462642037812 (37.742425335868, -122.462642037812)

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