Street_Tree_List

Data source: data.sfgov.org

11 rows where qSiteInfo = 23 and qSpecies = 141

View and edit SQL

Suggested facets: qAddress, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25787 189282 Undocumented 2 Cordyline australis :: Dracena Palm 141 1310 Indiana St 17 : Yard 23 Tree 1 Private 1     2     6015006.25242 2102364.64044 37.753536067647 -122.39100065687 (37.753536067647, -122.39100065687)
32102 189290 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 23 : Yard 23 Tree 1 Private 1     5     6014424.75736 2105899.2532900004 37.7632090676603 -122.39325892915501 (37.7632090676603, -122.393258929155)
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)
53317 189283 Undocumented 2 Cordyline australis :: Dracena Palm 141 1310 Indiana St 16 : Yard 23 Tree 1 Private 1     4     6015000.28938 2102358.87265 37.753519899631904 -122.391020875425 (37.7535198996319, -122.391020875425)
58033 189291 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 31 : Yard 23 Tree 1 Private 1     5     6014386.77773 2105894.3895799997 37.7631936029157 -122.39338994869 (37.7631936029157, -122.39338994869)
59106 189293 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 35 : Yard 23 Tree 1 Private 1     8     6014389.3663800005 2105866.30731 37.7631166389548 -122.39337903001801 (37.7631166389548, -122.393379030018)
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)
137382 189292 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 33 : Yard 23 Tree 1 Private 1     5     6014376.229280001 2105886.6133 37.763171664875294 -122.393425888311 (37.7631716648753, -122.393425888311)
163548 189289 Undocumented 2 Cordyline australis :: Dracena Palm 141 1 01st St 20 : Yard 23 Tree 1 Private 1     10     6014461.84726 2105889.9963 37.76318571047079 -122.393129998769 (37.7631857104708, -122.393129998769)
164257 205447 Undocumented 2 Cordyline australis :: Dracena Palm 141 321 Melrose Ave 2 : Yard 23 Tree 1 Private 1     2     5997960.43745 2095528.68593 37.7338055912481 -122.44945600530001 (37.7338055912481, -122.4494560053)
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)

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