Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 9, SiteOrder = 1 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
601 225172 Permitted Site 1 Chamaerops humilis :: Mediterranean Fan Palm 99 248 Prospect Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/02/2002 12:00:00 AM 9 Width 3ft Permit Number 46150 6006535.621280001 2098220.1400900004 37.7416825381227 -122.419999905071 (37.7416825381227, -122.419999905071)
57727 117702 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 4021 Clement St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 7ft   5983001.87469 2113075.50324 37.781117159673705 -122.50246961447901 (37.7811171596737, -122.502469614479)
74897 206045 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 260 San Leandro Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   5992364.28925 2095097.86508 37.732300949933 -122.468772052499 (37.732300949933, -122.468772052499)
171539 190001 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 790 De Haro St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9     6012095.84153 2104748.83564 37.759920616576 -122.401233077439 (37.759920616576, -122.401233077439)

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