Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 7ft" and qSpecies = 70

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 7ft · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
48362 125504 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 1001 Lombard St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 7ft   6007489.69173 2120199.0729400003 37.8020851859507 -122.418258985774 (37.8020851859507, -122.418258985774)
77178 220638 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 222 Parnassus Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 7ft   5997115.15152 2106725.56313 37.7645010544003 -122.453186433611 (37.7645010544003, -122.453186433611)
147992 189169 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 2098 20th St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 7ft   6011892.76134 2104699.04319 37.75977256567371 -122.40193193701401 (37.7597725656737, -122.401931937014)
150526 125502 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 1001 Lombard St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 7ft   6007468.42884 2120195.8771599997 37.8020752142594 -122.41833233898701 (37.8020752142594, -122.418332338987)
161839 125503 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 1001 Lombard St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 7ft   6007472.5485 2120196.7006200003 37.802077707171605 -122.418318141382 (37.8020777071716, -122.418318141382)

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