Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 3 and qSpecies = 92

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, DBH

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
28161 249840 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 305 Greenwich St 3 Side Yard : Yard 17 Tree 1 Private 1     5 Width 0ft   6011283.33525 2120383.34662 37.8028039654926 -122.405144080631 (37.8028039654926, -122.405144080631)
32546 249651 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 2401 Lyon St 3 Front Yard : Yard 7 Tree 1 Private 1     8 Width 10ft   5999219.23747 2117269.58813 37.7935725973565 -122.446667700452 (37.7935725973565, -122.446667700452)
130693 177468 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 433 Rolph St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 6ft   6002151.79245 2087719.00941 37.71260084901029 -122.43440707753099 (37.7126008490103, -122.434407077531)
149207 88033 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 2301X Lyon St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/23/2008 12:00:00 AM 5 3x3 Permit Number 51052 5999271.52601 2116731.30769 37.7920976084744 -122.44644803565399 (37.7920976084744, -122.446448035654)

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