Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 1 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qAddress, qSiteInfo

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
38646 201508 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018593.65925 2094901.94124 37.7332433998449 -122.378076502435 (37.7332433998449, -122.378076502435)
70787 201506 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018588.36983 2094906.5368 37.7332557268509 -122.378095108499 (37.7332557268509, -122.378095108499)
152589 32693 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 3732 23rd St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/29/1996 12:00:00 AM 1   Permit Number 37102 6004859.3884 2102538.49197 37.7534451551954 -122.42610311279199 (37.7534451551954, -122.426103112792)
153857 201507 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018590.61876 2094904.2906900002 37.733249683412296 -122.37808717738599 (37.7332496834123, -122.378087177386)
166097 201509 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018596.778580001 2094899.20439 37.73323605689679 -122.378065528029 (37.7332360568968, -122.378065528029)
181426 201513 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1001 Innes Ave 11 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 4ft   6018634.55292 2094871.3359599998 37.7331616173072 -122.377932996723 (37.7331616173072, -122.377932996723)

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