Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 1 and qLegalStatus = 8

View and edit SQL

Suggested facets: qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
82449 112583 Section 143 8 Lagunaria patersonii :: Primrose Tree 48 3400x WAWONA ST 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     1 4x4   5982411.0 2096792.0 37.7363725426512 -122.50330767262899 (37.7363725426512, -122.503307672629)
90793 113600 Section 143 8 Olea europaea :: Olive Tree 41 550 FLORIDA ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/05/2015 12:00:00 AM 1 3x3 Permit Number 773946 6009233.0 2105681.0 37.762319994612604 -122.411200142124 (37.7623199946126, -122.411200142124)
102243 111193 Section 143 8 Eriobotrya deflexa :: Bronze Loquat 49 890x JARBOE AVE 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   11/30/2015 12:00:00 AM 1 3x3 Permit Number 774267 6009115.0 2096842.0 37.738043451743295 -122.41098392432899 (37.7380434517433, -122.410983924329)
108143 110651 Section 143 8 Metrosideros excelsa :: New Zealand Xmas Tree 2 127 CENTRAL AVE 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 3x3   5999845.0 2108967.0 37.770811558248 -122.44390571748998 (37.770811558248, -122.44390571749)
137822 103130 Section 143 8 Magnolia grandiflora :: Southern Magnolia 21 418 28th Ave 1 : 4 Tree 1 Private 1     1     5987189.392469999 2113118.1924900003 37.781479539688505 -122.487986220863 (37.7814795396885, -122.487986220863)
175584 96402 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2160 36th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   05/12/2011 12:00:00 AM 1 2x3   5985141.5215 2100472.7854 37.746639122425606 -122.494138462065 (37.7466391224256, -122.494138462065)

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