Street_Tree_List

Data source: data.sfgov.org

8 rows where PlotSize = "Width 5ft" and qSpecies = 27

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 5ft · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24701 226623 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 80 Vicksburg St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   6004079.6139400005 2102598.16626 37.7535649035083 -122.428803992713 (37.7535649035083, -122.428803992713)
31229 226622 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 2 Vicksburg St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   6004058.08528 2103018.40015 37.7547175483925 -122.42890840132799 (37.7547175483925, -122.428908401328)
37207 207145 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 1418 14th Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 5ft   5991828.31268 2105750.01462 37.7615180292623 -122.471400907553 (37.7615180292623, -122.471400907553)
46244 250337 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 21 25th Ave North 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 5ft   5987995.71435 2115876.11718 37.7890990187437 -122.485399212222 (37.7890990187437, -122.485399212222)
69462 119126 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 601 46th Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 5ft   5981603.35382 2111608.79109 37.777007725640104 -122.507198870746 (37.7770077256401, -122.507198870746)
75063 123520 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 2808 Fulton St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 5ft   5994672.01997 2110241.5879900004 37.774014807441795 -122.461891472498 (37.7740148074418, -122.461891472498)
161558 123521 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 2808 Fulton St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 5ft   5994656.80881 2110239.6852599997 37.7740087073423 -122.46194395210199 (37.7740087073423, -122.461943952102)
183532 227705 Undocumented 2 Leptospermum scoparium :: New Zealand Tea Tree 27 1552 Dolores St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6005224.91638 2099272.18009 37.744497267738105 -122.424606707457 (37.7444972677381, -122.424606707457)

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