Street_Tree_List

Data source: data.sfgov.org

7 rows where DBH = 30 and qSpecies = 75 sorted by PlotSize

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlantDate, PlotSize

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location
18428 25049 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 900X Dolores St 4 Median : Cutout 11 Tree 1 DPW 2   10/20/1999 12:00:00 AM 30 20   6005065.417330001 2102966.79857 37.7546328277698 -122.425421098419 (37.7546328277698, -122.425421098419)
19141 25104 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1400X Dolores St 4 Median : Cutout 11 Tree 1 DPW 2     30 20   6005230.71957 2100053.05302 37.7466416939779 -122.424642178499 (37.7466416939779, -122.424642178499)
19386 25103 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1400X Dolores St 3 Median : Cutout 11 Tree 1 DPW 2     30 20   6005223.79386 2100066.14764 37.746677257659705 -122.424667058263 (37.7466772576597, -122.424667058263)
11503 27099 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 681 Silver Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     30 2X2   6005896.77811 2093584.4181099997 37.7289178631699 -122.421879597869 (37.7289178631699, -122.421879597869)
26642 27703 DPW Maintained 3 Washingtonia robusta :: Mexican Fan Palm 75 1600 Ocean Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   04/01/2003 12:00:00 AM 30 5X5   5995069.03366 2092243.1445 37.7246184644438 -122.45921454824101 (37.7246184644438, -122.459214548241)
117906 28390 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 1556 Ocean Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   04/01/2003 12:00:00 AM 30 5X5   5995079.29349 2092240.59215 37.7246120461485 -122.459178896827 (37.7246120461485, -122.459178896827)
148382 217471 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1440 Plymouth Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     30 Width 3ft   5995913.41271 2093587.41578 37.728358019885505 -122.456392814383 (37.7283580198855, -122.456392814383)

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