Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 9, qAddress = "3160 21st St" and qSpecies = 99

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44500 225198 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007149.23047 2103831.77129 37.757125358151704 -122.41827602071501 (37.7571253581517, -122.418276020715)
76779 225196 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007182.851 2103832.80652 37.7571300930895 -122.41815982112699 (37.7571300930895, -122.418159821127)
84096 225197 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007163.79352 2103832.50742 37.7571281991351 -122.418225708166 (37.7571281991351, -122.418225708166)
146563 225195 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007206.11976 2103835.7790900003 37.7571395647689 -122.418079559351 (37.7571395647689, -122.418079559351)

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