Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 6 and qSpecies = 92

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27642 131017 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 288 Union St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 6ft   6011631.76913 2119784.6615 37.801179594732105 -122.403896160676 (37.8011795947321, -122.403896160676)
45942 131015 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 245 Alhambra St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     6 Width 4ft   6001119.62501 2120025.6595400004 37.801248415336296 -122.44028996303301 (37.8012484153363, -122.440289963033)
179568 49573 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 871@ 22nd ST Wisconsin St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 05/07/2003 12:00:00 AM 6   Permit Number 46458 6012786.20414 2103431.35736 37.7563416007986 -122.39875297208 (37.7563416007986, -122.39875297208)
181718 249856 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 241 Greenwich St 2 Front Yard : Yard 7 Tree 1 Private 1     6 Width 0ft   6011508.41601 2120409.27478 37.802887738231504 -122.404367007957 (37.8028877382315, -122.404367007957)

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