Street_Tree_List

Data source: data.sfgov.org

8 rows where PlotSize = "Width 0ft" and qSpecies = 92

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 0ft · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28161 249840 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 305 Greenwich St 3 Side Yard : Yard 17 Tree 1 Private 1     5 Width 0ft   6011283.33525 2120383.34662 37.8028039654926 -122.405144080631 (37.8028039654926, -122.405144080631)
39698 137639 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 1492 MCALLISTER ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 0ft   6002021.6701 2111571.8465 37.7780877369401 -122.436563057586 (37.7780877369401, -122.436563057586)
42819 249858 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 237 Greenwich St 1 Front Yard : Yard 7 Tree 1 Private 1     10 Width 0ft   6011564.2852 2120410.55302 37.8028943698465 -122.40417376073201 (37.8028943698465, -122.404173760732)
51644 249877 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 230 Greenwich St 13 Back Yard : Yard 13 Tree 1 Private 1     39 Width 0ft   6011569.83125 2120441.49442 37.802979637259 -122.404156747344 (37.802979637259, -122.404156747344)
62554 250215 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 308 Filbert St 1 Front Yard : Yard 7 Tree 1 Private 1     24 Width 0ft   6011346.81351 2120087.84529 37.8019961395695 -122.40490359473301 (37.8019961395695, -122.404903594733)
162752 249845 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 1470 Greenwich St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     3 Width 0ft   6011400.01044 2120398.50314 37.8028521035106 -122.404741390312 (37.8028521035106, -122.404741390312)
163899 244074 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 1686 Page St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   5998529.895 2109000.7621 37.7708291569071 -122.448457105712 (37.7708291569071, -122.448457105712)
181718 249856 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 241 Greenwich St 2 Front Yard : Yard 7 Tree 1 Private 1     6 Width 0ft   6011508.41601 2120409.27478 37.802887738231504 -122.404367007957 (37.8028877382315, -122.404367007957)

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