Street_Tree_List

Data source: data.sfgov.org

8 rows where PlotSize = "Width 8ft" and qSiteInfo = 13

View and edit SQL

Suggested facets: qSpecies, DBH

PlotSize

  • Width 8ft · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27714 237848 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 21 Addison St 7 Back Yard : Yard 13 Tree 1 Private 1     6 Width 8ft   6003593.08721 2096850.61715 37.7377559191042 -122.430076526206 (37.7377559191042, -122.430076526206)
43212 245782 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 8 Back Yard : Yard 13 Tree 1 Private 1     6 Width 8ft   6003599.488059999 2096849.28505 37.7377526239794 -122.43005430038299 (37.7377526239794, -122.430054300383)
54919 237847 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 21 Addison St 3 Back Yard : Yard 13 Tree 1 Private 1     6 Width 8ft   6003573.70242 2096850.7481 37.7377551807635 -122.430143558104 (37.7377551807635, -122.430143558104)
160995 245783 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 10 Back Yard : Yard 13 Tree 1 Private 1     6 Width 8ft   6003607.92987 2096849.5108400001 37.73775372205 -122.430025129081 (37.73775372205, -122.430025129081)
177983 245778 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 1 Back Yard : Yard 13 Tree 1 Private 1     11 Width 8ft   6003567.005919999 2096851.6434799999 37.7377572599929 -122.43016677498899 (37.7377572599929, -122.430166774989)
178882 245780 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 5 Back Yard : Yard 13 Tree 1 Private 1     2 Width 8ft   6003583.611880001 2096848.84807 37.7377505249636 -122.430109160821 (37.7377505249636, -122.430109160821)
183987 245781 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 6 Back Yard : Yard 13 Tree 1 Private 1     17 Width 8ft   6003587.5616 2096850.22083 37.7377545179491 -122.43009560263799 (37.7377545179491, -122.430095602638)
184872 245779 Undocumented 2 Cordyline australis :: Dracena Palm 141 21 Addison St 4 Back Yard : Yard 13 Tree 1 Private 1     4 Width 8ft   6003578.068469999 2096849.2280400002 37.73775125431 -122.430128354157 (37.73775125431, -122.430128354157)

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