Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 14 and qSpecies = 20

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
10112 5081 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 2562 Diamond St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 3X3   6002249.017000001 2096934.71698 37.737910623162705 -122.434729631968 (37.7379106231627, -122.434729631968)
52591 222563 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 184 Precita Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007620.90266 2100266.50742 37.747362491591296 -122.41639226749201 (37.7473624915913, -122.416392267492)
55473 222549 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 199 Bocana St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007198.14969 2097813.68298 37.740603802237295 -122.417680295405 (37.7406038022373, -122.417680295405)
73593 222551 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 192 Bocana St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6007190.09246 2097874.19927 37.740769513115794 -122.4177124426 (37.7407695131158, -122.4177124426)
97590 104767 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 1111 CASTRO ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 4x4   6002562.6 2102271.3 37.7525814287469 -122.434026788658 (37.7525814287469, -122.434026788658)
97932 175756 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 837 Paris St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 3ft   6000844.62416 2089035.80235 37.7161421822999 -122.439019362161 (37.7161421822999, -122.439019362161)
100229 104766 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 1111 CASTRO ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 3x3   6002562.6 2102271.3 37.7525814287469 -122.434026788658 (37.7525814287469, -122.434026788658)
115420 68441 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 137 Mullen Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/26/1993 12:00:00 AM 14   Permit Number 32298 6009913.44601622 2099873.29602914 37.7464114730886 -122.40843704647 (37.7464114730886, -122.40843704647)
180214 175773 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 0 Gonzalez Dr 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     14     5990089.9017900005 2089410.48117 37.716553162587296 -122.476219779021 (37.7165531625873, -122.476219779021)
181339 124077 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 701 Funston Ave 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     14 Width 3ft   5991933.739630001 2110279.93645 37.7739620806591 -122.471366355942 (37.7739620806591, -122.471366355942)

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