Street_Tree_List

Data source: data.sfgov.org

11 rows where PlotSize = "Width 2ft" and qSpecies = 31

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 2ft · 11
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
29244 215411 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 1939 16th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 2ft   5991245.12391 2102202.13663 37.7517427376545 -122.473159145982 (37.7517427376545, -122.473159145982)
30518 179954 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 40 Tomaso Ct 1 : 4 Tree 1 Private 1     23 Width 2ft   6009197.20014 2086405.9588 37.709392885454 -122.409963207553 (37.709392885454, -122.409963207553)
146364 179967 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 716 Peru Ave 8 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 2ft   6005275.29843 2092450.03888 37.7257680389529 -122.423947466603 (37.7257680389529, -122.423947466603)
147184 215439 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 217 Staples Ave 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 2ft   5998709.4181699995 2093777.72882 37.729040692553 -122.44674062198 (37.729040692553, -122.44674062198)
152480 241225 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 4049 17th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 2ft   6001920.58101 2105839.72544 37.7623430070574 -122.43650238277901 (37.7623430070574, -122.436502382779)
157728 215438 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 217 Staples Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 2ft   5998696.43814 2093778.97623 37.7290433761531 -122.44678558449101 (37.7290433761531, -122.446785584491)
159781 197990 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 155 Grace St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   6008384.453919999 2110216.9376 37.774726996282 -122.414455930021 (37.774726996282, -122.414455930021)
175537 136749 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 1360 Jones St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 2ft   6008500.72583 2117239.96883 37.794017078290295 -122.41455079677701 (37.7940170782903, -122.414550796777)
178324 215437 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 217 Staples Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 2ft   5998668.44451 2093778.0926299999 37.729039350777 -122.44688229669701 (37.729039350777, -122.446882296697)
185205 179966 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 716 Peru Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10 Width 2ft   6005255.40982 2092462.4838400001 37.725801087223 -122.424017104714 (37.725801087223, -122.424017104714)
185349 179968 Undocumented 2 Trachycarpus fortunei :: Windmill Palm 31 675 Silver Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     32 Width 2ft   6005852.39602 2093589.2328700002 37.7289285803821 -122.422033372066 (37.7289285803821, -122.422033372066)

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