Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 4 and qSpecies = 123

View and edit SQL

Suggested facets: qAddress, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23780 126447 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 2656 Broderick St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 4ft   6000161.293869999 2117775.76551 37.795016194482706 -122.44344449519 (37.7950161944827, -122.44344449519)
42613 191031 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 601 Wisconsin St 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 6ft   6012727.00633 2104624.78835 37.7596152022936 -122.399041463801 (37.7596152022936, -122.399041463801)
43228 200140 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 700 Jamestown Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   6015344.6781 2088315.6151 37.714979061664295 -122.388849561469 (37.7149790616643, -122.388849561469)
62347 126446 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 2656 Broderick St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 4ft   6000160.0682 2117773.16546 37.795008985534395 -122.443448549322 (37.7950089855344, -122.443448549322)
75695 126441 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 1601 Beach St 6 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 3ft   6002491.85461 2121233.39773 37.8046425790601 -122.435627906308 (37.8046425790601, -122.435627906308)
76970 126445 Undocumented 2 Casuarina cunninghamiana :: Horsetail pine 123 2601 Vallejo St 9 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 4ft   6001071.40482 2117563.77475 37.7944859829844 -122.44028017389499 (37.7944859829844, -122.440280173895)

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