Street_Tree_List

Data source: data.sfgov.org

7 rows where PlotSize = "Width 1ft" and qSpecies = 70

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
23721 220632 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 18 Kronquist Ct 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     5 Width 1ft   6002213.33941 2100174.25358 37.746803608795396 -122.43508461868299 (37.7468036087954, -122.435084618683)
26400 203471 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 410 Faxon Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 1ft   5994790.95036 2091337.27547 37.7221151744519 -122.460110243003 (37.7221151744519, -122.460110243003)
30833 220633 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 18 Kronquist Ct 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 1ft   6002213.10405 2100169.21088 37.7467897493647 -122.435085071929 (37.7467897493647, -122.435085071929)
38916 125482 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 1 Nob Hill Pl 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 1ft   6009469.59091 2116291.78471 37.7914679787239 -122.41113140348499 (37.7914679787239, -122.411131403485)
55787 189171 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 672 Missouri St 2 : 4 Tree 1 Private 1     4 Width 1ft   6013547.271380001 2103937.2716200002 37.7577731065529 -122.396156373043 (37.7577731065529, -122.396156373043)
148423 189174 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 14 Waterville St 1 : 4 Tree 1 Private 1     10 Width 1ft   6011435.762019999 2096086.73565 37.7360995216629 -122.40290674814301 (37.7360995216629, -122.402906748143)
185533 125481 Undocumented 2 Afrocarpus gracilior :: Fern Pine 70 1 Nob Hill Pl 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 1ft   6009481.637490001 2116293.5320200003 37.791473451975605 -122.41108984583201 (37.7914734519756, -122.411089845832)

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