Street_Tree_List

Data source: data.sfgov.org

6 rows where qAddress = "200 Portola Dr", qSiteInfo = 4 and qSpecies = 48

View and edit SQL

Suggested facets: DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25454 227130 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 2 : 4 Tree 1 Private 1     3 Width 3ft   5999573.3022300005 2100550.7346900003 37.747687072210105 -122.44424063169599 (37.7476870722101, -122.444240631696)
35827 227133 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 9 : 4 Tree 1 Private 1     4 Width 3ft   5999502.6369199995 2100390.28597 37.7472424869628 -122.44447345808999 (37.7472424869628, -122.44447345809)
50608 227132 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 5 : 4 Tree 1 Private 1     3 Width 3ft   5999561.91472 2100471.96222 37.747470132350394 -122.444274349099 (37.7474701323504, -122.444274349099)
130556 227131 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 3 : 4 Tree 1 Private 1     3 Width 3ft   5999574.512619999 2100531.90957 37.7476354520323 -122.44423509368 (37.7476354520323, -122.44423509368)
159779 227135 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 11 : 4 Tree 1 Private 1     2 Width 3ft   5999460.85655 2100362.14837 37.7471628438967 -122.444615908893 (37.7471628438967, -122.444615908893)
169727 227134 Undocumented 2 Lagunaria patersonii :: Primrose Tree 48 200 Portola Dr 10 : 4 Tree 1 Private 1     3 Width 3ft   5999484.90108 2100375.94772 37.747202105595 -122.44453375672501 (37.747202105595, -122.444533756725)

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