Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "3X3" and qSpecies = 71

View and edit SQL

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

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
20409 4367 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 973 Chenery St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3   6001101.12966 2096102.69208 37.7355608412513 -122.438638832041 (37.7355608412513, -122.438638832041)
88368 8563 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2200 Geary Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     36 3X3   6001214.7912099995 2113518.75863 37.7833875775095 -122.43949393557101 (37.7833875775095, -122.439493935571)
89362 8562 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2200 Geary Blvd 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     48 3X3   6001214.7912099995 2113518.75863 37.7833875775095 -122.43949393557101 (37.7833875775095, -122.439493935571)
99151 8561 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2200 Geary Blvd 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   06/01/1994 12:00:00 AM 6 3X3   6001214.7912099995 2113518.75863 37.7833875775095 -122.43949393557101 (37.7833875775095, -122.439493935571)
100876 8560 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 2200 Geary Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   06/01/1994 12:00:00 AM 6 3X3   6001214.7912099995 2113518.75863 37.7833875775095 -122.43949393557101 (37.7833875775095, -122.439493935571)

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