Street_Tree_List

Data source: data.sfgov.org

8 rows where SiteOrder = 2, qSiteInfo = 17 and qSpecies = 47

View and edit SQL

Suggested facets: qLegalStatus, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13271 187638 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 875 El Camino Del Mar 2 Side Yard : Yard 17 Tree 1 Private 1       10x10   5985641.0 2114972.0 37.786479112006 -122.493479464676 (37.786479112006, -122.493479464676)
38454 249866 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1497 Montgomery St 2 Side Yard : Yard 17 Tree 1 Private 1     20 Width 0ft   6011357.005059999 2120690.5710400003 37.8036516466761 -122.404910787509 (37.8036516466761, -122.404910787509)
44565 201717 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1 Hawkins Ln 2 Side Yard : Yard 17 Tree 1 Private 1     24     6017089.1408 2095350.86435 37.7343930239173 -122.38330932287201 (37.7343930239173, -122.383309322872)
69463 205919 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 230 Edna St 2 Side Yard : Yard 17 Tree 1 Private 1     34     5998797.1475 2095343.94395 37.7333461617934 -122.44654997291599 (37.7333461617934, -122.446549972916)
75219 176164 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 654 Peru Ave 2 Side Yard : Yard 17 Tree 1 Private 1     33     6005136.16004 2092540.09119 37.7260074465758 -122.42443486048201 (37.7260074465758, -122.424434860482)
135623 247911 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 399 Franconia St 2 Side Yard : Yard 17 Tree 1 Private 1     39     6009944.29918 2098783.53182 37.7434209465163 -122.408253510886 (37.7434209465163, -122.408253510886)
156317 250196 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 201 Union St 2 Side Yard : Yard 17 Tree 1 Private 1     18 Width 0ft   6011857.70339 2119785.90004 37.801195615236395 -122.403114412425 (37.8011956152364, -122.403114412425)
186272 223809 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 6 Miguel St 2 Side Yard : Yard 17 Tree 1 Private 1     34     6003330.909440001 2097346.2966299998 37.7391020890899 -122.431018368229 (37.7391020890899, -122.431018368229)

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