Street_Tree_List

Data source: data.sfgov.org

7 rows where SiteOrder = 17 and qCareAssistant = 2

View and edit SQL

Suggested facets: qSpecies, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qCareAssistant

  • DPW for City Agency · 7

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13536 78330 DPW Maintained 3 Celtis australis :: European Hackberry 282 50 Pomona St 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 07/15/2000 12:00:00 AM 3 3x3   6014096.48223 2094344.10726 37.7314628339206 -122.39358556204999 (37.7314628339206, -122.39358556205)
71510 77210 DPW Maintained 3 Callistemon citrinus :: Lemon Bottlebrush 28 499X Hearst Ave 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 05/15/1999 12:00:00 AM 5 3x3   5998132.77434913 2094246.31790382 37.730294369809705 -122.44876785322901 (37.7302943698097, -122.448767853229)
80335 98579 DPW Maintained 3 Pittosporum undulatum :: Victorian Box 26 301X Francisco St 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2     3x3   6009861.3 2121227.6 37.805042475469605 -122.410124709263 (37.8050424754696, -122.410124709263)
101750 98638 DPW Maintained 3 Pittosporum undulatum :: Victorian Box 26 3500X Fillmore St 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   10 3x3   6002513.0 2120207.2 37.8018261113234 -122.435481274987 (37.8018261113234, -122.435481274987)
122316 99339 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 450 30th Ave 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   12 3.5x3.5   5986576.130469999 2112991.43823 37.7810957151351 -122.49009845653799 (37.7810957151351, -122.490098456538)
123039 99363 DPW Maintained 3 Metrosideros excelsa :: New Zealand Xmas Tree 2 451X 29th Ave 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2   8 3x3 Permit Number 773617 5986845.56233 2112796.17507 37.7805753084335 -122.489152009534 (37.7805753084335, -122.489152009534)
144409 42358 DPW Maintained 3 Callistemon citrinus :: Lemon Bottlebrush 28 380X Flood Ave 17 Sidewalk: Curb side : Cutout 1 Tree 1 SFUSD 4 DPW for City Agency 2 06/23/2000 12:00:00 AM 5 4x4 Permit Number 42547 5998132.77434913 2094246.31790382 37.730294369809705 -122.44876785322901 (37.7302943698097, -122.448767853229)

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