Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 9 and qSpecies = 8

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, PlantDate, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
10543 46845 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 135 Naples St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/25/2002 12:00:00 AM 9 4x4 Permit Number 44915 6004431.15972 2092720.1112 37.726461904584 -122.426884817887 (37.726461904584, -122.426884817887)
30077 47685 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 375 Connecticut St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 05/22/2002 12:00:00 AM 9 9x5 Permit Number 45480 6013248.64993 2105253.57777 37.7613707751535 -122.39728144108 (37.7613707751535, -122.39728144108)
37472 130427 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 3525 Washington St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   5997901.12311 2115779.7052 37.7894063944466 -122.451120968767 (37.7894063944466, -122.451120968767)
38776 69163 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1235 43rd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/26/1994 12:00:00 AM 9   Permit Number 33200 5982710.0929 2106691.2272 37.763570638355105 -122.50300623618999 (37.7635706383551, -122.50300623619)
43210 208534 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 2054 18th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   5990697.96146 2101402.01717 37.749514123180106 -122.47499288701 (37.7495141231801, -122.47499288701)
53196 208519 Undocumented 2 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 515 Wildwood Way 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   5995075.83069 2093307.7671 37.7275420524091 -122.45926811154101 (37.7275420524091, -122.459268111541)
64623 101164 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 375 Connecticut St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 3x3   6013243.01773 2105340.93188 37.761610316774004 -122.397307046609 (37.761610316774, -122.397307046609)
73126 101161 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 375 Connecticut St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 3x3   6013244.80294 2105292.05361 37.7614762071784 -122.397297444522 (37.7614762071784, -122.397297444522)
149519 46646 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 380 16th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 04/19/2002 12:00:00 AM 9   Permit Number 44778 5990924.10175 2112863.2261200002 37.780996628175394 -122.47504744177799 (37.7809966281754, -122.475047441778)
159218 30811 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 62 Joost Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 05/06/1995 12:00:00 AM 9   Permit Number 34673 6001681.08746 2094957.84255 37.7324503237283 -122.436551782541 (37.7324503237283, -122.436551782541)
166117 69161 Permitted Site 1 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 1254 41st Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/26/1994 12:00:00 AM 9   Permit Number 33198 5983381.3386 2106589.0591 37.763329543798704 -122.500677091372 (37.7633295437987, -122.500677091372)

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