Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 20, qSiteInfo = 9 and qSpecies = 75

View and edit SQL

Suggested facets: SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25274 203174 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 331 Pennsylvania Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20 Width 7ft   6014370.72377 2105559.7788 37.7622739427176 -122.39342205628999 (37.7622739427176, -122.39342205629)
54238 181285 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 55 Stoneyford Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20     6006176.18741 2094039.87064 37.7301841895453 -122.420945981966 (37.7301841895453, -122.420945981966)
55931 181279 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 164 Otsego Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20     6000580.61226 2092352.75488 37.725234756259105 -122.440169631943 (37.7252347562591, -122.440169631943)
153688 217480 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 271 Mangels Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20 Width 6ft   5999643.16837 2095215.32408 37.7330412898258 -122.44361581691099 (37.7330412898258, -122.443615816911)
156331 202029 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1331 Fitzgerald Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20 Width 7ft   6013954.19623 2091006.8516900002 37.7222914964254 -122.39384396154199 (37.7222914964254, -122.393843961542)
173440 247055 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 500 28th St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20     6002656.51125 2099493.5306599997 37.7449596577675 -122.433503535865 (37.7449596577675, -122.433503535865)
188775 246732 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 101 Ripley St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     20 Width 8ft   6008546.25114 2099104.34804 37.7442234529633 -122.41311030320101 (37.7442234529633, -122.413110303201)

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