Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 7 and qSpecies = 75 sorted by qSiteInfo

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo ▼ PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44144 184617 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1758 Lower Great Hwy 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5981057.9764 2103098.1394 37.753607806054 -122.508453540189 (37.753607806054, -122.508453540189)
134512 244834 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1875 Mission St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6006796.01232 2107481.11788 37.7671257231045 -122.419756521569 (37.7671257231045, -122.419756521569)
177484 184517 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 4046 Ortega St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5981383.432 2102173.6297 37.751088539403206 -122.507259479265 (37.7510885394032, -122.507259479265)
186434 184516 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 4044 Ortega St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5981414.9052 2102173.2913 37.75108946399121 -122.50715061850599 (37.7510894639912, -122.507150618506)
37483 217487 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 15 Staples Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 8ft   5999757.91748 2093744.86936 37.729010308071 -122.44311353116501 (37.729010308071, -122.443113531165)
137010 244855 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 899 Hampshire St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 3ft   6010216.96114 2104085.25819 37.7579935807494 -122.407684453192 (37.7579935807494, -122.407684453192)

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