Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 17 and qSpecies = 27

View and edit SQL

Suggested facets: qAddress, DBH

qSiteInfo

  • Side Yard : Yard · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1524 251544 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 863X Ocean Ave   Side Yard : Yard 17 Tree 1 Private 1       3x3   5997430.0 2091537.0 37.722815009603295 -122.451002133856 (37.7228150096033, -122.451002133856)
54128 247978 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 501 Peralta Ave 2 Side Yard : Yard 17 Tree 1 Private 1     14     6009784.19004 2099413.44589 37.7451415861154 -122.40885156275299 (37.7451415861154, -122.408851562753)
149732 191412 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 1998 Revere Ave 6 Side Yard : Yard 17 Tree 1 Private 1     15     6013024.42365 2095944.26783 37.7357969159791 -122.39740407446001 (37.7357969159791, -122.39740407446)
174997 176989 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 184 Mount Vernon Ave 9 Side Yard : Yard 17 Tree 1 Private 1     14     5998947.7718 2089388.6360799999 37.717002872174504 -122.445601123393 (37.7170028721745, -122.445601123393)
178613 176988 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 184 Mount Vernon Ave 4 Side Yard : Yard 17 Tree 1 Private 1     12     5998975.21291 2089361.52774 37.7169300054919 -122.445504324886 (37.7169300054919, -122.445504324886)

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