Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 2ft" and qSpecies = 13

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 2ft · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
4157 216804 Undocumented 2 Podocarpus gracilor :: Fern Pine 13 297 Lobos St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/06/2017 02:14:00 PM 3 Width 2ft   5994075.3134 2088701.73413 37.7148374215779 -122.462392942697 (37.7148374215779, -122.462392942697)
30906 212833 Undocumented 2 Podocarpus gracilor :: Fern Pine 13 468 Lansdale Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 2ft   5996396.78511 2096388.5906 37.7360771087699 -122.454924099162 (37.7360771087699, -122.454924099162)
68940 234843 Undocumented 2 Podocarpus gracilor :: Fern Pine 13 141 Albion St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 2ft   6005925.31783 2106426.47013 37.764180822918796 -122.422693171361 (37.7641808229188, -122.422693171361)
72838 234841 Undocumented 2 Podocarpus gracilor :: Fern Pine 13 141 Albion St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 2ft   6005926.24374 2106419.53529 37.76416183372571 -122.42268947605 (37.7641618337257, -122.42268947605)
154788 234842 Undocumented 2 Podocarpus gracilor :: Fern Pine 13 141 Albion St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     1 Width 2ft   6005925.78637 2106423.26838 37.7641720581045 -122.422691323269 (37.7641720581045, -122.422691323269)

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