Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 3ft", qSiteInfo = 7 and qSpecies = 5

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
49122 221368 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 755 Sanchez St 1 Front Yard : Yard 7 Tree 1 Private 1     15 Width 3ft   6003710.38169 2103854.76962 37.7569943341355 -122.43017051796998 (37.7569943341355, -122.43017051797)
72948 221378 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 190 Storrie St 17 Front Yard : Yard 7 Tree 1 Private 1     8 Width 3ft   6000803.23299 2105309.21717 37.7608228056365 -122.440328815537 (37.7608228056365, -122.440328815537)
168847 221369 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 755 Sanchez St 2 Front Yard : Yard 7 Tree 1 Private 1     19 Width 3ft   6003690.30976 2103870.989 37.7570377318327 -122.430241091376 (37.7570377318327, -122.430241091376)
169528 221387 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 701 Church St 38 Front Yard : Yard 7 Tree 1 Private 1     17 Width 3ft   6004318.365019999 2104792.37844 37.7596032026492 -122.428134698373 (37.7596032026492, -122.428134698373)
184990 221388 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 671 Church St 57 Front Yard : Yard 7 Tree 1 Private 1     17 Width 3ft   6004298.752230001 2105308.1718200003 37.7610183389455 -122.428239289531 (37.7610183389455, -122.428239289531)

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