Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 8 and qSpecies = 36

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Front Yard : Cutout · 6
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
5622 87285 Permitted Site 1 Eucalyptus sideroxylon :: Red Ironbark 36 1820 Webster St 1 Front Yard : Cutout 8 Tree 1 Private 1     24 3x3 Permit Number 50302 6003460.507999999 2115059.4384 37.7877454479518 -122.43183468665801 (37.7877454479518, -122.431834686658)
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)
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)
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 62.926ms · Data source: data.sfgov.org