Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 15 and qSpecies = 99

View and edit SQL

Suggested facets: qAddress

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
49236 190022 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 5ft   6015535.32333 2108481.6321099997 37.770361353431895 -122.389598183934 (37.7703613534319, -122.389598183934)
66360 190027 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1500 03rd St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 5ft   6015553.64576 2108193.7384099998 37.7695718763733 -122.389514697159 (37.7695718763733, -122.389514697159)
160516 190020 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 5ft   6015584.43667 2107642.2623 37.768059350697996 -122.38936967519699 (37.768059350698, -122.389369675197)
182780 190018 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 5ft   6015579.842180001 2107724.78714 37.7682856911689 -122.38939133086399 (37.7682856911689, -122.389391330864)

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