Street_Tree_List

Data source: data.sfgov.org

10 rows where qLegalStatus = 6 and qSpecies = 36

View and edit SQL

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

qLegalStatus

  • Significant Tree · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
83393 92053 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 1001 Potrero Ave   Sidewalk: Property side : Cutout 5 Tree 1 Private 1         Permit Number 52180 6010509.9 2103658.3 37.7568376430251 -122.406641253674 (37.7568376430251, -122.406641253674)
94007 112375 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 801 ULLOA ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 MTA 6     42     5993401.0 2098089.0 37.7405736985828 -122.46540514019699 (37.7405736985828, -122.465405140197)
100592 116998 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 880x MCALLISTER ST 1 Front Yard : Cutout 8 Tree 1 Private 1           6005306.0 2112177.0 37.779935428414 -122.42524444144199 (37.779935428414, -122.425244441442)
102078 117000 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 880x MCALLISTER ST 3 Front Yard : Cutout 8 Tree 1 Private 1           6005306.0 2112177.0 37.779935428414 -122.42524444144199 (37.779935428414, -122.425244441442)
107199 112376 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 801 ULLOA ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 MTA 6     24     5993401.0 2098089.0 37.7405736985828 -122.46540514019699 (37.7405736985828, -122.465405140197)
123251 92054 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 1001 Potrero Ave   Sidewalk: Property side : Cutout 5 Tree 1 Private 1         Permit Number 52180 6010509.9 2103658.3 37.7568376430251 -122.406641253674 (37.7568376430251, -122.406641253674)
124001 99698 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 1750 Divisadero St 1 Front Yard : Cutout 8 Tree 1 Private 1           6001124.0 2114376.0 37.7857361748448 -122.439869519979 (37.7857361748448, -122.439869519979)
124370 116999 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 880x MCALLISTER ST 2 Front Yard : Cutout 8 Tree 1 Private 1           6005306.0 2112177.0 37.779935428414 -122.42524444144199 (37.779935428414, -122.425244441442)
128360 106364 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 155 BORICA ST 1 Front Yard : Yard 7 Tree 1 Private 1           5992696.0 2092292.5 37.724617268406604 -122.467421338179 (37.7246172684066, -122.467421338179)
140716 99699 Significant Tree 6 Eucalyptus sideroxylon :: Red Ironbark 36 1750 Divisadero St 2 Front Yard : Cutout 8 Tree 1 Private 1           6001124.0 2114376.0 37.7857361748448 -122.439869519979 (37.7857361748448, -122.439869519979)

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