Street_Tree_List

Data source: data.sfgov.org

6 rows where qSpecies = 216

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3662 253513 Significant Tree 6 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 1545 05th Ave 1 Front Yard : Yard 7 Tree 1 Private 1   08/14/2012 12:00:00 AM   3x3 Permit Number 768941 5994803.920580001 2105050.88998 37.7597700982665 -122.461058902115 (37.7597700982665, -122.461058902115)
48378 112890 Undocumented 2 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 1X WEBSTER ST 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 3x3   6004219.0 2108568.0 37.769964530341895 -122.428747509741 (37.7699645303419, -122.428747509741)
68979 250993 Undocumented 2 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 426 45th Ave 1 : 4 Tree 1 Private 1     4 Width 3ft   5981924.15637 2112875.82054 37.7805055046607 -122.50618310676799 (37.7805055046607, -122.506183106768)
93245 112892 Section 143 8 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 1X WEBSTER ST 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   6004219.0 2108568.0 37.769964530341895 -122.428747509741 (37.7699645303419, -122.428747509741)
98492 112891 Section 143 8 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 1X WEBSTER ST 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   6004219.0 2108568.0 37.769964530341895 -122.428747509741 (37.7699645303419, -122.428747509741)
121591 53978 Permitted Site 1 Cornus nuttallii x florida 'Eddie's White Wonder' :: Eddie's White Wonder Dogwood 216 306 San Leandro Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/04/2016 12:00:00 AM 3   Permit Number 777378 5992338.18292859 2094872.36081759 37.7316802632484 -122.468845903285 (37.7316802632484, -122.468845903285)

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