Street_Tree_List

Data source: data.sfgov.org

8 rows where PlotSize = "Width 6ft" and qSpecies = 99 sorted by PlantType

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, DBH

PlotSize

  • Width 6ft · 8
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType ▼ qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
45461 189994 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 1150x Tennessee St 8 Median : Cutout 11 Tree 1 DPW 2     8 Width 6ft   6015560.24014 2103579.83014 37.756903445945795 -122.389169674966 (37.7569034459458, -122.389169674966)
60204 189997 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1809 19th St 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     18 Width 6ft   6012307.781769999 2105132.0490099997 37.760984657528894 -122.40052699363501 (37.7609846575289, -122.400526993635)
130881 225147 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1706 Dolores St 9 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     11 Width 6ft   6005278.315280001 2098374.8158 37.7420363251164 -122.424358251742 (37.7420363251164, -122.424358251742)
147063 189996 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1809 19th St 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 6ft   6012291.07861 2105130.95435 37.7609807203027 -122.400584686038 (37.7609807203027, -122.400584686038)
148481 225146 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1706 Dolores St 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     10 Width 6ft   6005275.161069999 2098395.65522 37.7420933673216 -122.424370639893 (37.7420933673216, -122.424370639893)
150193 206044 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 275 Byxbee St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 6ft   5991926.36894 2090353.75557 37.7192494901497 -122.46994073500099 (37.7192494901497, -122.469940735001)
156182 189998 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1950 18th St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   6011839.98262 2105629.53813 37.7623245520575 -122.402179893599 (37.7623245520575, -122.402179893599)
174222 190012 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 500 Berry St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     22 Width 6ft   6012453.688019999 2108575.49646 37.770447730615295 -122.400264221637 (37.7704477306153, -122.400264221637)

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