Street_Tree_List

Data source: data.sfgov.org

6 rows where SiteOrder = 8, qCaretaker = 2 and qSpecies = 1

View and edit SQL

Suggested facets: qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
5433 8620 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2600 Geary Blvd 8 Median : Cutout 11 Tree 1 DPW 2     6 20   5999320.4644 2113220.5634 37.7824608186771 -122.446026081758 (37.7824608186771, -122.446026081758)
18536 8217 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2189X Funston Ave 8 Median : Cutout 11 Tree 1 DPW 2     6 8X25   5992282.7442 2100560.49724 37.7472952429876 -122.469451462429 (37.7472952429876, -122.469451462429)
24433 232350 DPW Maintained 3 Myoporum laetum :: Myoporum 1 500x 27th St 8 Median : Cutout 11 Tree 1 DPW 2     7 Width 4ft   6002774.61344 2100063.62492 37.746531703279096 -122.433135885834 (37.7465317032791, -122.433135885834)
83716 15788 DPW Maintained 3 Myoporum laetum :: Myoporum 1 4840 Mission St 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3   6001135.36791 2090627.3686 37.7205288045244 -122.438128360054 (37.7205288045244, -122.438128360054)
98286 30056 DPW Maintained 3 Myoporum laetum :: Myoporum 1 410X Brotherhood Way 8 Median : Cutout 11 Tree 1 DPW 2     25 M   5993748.152574 2087576.478532 37.7117288925291 -122.463442127126 (37.7117288925291, -122.463442127126)
110532 16573 DPW Maintained 3 Myoporum laetum :: Myoporum 1 95X Nido Ave 8 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3X3   5999200.479133099 2112280.3747819 37.779872451802795 -122.446373519186 (37.7798724518028, -122.446373519186)

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