Street_Tree_List

Data source: data.sfgov.org

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

View and edit SQL

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

PlotSize

  • Width 6ft · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
30466 214357 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 61 Stillings Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 6ft   6000162.633219999 2095683.1648400002 37.7343554844182 -122.441853461362 (37.7343554844182, -122.441853461362)
56030 214314 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1630 09th Ave 2 Front Yard : Yard 7 Tree 1 Private 1     10 Width 6ft   5993419.49404 2104375.41426 37.7578356535119 -122.465797833501 (37.7578356535119, -122.465797833501)
62421 214311 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1616 09th Ave 1 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   5993417.73262 2104465.9003 37.7580840030825 -122.46581049954901 (37.7580840030825, -122.465810499549)
135434 214312 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1616 09th Ave 2 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   5993417.09067 2104452.78428 37.758047952866605 -122.465811766705 (37.7580479528666, -122.465811766705)
153868 214322 DPW Maintained 3 Prunus domestica 'Mariposa' :: Mariposa Plum 72 350x Kensington Way 2 Median : Cutout 11 Tree 1 DPW 2     12 Width 6ft   5994251.85903 2099042.92229 37.7432419652355 -122.462532396964 (37.7432419652355, -122.462532396964)
171890 196322 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 320 Pennsylvania Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   6014284.29861 2105571.05325 37.7623000976946 -122.393721759867 (37.7623000976946, -122.393721759867)
174855 196321 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1018 Pennsylvania Ave 1 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   6014465.23121 2102394.5848 37.753588252598796 -122.392873735151 (37.7535882525988, -122.392873735151)
177811 214313 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1630 09th Ave 1 Front Yard : Yard 7 Tree 1 Private 1     12 Width 6ft   5993420.04408 2104384.15571 37.7578596869935 -122.465796566365 (37.7578596869935, -122.465796566365)

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