Street_Tree_List

Data source: data.sfgov.org

8 rows where SiteOrder = 16 and qSpecies = 43

View and edit SQL

Suggested facets: qLegalStatus, qCaretaker, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
83588 6719 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 1200X Fairfax Ave 16 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 3x3   6017621.9936242 2096730.3826429 37.7382103402349 -122.381562963191 (37.7382103402349, -122.381562963191)
92066 49276 Permitted Site 1 Ficus nitida :: Laurel Fig 43 2X Spear St 16 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/07/2003 12:00:00 AM     Permit Number 46305 6014371.0 2116872.0 37.7933347653256 -122.394213120763 (37.7933347653256, -122.394213120763)
106524 111799 Undocumented 2 Ficus nitida :: Laurel Fig 43 55X SHERMAN ST 16 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3       3x3   6010857.0 2110997.0 37.7770074580074 -122.405957810357 (37.7770074580074, -122.405957810357)
108574 49238 Permitted Site 1 Ficus nitida :: Laurel Fig 43 500 Howard St 16 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   02/05/2003 12:00:00 AM     Permit Number 46300 6013774.5913005 2115138.38416874 37.7885414925604 -122.39615519799999 (37.7885414925604, -122.396155198)
110157 15162 Permitted Site 1 Ficus nitida :: Laurel Fig 43 895X Mission St 16 Sidewalk: Curb side : Cutout 1 Tree 1 Dept of Real Estate 5     12 4x4   6010810.7123748 2113108.5528643 37.7828026992214 -122.406266743907 (37.7828026992214, -122.406266743907)
122808 23541 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 2750 Van Ness Ave 16 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     30 3x3   6005750.94301 2119762.60418 37.800788728704504 -122.42424483346001 (37.8007887287045, -122.42424483346)
127253 110710 Undocumented 2 Ficus nitida :: Laurel Fig 43 2999X Turk St 16 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5996638.0 2111487.0 37.7775473668867 -122.455180869531 (37.7775473668867, -122.455180869531)
140077 110997 Permitted Site 1 Ficus nitida :: Laurel Fig 43 245x North Point St 16 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1           6009556.06624176 2121873.83782792 37.806799769840296 -122.41122668881 (37.8067997698403, -122.41122668881)

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