Street_Tree_List

Data source: data.sfgov.org

9 rows where PlotSize = "3x3" and qSpecies = 92

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, PlantDate, DBH, PermitNotes, XCoord, YCoord, Latitude, Longitude, Location

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
19849 94723 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 12 Manzanita Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/28/2010 12:00:00 AM   3x3 Permit Number 53858 5997888.8 2114457.6 37.7857755383106 -122.451068225719 (37.7857755383106, -122.451068225719)
35343 61688 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 1492 McAllister St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 12/09/1989 12:00:00 AM 1 3x3 Permit Number 23187 6002020.66401825 2111574.5058166 37.7780949815832 -122.436566728373 (37.7780949815832, -122.436566728373)
53808 88032 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 2301X Lyon St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/23/2008 12:00:00 AM 5 3x3 Permit Number 51052 5999270.68055 2116740.2820200003 37.7921222013229 -122.44645160686399 (37.7921222013229, -122.446451606864)
58968 118364 Undocumented 2 Magnolia x soulangiana :: Saucer Magnolia 92 226 Monticello St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 3x3   5991730.0 2090049.0 37.7184013526744 -122.47059731713101 (37.7184013526744, -122.470597317131)
98389 108704 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 518 Alvarado St   Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 01/02/2015 12:00:00 AM 3 3x3 Permit Number 774627 6002997.66572 2102724.68002 37.75385098403721 -122.43255463892 (37.7538509840372, -122.43255463892)
114287 92574 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 2727 15th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/24/2009 12:00:00 AM   3x3 Permit Number 52910 5991771.8 2096942.1 37.7373305074535 -122.470954703905 (37.7373305074535, -122.470954703905)
118649 94724 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 12 Manzanita Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1 10/28/2010 12:00:00 AM   3x3 Permit Number 53858 5997888.8 2114457.6 37.7857755383106 -122.451068225719 (37.7857755383106, -122.451068225719)
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)
157822 88035 Permitted Site 1 Magnolia x soulangiana :: Saucer Magnolia 92 2301X Lyon St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   06/23/2008 12:00:00 AM 5 3x3 Permit Number 51052 5999273.69805 2116722.30576 37.792073015612104 -122.44643987249701 (37.7920730156121, -122.446439872497)

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