Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 20 and qSpecies = 51 sorted by Longitude

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlotSize

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude ▼ Location
118517 431 Permitted Site 1 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 2010X Lake St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/15/1997 12:00:00 AM 20 3X3   5989200.24086 2114740.63501 37.786051407249 -122.481148573701 (37.786051407249, -122.481148573701)
128148 12774 DPW Maintained 3 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1842 Lake St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   03/15/1997 12:00:00 AM 20 6   5989637.59951 2114741.75598 37.7860799008728 -122.479635529609 (37.7860799008728, -122.479635529609)
128791 12775 Permitted Site 1 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1842 Lake St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/15/1997 12:00:00 AM 20 6   5989652.1071 2114741.09637 37.786078932501 -122.47958528952 (37.786078932501, -122.47958528952)
78031 12721 Permitted Site 1 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1535 Lake St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/15/1997 12:00:00 AM 20 3X3   5990655.40582 2114718.61196 37.7860754253896 -122.476112538286 (37.7860754253896, -122.476112538286)
92244 12608 DPW Maintained 3 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 700 Lake St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     20 3X3   5993288.45121 2114872.37286 37.786649939560796 -122.46701416661199 (37.7866499395608, -122.467014166612)

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