Street_Tree_List

Data source: data.sfgov.org

5 rows where qLegalStatus = 3 and qSpecies = 137

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1177 251471 DPW Maintained 3 Brugmansia spp :: Angel trumpet 137 2423 Market St 1 Front Yard : Yard 7 Tree 1 DPW 2                    
12633 1288 DPW Maintained 3 Brugmansia spp :: Angel trumpet 137 3958 Alemany Blvd 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 3X3   5992343.3701 2087389.3259 37.711133979215205 -122.46828378898701 (37.7111339792152, -122.468283788987)
20782 5368 DPW Maintained 3 Brugmansia spp :: Angel trumpet 137 254 Dolores St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3X3   6004803.994630001 2106877.36791 37.76535555244661 -122.42660361788 (37.7653555524466, -122.42660361788)
53762 188845 DPW Maintained 3 Brugmansia spp :: Angel trumpet 137 1700x Quesada Ave 33 Median : Yard 3 Tree 1 DPW 2     7     6014429.47607 2095231.95618 37.7339191837097 -122.392496410174 (37.7339191837097, -122.392496410174)
62168 188844 DPW Maintained 3 Brugmansia spp :: Angel trumpet 137 1700x Quesada Ave 30 Median : Yard 3 Tree 1 DPW 2     3     6014454.09026 2095226.4796400003 37.7339055131326 -122.392410927825 (37.7339055131326, -122.392410927825)

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