Street_Tree_List

Data source: data.sfgov.org

12 rows where qSpecies = 242

View and edit SQL

Suggested facets: DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
6799 20078 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 5X5            
10762 20087 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 10 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3            
11848 20082 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3            
12854 20084 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 7 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3            
13047 20089 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 12 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3            
14124 20086 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3            
14586 20083 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 6 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3            
15532 20088 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 11 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3            
15879 20081 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3            
16210 20079 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3            
16681 20080 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3            
17072 20085 DPW Maintained 3 Fraxinus velutina 'Glabra' :: Arizona Ash 242 100 STAIRWAY56 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3            

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