Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 1, qSiteInfo = 7 and qSpecies = 92

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
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)
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)
69489 124267 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 3 03rd Ave 1 Front Yard : Yard 7 Tree 1 Private 1     1     5994878.62692 2115008.29877 37.7871148109698 -122.46152244011002 (37.7871148109698, -122.46152244011)
173821 249649 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 2401 Lyon St 1 Front Yard : Yard 7 Tree 1 Private 1     14     5999242.466569999 2117298.77489 37.793654063333996 -122.446589427069 (37.793654063334, -122.446589427069)

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