Street_Tree_List

Data source: data.sfgov.org

3 rows where PlotSize = 20 and qSpecies = 20

View and edit SQL

Suggested facets: SiteOrder

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
98718 19415 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 600X Sloat Blvd 6 Median : Cutout 11 Tree 1 DPW 2   05/04/1999 12:00:00 AM 3 20   5989744.831209299 2096044.8028161 37.7347493206824 -122.477897219949 (37.7347493206824, -122.477897219949)
102034 19417 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 800X Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   05/04/1999 12:00:00 AM 3 20   5988998.102828201 2096024.0271709 37.7346489082814 -122.48047736602301 (37.7346489082814, -122.480477366023)
107953 19416 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 700X Sloat Blvd 1 Median : Cutout 11 Tree 1 DPW 2   05/04/1999 12:00:00 AM 3 20   5989518.2187007 2096039.5354251 37.7347217027544 -122.4786803033 (37.7347217027544, -122.4786803033)

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