Street_Tree_List

Data source: data.sfgov.org

8 rows where SiteOrder = 7 and qLegalStatus = 8

View and edit SQL

Suggested facets: qSpecies, qSiteInfo, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qLegalStatus

  • Section 143 · 8

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3781 228284 Section 143 8 Ginkgo biloba :: Maidenhair Tree 44 2036X 15th St 7 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 3ft   6003817.0 2107261.0 37.7663530653237 -122.430044770651 (37.7663530653237, -122.430044770651)
110700 107977 Section 143 8 Platanus x hispanica :: Sycamore: London Plane 15 2750 JACKSON ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   11/10/2014 12:00:00 AM 3 3x3 Permit Number 770079 6001096.4 2116670.4 37.7920344322485 -122.440129594684 (37.7920344322485, -122.440129594684)
112757 117142 Section 143 8 Eriobotrya deflexa :: Bronze Loquat 49 2203x NEWCOMB AVE 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   07/13/2016 12:00:00 AM 3 3x3 Permit Number 774325 6011983.0 2098083.0 37.7416113834488 -122.4011549432 (37.7416113834488, -122.4011549432)
113160 109947 Section 143 8 Pyrus calleryana 'Chanticleer' :: Ornamental Pear Tree 'Chanticleer' 147 400x CLEMENTINA ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/12/2015 12:00:00 AM 3 3x3   6011439.0 2112324.0 37.780683624939606 -122.40403789076099 (37.7806836249396, -122.404037890761)
113705 112586 Section 143 8 Lagunaria patersonii :: Primrose Tree 48 3400x WAWONA ST 7 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       4x4   5982411.0 2096792.0 37.7363725426512 -122.50330767262899 (37.7363725426512, -122.503307672629)
115319 101923 Section 143 8 Platanus x hispanica 'Yarwood' :: Yarwood Sycamore 127 1401X California St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/07/2012 12:00:00 AM   3x3 Permit Number 769132 6007402.7 2116063.9 37.790726135860204 -122.418266664095 (37.7907261358602, -122.418266664095)
125268 109121 Section 143 8 Ginkgo biloba :: Maidenhair Tree 44 2036x 15TH ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       12x6   6003817.0 2107261.0 37.7663530653237 -122.430044770651 (37.7663530653237, -122.430044770651)
144368 113609 Section 143 8 Olea europaea :: Olive Tree 41 2900 18TH ST 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   10/05/2015 12:00:00 AM   3x3   6009122.0 2105484.0 37.7617728518996 -122.411570131816 (37.7617728518996, -122.411570131816)

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