Street_Tree_List

Data source: data.sfgov.org

11 rows where qLegalStatus = 4 and qSpecies = 51

View and edit SQL

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

qLegalStatus

  • Planning Code 138.1 required · 11
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3809 95203 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 314 Walnut St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     0 3x3 Permit Number 769992 5998598.6333800005 2115400.1597599997 37.7884041728517 -122.44868032474 (37.7884041728517, -122.44868032474)
4434 253623 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1331 39th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/11/2017 12:00:00 AM 3 3x3 Permit Number 778744 5983976.422619999 2106100.27997 37.7620224120695 -122.498582815109 (37.7620224120695, -122.498582815109)
9629 173614 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 2955 20th Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1   12/12/2016 12:00:00 AM 3 3x6 Permit Number 776469 5990236.78382 2095590.4495400002 37.7335303227244 -122.476163213901 (37.7335303227244, -122.476163213901)
9631 173613 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 2955 20th Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1   12/12/2016 12:00:00 AM 3 3x6 Permit Number 776469 5990236.78382 2095590.4495400002 37.7335303227244 -122.476163213901 (37.7335303227244, -122.476163213901)
9823 63407 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 2125 Broderick St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/29/2016 12:00:00 AM 3 3x3 Permit Number 770314 6000344.0086 2116075.3402400003 37.790357690994504 -122.442690122255 (37.7903576909945, -122.442690122255)
77786 124717 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 610 Cortland Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/02/2016 12:00:00 AM 3 3x3 Permit Number 775784 6007724.21349 2097196.46477 37.738938646129704 -122.41581766964899 (37.7389386461297, -122.415817669649)
78406 120519 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 520 09th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6010156.0 2108818.0 37.7709851997146 -122.40822907662901 (37.7709851997146, -122.408229076629)
86220 124718 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 610 Cortland Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/02/2016 12:00:00 AM 3 3x3 Permit Number 775784 6007724.21349 2097196.46477 37.738938646129704 -122.41581766964899 (37.7389386461297, -122.415817669649)
91130 120518 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 520 09th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6010156.0 2108818.0 37.7709851997146 -122.40822907662901 (37.7709851997146, -122.408229076629)
103314 120914 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1356 20th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/26/2016 12:00:00 AM 3 3x3   5989939.0 2106143.0 37.7624875866057 -122.477963922005 (37.7624875866057, -122.477963922005)
116647 81972 Planning Code 138.1 required 4 Tristaniopsis laurina 'Elegant' :: Small-leaf Tristania 'Elegant' 51 1822 22nd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/09/2015 12:00:00 AM 3 3x6 Permit Number 774361 5989407.90008391 2102936.76390687 37.7536532824256 -122.47956618379699 (37.7536532824256, -122.479566183797)

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