Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 16 and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44358 245707 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 4 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003651.76342 2104178.89616 37.7578809883279 -122.430396367393 (37.7578809883279, -122.430396367393)
74715 234488 Undocumented 2 Pinus Spp :: Pine Spp 105 4090 20th St 7 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003119.17834 2104176.3954 37.7578439389691 -122.43223808994101 (37.7578439389691, -122.432238089941)
75344 233331 Undocumented 2 Pinus radiata :: Monterey Pine 3 4404 20th St 10 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003656.39078 2104225.45781 37.7580090976571 -122.430383686085 (37.7580090976571, -122.430383686085)
132798 245706 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 3 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003635.70774 2104190.5874799998 37.7579121804175 -122.430452728819 (37.7579121804175, -122.430452728819)
163941 211530 Undocumented 2 Pittosporum tobira :: Japanese Mockorange 243 321 Melrose Ave 3 : Yard 23 Tree 1 Private 1     16     5997959.2212 2095523.47143 37.733791203898704 -122.44945983462699 (37.7337912038987, -122.449459834627)
167772 245705 Undocumented 2 Cordyline australis :: Dracena Palm 141 4001 20th St 1 : Yard 23 Tree 1 Private 1     16 Width 3ft   6003616.02573 2104184.50188 37.757894355861396 -122.430520363245 (37.7578943558614, -122.430520363245)
173611 192357 Undocumented 2 Fraxinus uhdei :: Shamel Ash: Evergreen Ash 10 1 25th St 1 : Yard 23 Tree 1 Private 1     16     6015039.28391 2102127.23317 37.7528860304727 -122.39086983518801 (37.7528860304727, -122.390869835188)

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