Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 14 and qCaretaker = 10

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qAddress, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1586 98725 DPW Maintained 3 Platanus x hispanica :: Sycamore: London Plane 15 360 Grove St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10     14 3x3   6006216.75471 2111460.37935 37.7780191723707 -122.42204280683501 (37.7780191723707, -122.422042806835)
2514 246848 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 301 Broderick St 10 : 4 Tree 1 DPW for City Agency 10     14 Width 3ft   6001221.8841699995 2109765.97896 37.773083798207296 -122.439200331843 (37.7730837982073, -122.439200331843)
2535 246841 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 301 Broderick St 3 : 4 Tree 1 DPW for City Agency 10     14 Width 3ft   6001195.01805 2109899.62825 37.7734492368388 -122.439302846449 (37.7734492368388, -122.439302846449)
2546 246846 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 301 Broderick St 8 : 4 Tree 1 DPW for City Agency 10     14 Width 3ft   6001207.38463 2109809.38993 37.773202168766105 -122.43925359959101 (37.7732021687661, -122.439253599591)
3428 98728 DPW Maintained 3 Platanus x hispanica :: Sycamore: London Plane 15 360 Grove St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10     14 3x3   6006156.19882 2111456.14926 37.778004142027 -122.42225199096 (37.778004142027, -122.42225199096)
79317 95366 DPW Maintained 3 Acacia melanoxylon :: Blackwood Acacia 5 3101X Van Ness Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 SFUSD 6   14 3x3   6005504.90819 2120981.97244 37.8041229057048 -122.42518303152201 (37.8041229057048, -122.425183031522)
83093 98734 DPW Maintained 3 Platanus x hispanica :: Sycamore: London Plane 15 360 Grove St 10 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10     14 3x3   6006078.7 2111522.5 37.778181953323 -122.422524803295 (37.778181953323, -122.422524803295)

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