Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 25, qSiteInfo = 3 and qSpecies = 100

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
33156 234362 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1150x Dolores St 4 Median : Yard 3 Tree 1 DPW 2     25     6005144.45634 2101528.47617 37.7506879938715 -122.425045428228 (37.7506879938715, -122.425045428228)
43461 194341 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 418x The Embarcadero 1 Median : Yard 3 Tree 1 DPW 2     25 Width 8ft   6016036.61123 2112738.53497 37.7820776491035 -122.388161338867 (37.7820776491035, -122.388161338867)
70019 194312 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 380x The Embarcadero 4 Median : Yard 3 Tree 1 DPW 2     25 Width 7ft   6015090.90053 2116737.38808 37.7930051404365 -122.391712777831 (37.7930051404365, -122.391712777831)
71598 194349 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 418x The Embarcadero 9 Median : Yard 3 Tree 1 DPW 2     25 Width 8ft   6016039.59045 2113336.99155 37.7837210414445 -122.388192810667 (37.7837210414445, -122.388192810667)
74450 132131 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 500x The Embarcadero 11 Median : Yard 3 Tree 1 DPW 2     25 Width 10ft   6013617.689669999 2118709.1573799998 37.7983372649156 -122.39694851296001 (37.7983372649156, -122.39694851296)
151204 234363 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1150x Dolores St 5 Median : Yard 3 Tree 1 DPW 2     25     6005145.85028 2101496.26634 37.7505996318694 -122.425038316369 (37.7505996318694, -122.425038316369)
156409 194327 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 88x King St 3 Median : Yard 3 Tree 1 DPW 2     25 Width 8ft   6015782.92624 2112129.67425 37.780391795274 -122.388996458319 (37.780391795274, -122.388996458319)
164266 132076 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1100x The Embarcadero 5 Median : Yard 3 Tree 1 DPW 2     25 Width 10ft   6012766.891340001 2119978.53875 37.8017752858665 -122.399981740966 (37.8017752858665, -122.399981740966)
165757 234350 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 600x Dolores St 2 Median : Yard 3 Tree 1 DPW 2     25     6004963.57632 2104757.16703 37.759543004714 -122.425900727537 (37.759543004714, -122.425900727537)
176923 132084 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1200x The Embarcadero 5 Median : Yard 3 Tree 1 DPW 2     25 Width 10ft   6012274.61558 2120706.35336 37.8037462301721 -122.401736440606 (37.8037462301721, -122.401736440606)
186566 132093 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1100x The Embarcadero 2 Median : Yard 3 Tree 1 DPW 2     25 Width 10ft   6012902.31977 2119848.32419 37.8014252975988 -122.39950394556699 (37.8014252975988, -122.399503945567)

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