Street_Tree_List

Data source: data.sfgov.org

9 rows where DBH = 2 and qSpecies = 67

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
34550 190626 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1155 04th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 5ft   6015057.75881 2109472.8514 37.773056530760606 -122.39131939456999 (37.7730565307606, -122.39131939457)
69445 201615 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 5 Side Yard : Yard 17 Tree 1 Private 1     2 Width 4ft   6020732.10647 2093000.2197599998 37.728139252612 -122.370551779534 (37.728139252612, -122.370551779534)
132813 201611 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 1 Side Yard : Yard 17 Tree 1 Private 1     2 Width 9ft   6020793.34161 2092957.5019 37.7280253184122 -122.37033713297501 (37.7280253184122, -122.370337132975)
149623 246820 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 198 Brewster St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     2     6010060.69624 2098737.22367 37.743300311476105 -122.40784777277399 (37.7433003114761, -122.407847772774)
151176 190621 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 111 Vermont St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   6011130.88671 2108006.09384 37.7688104311756 -122.40479972753599 (37.7688104311756, -122.404799727536)
176632 244191 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 1850 Page St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 0ft   5997685.6394 2108885.5737 37.770464572541 -122.45136908078001 (37.770464572541, -122.45136908078)
177224 201612 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 2 Side Yard : Yard 17 Tree 1 Private 1     2 Width 3ft   6020781.6072 2092974.15888 37.7280704113081 -122.370378850726 (37.7280704113081, -122.370378850726)
181906 228356 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 650 Florida St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 3ft   6009237.832769999 2105328.4961599996 37.7613523705472 -122.411158526152 (37.7613523705472, -122.411158526152)
184178 201613 Undocumented 2 Gleditsia triacanthos :: Honey Locust 67 98 Jerrold Ave 3 Side Yard : Yard 17 Tree 1 Private 1     2 Width 4ft   6020763.58395 2092982.86481 37.728093326933205 -122.370441760089 (37.7280933269332, -122.370441760089)

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