Street_Tree_List

Data source: data.sfgov.org

9 rows where qSiteInfo = 4 and qSpecies = 102

View and edit SQL

Suggested facets: SiteOrder, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
34271 196527 Undocumented 2 Prunus blireiana :: Flowering Plum 102 333 Texas St 1 : 4 Tree 1 Private 1     1 Width 3ft   6013792.65149 2105531.32389 37.7621636768226 -122.395419411895 (37.7621636768226, -122.395419411895)
40073 196528 Undocumented 2 Prunus blireiana :: Flowering Plum 102 400 Texas St 1 : 4 Tree 1 Private 1     5 Width 3ft   6013752.07769 2105195.9474400003 37.7612405497197 -122.395536244627 (37.7612405497197, -122.395536244627)
41456 218233 Undocumented 2 Prunus blireiana :: Flowering Plum 102 365 Wawona St 1 : 4 Tree 1 Private 1     6 Width 2ft   5991919.11048 2097078.05412 37.737712321755 -122.470455286603 (37.737712321755, -122.470455286603)
63912 196532 Undocumented 2 Prunus blireiana :: Flowering Plum 102 1317 19th St 1 : 4 Tree 1 Private 1     5 Width 6ft   6013654.12142 2105210.0397200002 37.761273794973 -122.395876023757 (37.761273794973, -122.395876023757)
65056 196533 Undocumented 2 Prunus blireiana :: Flowering Plum 102 1301 19th St 1 : 4 Tree 1 Private 1     5 Width 4ft   6013698.905669999 2105212.75779 37.7612837495574 -122.395721323302 (37.7612837495574, -122.395721323302)
136972 218234 Undocumented 2 Prunus blireiana :: Flowering Plum 102 363 Wawona St 1 : 4 Tree 1 Private 1     5 Width 2ft   5991942.37249 2097100.2626200002 37.7377746456792 -122.470376476289 (37.7377746456792, -122.470376476289)
163565 187550 Undocumented 2 Prunus blireiana :: Flowering Plum 102 15 Chicago Way 2 : 4 Tree 1 Private 1     6 Width 3ft   6003854.31887 2086791.04585 37.7101493555763 -122.428456511776 (37.7101493555763, -122.428456511776)
165586 196526 Undocumented 2 Prunus blireiana :: Flowering Plum 102 1327 Rhode Island St 1 : 4 Tree 1 Private 1     7 Width 3ft   6012008.29844 2102189.51462 37.752888399289 -122.40135598870899 (37.752888399289, -122.401355988709)
177212 196525 Undocumented 2 Prunus blireiana :: Flowering Plum 102 777 Rhode Island St 2 : 4 Tree 1 Private 1     5 Width 3ft   6011871.67435 2104748.04731 37.7599059432265 -122.402008311954 (37.7599059432265, -122.402008311954)

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