Street_Tree_List

Data source: data.sfgov.org

10 rows where PlotSize = "Width 3ft" and qSpecies = 71

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 3ft · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
280 194427 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 905 Minna St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     15 Width 3ft   6008110.0 2110227.0 37.774739203286295 -122.415406037323 (37.7747392032863, -122.415406037323)
50501 211031 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 2375 12th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     18 Width 3ft   5992617.61467 2099318.2887 37.743903802420505 -122.468203163863 (37.7439038024205, -122.468203163863)
56596 211001 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 700 Portola Dr 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5996755.5114400005 2099350.67627 37.7442308453761 -122.45389769125 (37.7442308453761, -122.45389769125)
61627 211032 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 297 Dorantes Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     12 Width 3ft   5993259.54182 2099680.27875 37.7449347888095 -122.46600984507799 (37.7449347888095, -122.466009845078)
75987 211004 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 700 Portola Dr 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 3ft   5996822.63607 2099410.87592 37.7443999871842 -122.453669936126 (37.7443999871842, -122.453669936126)
120091 234474 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 72 Santa Marina St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 3ft   6006078.82979 2097595.56477 37.739941848150394 -122.421534992063 (37.7399418481504, -122.421534992063)
135899 211034 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 417 Dewey Blvd 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     15 Width 3ft   5995115.077769999 2100328.51022 37.746821542199996 -122.45964072765 (37.7468215422, -122.45964072765)
157213 211033 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 417 Dewey Blvd 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     17 Width 3ft   5995123.84893 2100332.4468799997 37.746832855650396 -122.459610683101 (37.7468328556504, -122.459610683101)
172637 211002 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 700 Portola Dr 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   5996779.38475 2099373.51377 37.744294920285 -122.45381679181801 (37.744294920285, -122.453816791818)
179816 211003 Undocumented 2 Pinus canariensis :: Canary Island Pine 71 700 Portola Dr 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5996800.72253 2099394.55039 37.7443539050009 -122.453744529511 (37.7443539050009, -122.453744529511)

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