Street_Tree_List

Data source: data.sfgov.org

10 rows where DBH = 22, 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
38595 234356 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 650x Dolores St 3 Median : Yard 3 Tree 1 DPW 2     22     6004985.9304599995 2104422.99085 37.7586266989802 -122.42579962935301 (37.7586266989802, -122.425799629353)
59618 132097 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1100x The Embarcadero 10 Median : Yard 3 Tree 1 DPW 2     22 Width 10ft   6012695.81427 2120154.0888900002 37.8022533411719 -122.400240038841 (37.8022533411719, -122.400240038841)
70595 132088 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1500x The Embarcadero 4 Median : Yard 3 Tree 1 DPW 2     22 Width 10ft   6011509.10408 2121480.92062 37.8058302534199 -122.404440103948 (37.8058302534199, -122.404440103948)
72003 194321 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 400x The Embarcadero 2 Median : Yard 3 Tree 1 DPW 2     22 Width 7ft   6014800.62587 2117118.44333 37.794035312034104 -122.392743821769 (37.7940353120341, -122.392743821769)
129992 132099 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1100x The Embarcadero 14 Median : Yard 3 Tree 1 DPW 2     22 Width 10ft   6012592.45443 2120302.68635 37.8026555899447 -122.40060816104099 (37.8026555899447, -122.400608161041)
149311 132111 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1500x The Embarcadero 11 Median : Yard 3 Tree 1 DPW 2     22 Width 10ft   6011290.22315 2121683.26622 37.806373610322105 -122.40521183646999 (37.8063736103221, -122.40521183647)
162235 194317 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 380x The Embarcadero 9 Median : Yard 3 Tree 1 DPW 2     22 Width 7ft   6014996.79198 2116890.75749 37.7934210328094 -122.392049131461 (37.7934210328094, -122.392049131461)
182038 234353 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 600x Dolores St 5 Median : Yard 3 Tree 1 DPW 2     22     6004972.999969999 2104631.70012 37.7591990347337 -122.425859204936 (37.7591990347337, -122.425859204936)
182110 194322 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 400x The Embarcadero 3 Median : Yard 3 Tree 1 DPW 2     22 Width 7ft   6014773.3420400005 2117151.64182 37.7941249519603 -122.392840551058 (37.7941249519603, -122.392840551058)
182470 132107 DPW Maintained 3 Phoenix canariensis :: Canary Island Date Palm 100 1500x The Embarcadero 3 Median : Yard 3 Tree 1 DPW 2     22 Width 10ft   6011604.73213 2121437.1460700002 37.805715402812204 -122.40410608402901 (37.8057154028122, -122.404106084029)

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