Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 90 and qSpecies = 75

View and edit SQL

Suggested facets: qAddress

qSiteInfo

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
17162 25069 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1000X Dolores St 12 Median : Cutout 11 Tree 1 DPW 2     90 20   6005114.64614 2102050.12648 37.752118640770995 -122.42518562892599 (37.752118640771, -122.425185628926)
17966 25063 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1000X Dolores St 6 Median : Cutout 11 Tree 1 DPW 2     90 20   6005101.20924 2102268.05958 37.7527162753581 -122.42524760211501 (37.7527162753581, -122.425247602115)
18812 25066 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1000X Dolores St 9 Median : Cutout 11 Tree 1 DPW 2     90 20   6005105.419480001 2102158.55982 37.7524158523077 -122.425225251269 (37.7524158523077, -122.425225251269)
21785 25131 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1600X Dolores St 1 Median : Cutout 11 Tree 1 DPW 2     90 20   6005285.7039 2098966.45887 37.74366125975121 -122.42437477586901 (37.7436612597512, -122.424374775869)
21999 25056 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 900X Dolores St 11 Median : Cutout 11 Tree 1 DPW 2     90 20   6005074.95095 2102753.03228 37.7540464140318 -122.42537291722999 (37.7540464140318, -122.42537291723)

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