Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 18, qSiteInfo = 9 and qSpecies = 75

View and edit SQL

Suggested facets: qAddress, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
44785 243930 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1351 Douglass St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 6ft   6001401.88208 2099729.52286 37.7455363732181 -122.437858706116 (37.7455363732181, -122.437858706116)
47898 248076 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 405 Holladay Ave 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 3ft   6010319.424219999 2098700.6468 37.7432143605434 -122.40695057673099 (37.7432143605434, -122.406950576731)
62711 203188 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2212 25th St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 9ft   6012161.98551 2101908.2137 37.752124581703896 -122.400804745651 (37.7521245817039, -122.400804745651)
137725 217829 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2400 Ocean Ave 10 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18     5991671.86156 2094594.4240599999 37.7308786001697 -122.471129246615 (37.7308786001697, -122.471129246615)
168723 217830 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2400 Ocean Ave 11 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18     5991664.0561 2094598.0007200001 37.730887969306 -122.471156491586 (37.730887969306, -122.471156491586)

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