Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 4, PlotSize = "Width 4ft" and qSpecies = 48

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
60676 129381 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 555 O'Farrell St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6008630.87446 2114175.52263 37.7856101663154 -122.41388359157699 (37.7856101663154, -122.413883591577)
64119 227082 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 4021 Mission St 1 : 4 Tree 1 Private 1     4 Width 4ft   6004538.86235 2095169.3396700001 37.7331930297319 -122.426686831253 (37.7331930297319, -122.426686831253)
153028 129390 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 902 Vallejo St 1 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4 Width 4ft   6009192.86484 2118752.75452 37.798209676283 -122.41226288822399 (37.798209676283, -122.412262888224)
158616 129380 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 730 Leavenworth St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6008321.927730001 2115014.63424 37.7878968077251 -122.415011874722 (37.7878968077251, -122.415011874722)
172851 129382 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 91 McAllister St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6008704.563080001 2112447.63135 37.7808699297471 -122.41350640150401 (37.7808699297471, -122.413506401504)
183197 129383 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 91 McAllister St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6008721.10925 2112450.3341200002 37.7808782799549 -122.413449351208 (37.7808782799549, -122.413449351208)

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