Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 14 and qSpecies = 99

View and edit SQL

Suggested facets: qAddress, SiteOrder

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25509 190026 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 12 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015544.83514 2108320.68008 37.769919941866895 -122.389554039808 (37.7699199418669, -122.389554039808)
49887 190019 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 10 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015583.6961 2107674.48805 37.7681477945165 -122.389374487455 (37.7681477945165, -122.389374487455)
130988 190030 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1500 03rd St 10 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015562.57352 2108029.9349599998 37.7691226029579 -122.389472375051 (37.7691226029579, -122.389472375051)
132041 190025 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 10 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015543.83866 2108366.1327 37.7700446895441 -122.389560661497 (37.7700446895441, -122.389560661497)
153266 190024 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 8 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015540.58409 2108410.35977 37.7701659469215 -122.389575008383 (37.7701659469215, -122.389575008383)
181059 190017 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1530 03rd St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     14 Width 5ft   6015580.20075 2107759.76126 37.7683817423455 -122.389392533258 (37.7683817423455, -122.389392533258)

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