Street_Tree_List

Data source: data.sfgov.org

4 rows where qSiteInfo = 7 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, qAddress, PlotSize

qSiteInfo

  • Front Yard : Yard · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
51757 231166 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 355 Masonic Ave 12 Front Yard : Yard 7 Tree 1 Private 1     10 Width 3ft   6000259.5721 2106902.37004 37.76516623974771 -122.44232346596701 (37.7651662397477, -122.442323465967)
52161 229193 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 200 Eugenia Ave 34 Front Yard : Yard 7 Tree 1 Private 1     1 Width 10ft   6006594.893630001 2098113.05109 37.7413918349619 -122.419787363808 (37.7413918349619, -122.419787363808)
116097 104831 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3210 Jackson St 2 Front Yard : Yard 7 Tree 1 Private 1     3 3x3   5998893.9 2116279.9 37.7908365867802 -122.447722110161 (37.7908365867802, -122.447722110161)
171817 231167 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 355 Masonic Ave 13 Front Yard : Yard 7 Tree 1 Private 1     6 Width 3ft   6000251.62356 2106898.61611 37.765155479357205 -122.44235068844601 (37.7651554793572, -122.442350688446)

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