Street_Tree_List

Data source: data.sfgov.org

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

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
5099 253794 Undocumented 2 Myoporum laetum :: Myoporum 1 1698X 08th Ave 4 Unaccepted Street : Yard 14 Tree 1 DPW 2       3x3   5993765.0 2103990.0 37.7567973297208 -122.464574954098 (37.7567973297208, -122.464574954098)
6574 2832 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1200 California St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     45 3X3   6008465.75544 2116301.4842 37.7914382651038 -122.414605355047 (37.7914382651038, -122.414605355047)
21615 8213 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2189X Funston Ave 4 Median : Cutout 11 Tree 1 DPW 2     6 8X25   5992288.54504 2100526.93925 37.7472034366016 -122.469428961394 (37.7472034366016, -122.469428961394)
69884 6036 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1826 Eddy St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3   6001703.73225 2112585.2403700002 37.7808521880762 -122.43773551469499 (37.7808521880762, -122.437735514695)
90108 18157 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1355 Post St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3   6005683.2980159 2114458.6818444002 37.7862216727319 -122.42410150769899 (37.7862216727319, -122.424101507699)
95333 1658 DPW Maintained 3 Myoporum laetum :: Myoporum 1 355 Austin St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3X3PL   6005564.182695299 2115313.9086125 37.7885631867232 -122.42457447354201 (37.7885631867232, -122.424574473542)
117072 1782 DPW Maintained 3 Myoporum laetum :: Myoporum 1 2001X Bay Shore Blvd 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     3 3X3   6012442.836211099 2088493.8744970001 37.7153072596479 -122.398892125343 (37.7153072596479, -122.398892125343)
128559 4968 DPW Maintained 3 Myoporum laetum :: Myoporum 1 5200X Diamond Heights Blvd 4 Median : Cutout 11 Tree 1 DPW 2     12 12   6000724.3855206 2099633.2111664 37.7452333754909 -122.440194472866 (37.7452333754909, -122.440194472866)
138760 25260 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1630 Ocean Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3X3   5995011.81264 2092264.9607400002 37.7246750767236 -122.45941393184799 (37.7246750767236, -122.459413931848)

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