Street_Tree_List

Data source: data.sfgov.org

13 rows where qLegalStatus = 3 and qSpecies = 65

View and edit SQL

DBH

qLegalStatus

  • DPW Maintained · 13
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
18244 22894 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 178 Valencia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   03/02/1994 12:00:00 AM 6 3X3   6006031.57399 2108654.01225 37.77030311873 -122.42248395306801 (37.77030311873, -122.422483953068)
18956 25081 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1200X Dolores St 1 Median : Cutout 11 Tree 1 DPW 2   10/03/2012 12:00:00 AM 20 20   6005156.57495 2101303.54282 37.7500710634364 -122.424987519083 (37.7500710634364, -122.424987519083)
19091 25124 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1550 Dolores St 5 Median : Cutout 11 Tree 1 DPW 2     40 20   6005279.44295 2099098.5457599997 37.744023586718505 -122.42440581777299 (37.7440235867185, -122.424405817773)
21087 18534 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 268 Prospect Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     40 3X3   6006513.583380001 2098175.5573400003 37.741558882232 -122.420072941732 (37.741558882232, -122.420072941732)
76163 113320 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 175X VALENCIA ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 3x3   6006045.0 2108809.0 37.7707294354185 -122.42244852678101 (37.7707294354185, -122.422448526781)
87764 107481 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1300x Montgomery St 1 Median : Cutout 11 Tree 1 DPW 2           6011490.9987699995 2119741.7952799997 37.801054029046504 -122.404380271142 (37.8010540290465, -122.404380271142)
98727 25142 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1798X Dolores St 8 Median : Cutout 11 Tree 1 DPW 2     36 20   6005303.475850901 2097774.014097 37.740388080432204 -122.42422853472999 (37.7403880804322, -122.42422853473)
116920 234415 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 10x Benton Ave 5 Median : Yard 3 Tree 1 DPW 2     33     6004760.79404 2095007.84902 37.732762157335 -122.425908061504 (37.732762157335, -122.425908061504)
125406 113318 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 174 VALENCIA ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 3x3   6005996.0 2108657.0 37.7703093154737 -122.42260721592699 (37.7703093154737, -122.422607215927)
127275 234411 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 10x Benton Ave 4 Median : Yard 3 Tree 1 DPW 2     32     6004755.33467 2095032.93123 37.7328307189427 -122.42592872073601 (37.7328307189427, -122.425928720736)
169078 234409 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1750x Dolores St 2 Median : Yard 3 Tree 1 DPW 2     18     6005335.117769999 2098093.36784 37.7412667401708 -122.42414183529499 (37.7412667401708, -122.424141835295)
186368 234408 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 1700x Dolores St 6 Median : Yard 3 Tree 1 DPW 2     18     6005328.71951 2098210.15562 37.7415870517023 -122.424172262039 (37.7415870517023, -122.424172262039)
188023 234407 DPW Maintained 3 Phoenix dactylifera :: Date Palm 65 100x Dolores St 8 Median : Yard 3 Tree 1 DPW 2     18     6004812.29017 2107562.9589 37.7672384899902 -122.426623750084 (37.7672384899902, -122.426623750084)

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