Street_Tree_List

Data source: data.sfgov.org

10 rows where SiteOrder = 7 and qSpecies = 7

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28728 175190 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 2201 Bay Shore Blvd 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     24 Width 3ft   6011418.48668 2087333.2761400002 37.712063358416295 -122.402351191059 (37.7120633584163, -122.402351191059)
33188 247526 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 1101 Waller St 7 Side Yard : Yard 17 Tree 1 Private 1     25     6000042.11565 2108480.23517 37.76948626629979 -122.44318892675 (37.7694862662998, -122.44318892675)
41932 114086 Permitted Site 1 Agonis flexuosa :: Peppermint Willow 7 20 Cook St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1   12     5997489.0948 2113600.1035 37.783398187645 -122.45238918542401 (37.783398187645, -122.452389185424)
73789 175201 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 648 Peru Ave 7 Side Yard : Yard 17 Tree 1 Private 1     14     6005063.1365 2092591.26253 37.7261438278596 -122.42469093704099 (37.7261438278596, -122.424690937041)
76297 203550 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 181 Flood Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5999525.01063 2094056.66117 37.72985313291311 -122.443941098101 (37.7298531329131, -122.443941098101)
97211 113211 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 50x DASHIELL HAMMETT ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6010410.0 2116139.0 37.791101161746504 -122.40786681024599 (37.7911011617465, -122.407866810246)
158474 125549 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 1445 Greenwich St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 4ft   6006015.52243 2119649.2025 37.8004922923456 -122.423321211112 (37.8004922923456, -122.423321211112)
175684 221896 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 7 Marsily St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     19 Width 3ft   6004330.56552 2095607.6651400002 37.7343847942306 -122.427438185126 (37.7343847942306, -122.427438185126)
177427 175206 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 653 Peru Ave 7 Side Yard : Yard 17 Tree 1 Private 1     13     6005071.100819999 2092642.6936700002 37.72628549626779 -122.42466706185199 (37.7262854962678, -122.424667061852)
179502 221851 Undocumented 2 Agonis flexuosa :: Peppermint Willow 7 19 Saint Marys Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 2ft   6004484.380419999 2095546.7367599998 37.7342261969882 -122.426902058798 (37.7342261969882, -122.426902058798)

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