Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 5, PlotSize = "Width 2ft" and qSpecies = 48

View and edit SQL

Suggested facets: qAddress, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
37552 227586 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 494 Arlington St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6003707.3650400005 2095900.15245 37.735152630897495 -122.42961364516898 (37.7351526308975, -122.429613645169)
44702 227100 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 56 Webster St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6004326.55063 2108840.26945 37.770718202624295 -122.428394902803 (37.7707182026243, -122.428394902803)
45759 206989 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 1304 11th Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5992723.56277 2106565.73006 37.7638095171187 -122.468363979738 (37.7638095171187, -122.468363979738)
46936 207047 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 654 Joost Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5997739.24902 2095008.6617599998 37.7323650733825 -122.450183245677 (37.7323650733825, -122.450183245677)
63861 207046 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 654 Joost Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5997758.19926 2095006.4821 37.7323601729864 -122.450117573561 (37.7323601729864, -122.450117573561)
150344 207049 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 662 Joost Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5997703.569180001 2095007.7992 37.7323606631136 -122.450306536421 (37.7323606631136, -122.450306536421)
155776 176897 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 338 Oxford St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   6006634.64196 2092369.41813 37.7256233218417 -122.419242591383 (37.7256233218417, -122.419242591383)
188573 206988 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 1304 11th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 2ft   5992723.70798 2106532.5962799997 37.76371854889079 -122.468361066814 (37.7637185488908, -122.468361066814)

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