Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 12 and qCaretaker = 18

View and edit SQL

Suggested facets: qSpecies, qAddress, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3342 140426 Permitted Site 1 Ficus retusa nitida :: Banyan Fig 59 1499 TURK ST 5 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18     12 Width 0ft   6003027.0905 2112359.5298 37.7803076012967 -122.43314124413601 (37.7803076012967, -122.433141244136)
3344 140425 Permitted Site 1 Ficus retusa nitida :: Banyan Fig 59 1499 TURK ST 4 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18     12 Width 0ft   6003006.2764 2112357.3766 37.780300508432795 -122.43321309578998 (37.7803005084328, -122.43321309579)
87696 22711 Permitted Site 1 Ficus nitida :: Laurel Fig 43 1401X Turk St 13 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18     12 4x4   6003306.8488585 2112395.4775226 37.7804221702729 -122.43217599894 (37.7804221702729, -122.43217599894)
116875 22715 Permitted Site 1 Maytenus boaria :: Mayten 22 1401X Turk St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   05/18/1992 12:00:00 AM 12 4x4   6003306.8488585 2112395.4775226 37.7804221702729 -122.43217599894 (37.7804221702729, -122.43217599894)
144325 82224 Permitted Site 1 Lophostemon confertus :: Brisbane Box 11 3403x 17TH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Police Dept 18   02/26/2005 12:00:00 AM 12 3x3   6006158.0 2105944.0 37.7628691985612 -122.42185411572201 (37.7628691985612, -122.421854115722)

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