Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 11 and qSpecies = 43

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Median : Cutout · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
99268 18696 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 251X Richardson Ave 3 Median : Cutout 11 Tree 1 DPW 2     12 100   5999064.164064 2119841.396854 37.8006252370733 -122.44738946108299 (37.8006252370733, -122.447389461083)
102716 13308 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 300X Lyon St 1 Median : Cutout 11 Tree 1 DPW 2     6 100   6000275.5456666 2109923.7813264 37.7734631881999 -122.442485158742 (37.7734631881999, -122.442485158742)
103460 13309 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 300X Lyon St 2 Median : Cutout 11 Tree 1 DPW 2     6 100   6000275.5456666 2109923.7813264 37.7734631881999 -122.442485158742 (37.7734631881999, -122.442485158742)
120460 13310 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 300X Lyon St 3 Median : Cutout 11 Tree 1 DPW 2     6 100   6000275.5456666 2109923.7813264 37.7734631881999 -122.442485158742 (37.7734631881999, -122.442485158742)
127624 18698 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 251X Richardson Ave 5 Median : Cutout 11 Tree 1 DPW 2     12 100   5999064.164064 2119841.396854 37.8006252370733 -122.44738946108299 (37.8006252370733, -122.447389461083)
142606 18697 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 251X Richardson Ave 4 Median : Cutout 11 Tree 1 DPW 2     12 100   5999064.164064 2119841.396854 37.8006252370733 -122.44738946108299 (37.8006252370733, -122.447389461083)

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