Street_Tree_List

Data source: data.sfgov.org

5 rows where qLegalStatus = 8 and qSpecies = 8

View and edit SQL

Suggested facets: qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

qLegalStatus

  • Section 143 · 5

DBH

  • 2 1
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
77847 103466 Section 143 8 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 890X Sansome St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1           6012118.0 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264)
80836 103465 Section 143 8 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 890X Sansome St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1           6012118.0 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264)
116665 103467 Section 143 8 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 890X Sansome St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1           6012118.0 2118740.5 37.7983397318906 -122.402140129264 (37.7983397318906, -122.402140129264)
126578 103469 Section 143 8 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 799X Battery St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1           6012272.7 2118721.6 37.798296470544706 -122.401603488036 (37.7982964705447, -122.401603488036)
148004 103468 Section 143 8 Lyonothamnus floribundus subsp. asplenifolius :: Santa Cruz Ironwood 8 799X Battery St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2     6012421.85953 2118740.3114 37.798356169556605 -122.401088663417 (37.7983561695566, -122.401088663417)

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