Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 6, SiteOrder = 1 and qSpecies = 99

View and edit SQL

Suggested facets: qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
34064 126015 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 500 Post St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     6 Width 3ft   6009674.03362 2115055.86699 37.788085909974605 -122.410336729273 (37.7880859099746, -122.410336729273)
75852 225160 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3191 21st St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6007035.27064 2103785.32086 37.756991400544294 -122.418666844507 (37.7569914005443, -122.418666844507)
148722 225150 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 21 Prospect Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 2ft   6007236.93234 2099402.00378 37.744967159016596 -122.417658748554 (37.7449671590166, -122.417658748554)
150087 225171 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 106 Coleridge St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6006678.67564 2099088.45084 37.7440747833339 -122.419566860849 (37.7440747833339, -122.419566860849)
157709 225159 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3189 21st St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   6007127.86585 2103790.91823 37.75701198242339 -122.41834701140301 (37.7570119824234, -122.418347011403)
159626 206047 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 575 Rockdale Dr 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 3ft   5997894.62452 2097851.39191 37.7401794193521 -122.449850874237 (37.7401794193521, -122.449850874237)

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