Street_Tree_List

Data source: data.sfgov.org

107 rows where DBH = 3 and qSpecies = 8 sorted by PlotSize

View and edit SQL

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location
172199 231148 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3183 Cesar Chavez St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008529.37485 2100533.17504 37.7481457471424 -122.41326967835899 (37.7481457471424, -122.413269678359)
172988 231150 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3125 Cesar Chavez St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008959.306369999 2100530.99521 37.748163890068895 -122.411782830119 (37.7481638900689, -122.411782830119)
1173 190143 DPW Maintained 3 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1200 Fairfax Ave 7 : 4 Tree 1 DPW 2   03/18/2017 10:47:00 AM 3 Width 4ft   6017523.521480001 2096815.65975 37.738439056714704 -122.381909364434 (37.7384390567147, -122.381909364434)
34335 201443 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 50 Middle Point Rd 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 5ft   6018205.670580001 2096108.31022 37.736534461697104 -122.379501674263 (37.7365344616971, -122.379501674263)
38144 201442 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 50 Middle Point Rd 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 5ft   6018207.71631 2096124.7676 37.736579763236705 -122.37949574413601 (37.7365797632367, -122.379495744136)
73678 208533 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1245 10th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 5ft   5992969.96959 2106979.3295 37.764959381307605 -122.467541820422 (37.7649593813076, -122.467541820422)
71342 201450 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 96 Middle Point Rd 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 7ft   6018200.75737 2095847.6313 37.735818417881106 -122.379500558206 (37.7358184178811, -122.379500558206)

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