Street_Tree_List

Data source: data.sfgov.org

12 rows where PlotSize = 6 and qSpecies = 34

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH, XCoord, YCoord, Latitude, Longitude, Location

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
77855 8604 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 2400 Geary Blvd 4 Median : Cutout 11 Tree 1 DPW 2     36 6   6000257.3380802 2113384.6945808 37.7829649350443 -122.442796706973 (37.7829649350443, -122.442796706973)
85381 8346 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 12 Median : Cutout 11 Tree 1 DPW 2     24 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
85535 8337 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 3 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
87703 8538 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 2100 Geary Blvd 9 Median : Cutout 11 Tree 1 DPW 2     12 6   6001688.6684406 2113658.1430724 37.7837972495813 -122.43786449651002 (37.7837972495813, -122.43786449651)
89661 8345 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 11 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
93100 8335 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 1 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
94093 8343 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 9 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
98102 8336 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 2 Median : Cutout 11 Tree 1 DPW 2     24 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
107311 8352 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 18 Median : Cutout 11 Tree 1 DPW 2     12 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
108127 8347 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 13 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
115465 8338 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 4 Median : Cutout 11 Tree 1 DPW 2     24 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)
126424 8350 DPW Maintained 3 Cupressocyparis leylandii :: Leyland Cypress 34 1300 Geary Blvd 16 Median : Cutout 11 Tree 1 DPW 2     18 6   6005496.3592183 2114176.6024527 37.785436596276796 -122.424728193484 (37.7854365962768, -122.424728193484)

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