Street_Tree_List

Data source: data.sfgov.org

8 rows where qLegalStatus = 6 and qSpecies = 43

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlantType, qCaretaker, XCoord, YCoord, Latitude, Longitude, Location

qLegalStatus

  • Significant Tree · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
9862 173716 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1652 Fell St 1 Front Yard : Cutout 8 Tree 1 Private 1           5999516.0 2109850.0 37.7732172801378 -122.445107222354 (37.7732172801378, -122.445107222354)
49233 85313 Significant Tree 6 Ficus nitida :: Laurel Fig 43 610 Brannan St 1 unknown : Cutout 12 Tree 1 Private 1         Permit Number 49594 6012704.2 2110820.8 37.7766267904106 -122.39955535858401 (37.7766267904106, -122.399555358584)
91008 120156 Significant Tree 6 Ficus nitida :: Laurel Fig 43 758 10th Ave 1 Sidewalk: Curb side : Cutout 1 Landscaping 2 Private 1     10     5992930.0 2110298.0 37.77406925887279 -122.467921468059 (37.7740692588728, -122.467921468059)
96939 113833 Significant Tree 6 Ficus nitida :: Laurel Fig 43 932 SHOTWELL ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     30     6007966.0 2102301.0 37.752968150444204 -122.415342945464 (37.7529681504442, -122.415342945464)
101234 94303 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 6 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
102570 94295 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 2 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
103966 94293 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 1 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
142149 109294 Significant Tree 6 Ficus nitida :: Laurel Fig 43 370 27TH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18     6004104.9 2100171.3 37.7469027259862 -122.42854357326401 (37.7469027259862, -122.428543573264)

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