Street_Tree_List

Data source: data.sfgov.org

9 rows where DBH = 40 and qCaretaker = 8

View and edit SQL

Suggested facets: qSiteInfo, 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
18785 18441 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 16 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3X3   6010542.91396 2103606.86832 37.75669827012629 -122.406523454504 (37.7566982701263, -122.406523454504)
76011 18432 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 7 Sidewalk: Property side : Cutout 5 Tree 1 Health Dept 8   01/20/2016 12:00:00 AM 40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
77686 18442 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 17 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8   01/20/2016 12:00:00 AM 40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
84479 18438 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 13 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
107111 18434 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
107467 18427 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 2 Sidewalk: Property side : Cutout 5 Tree 1 Health Dept 8     40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
114817 18439 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 14 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3x3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
118890 18437 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 12 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)
120733 18436 Permitted Site 1 Magnolia grandiflora :: Southern Magnolia 21 1001X Potrero Ave 11 Sidewalk: Curb side : Cutout 1 Tree 1 Health Dept 8     40 3X3   6010537.158904701 2103412.4254884 37.75616405148111 -122.406529656376 (37.7561640514811, -122.406529656376)

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