Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 9, qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qSiteInfo, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
7236 8621 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 9 Median : Cutout 11 Tree 1 DPW 2     6 20   5999320.4644 2113213.4566 37.782441305247104 -122.446025570431 (37.7824413052471, -122.446025570431)
14544 19711 DPW Maintained 3 Myoporum laetum :: Myoporum 1 100 STAIRWAY13 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 40ST            
21139 8218 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2189X Funston Ave 9 Median : Cutout 11 Tree 1 DPW 2     12 8X25   5992283.97023 2100569.2840400003 37.7473194401374 -122.46944786245199 (37.7473194401374, -122.469447862452)
105214 16574 DPW Maintained 3 Myoporum laetum :: Myoporum 1 95X Nido Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3X3   5999200.479133099 2112280.3747819 37.779872451802795 -122.446373519186 (37.7798724518028, -122.446373519186)
145415 4973 DPW Maintained 3 Myoporum laetum :: Myoporum 1 5200X Diamond Heights Blvd 9 Median : Cutout 11 Tree 1 DPW 2     12 12   6000724.3855206 2099633.2111664 37.7452333754909 -122.440194472866 (37.7452333754909, -122.440194472866)

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