Street_Tree_List

Data source: data.sfgov.org

6 rows where PlotSize = "Width 5ft", qSiteInfo = 4 and qSpecies = 5

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
29477 188598 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1050 Wisconsin St 4 : 4 Tree 1 Private 1     18 Width 5ft   6012781.12633 2102535.65122 37.7538819037331 -122.398707676819 (37.7538819037331, -122.398707676819)
31138 249446 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1050 Ellis St 6 : 4 Tree 1 Private 1     21 Width 5ft   6005679.55916 2113469.5737 37.7835056151439 -122.424044078095 (37.7835056151439, -122.424044078095)
40309 188704 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 85 Bay View St 1 : 4 Tree 1 Private 1     31 Width 5ft   6013901.34741 2094806.9299400002 37.7327228057098 -122.394292577538 (37.7327228057098, -122.394292577538)
60307 188597 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1050 Wisconsin St 3 : 4 Tree 1 Private 1     15 Width 5ft   6012781.38051 2102548.17796 37.7539163136043 -122.398707676835 (37.7539163136043, -122.398707676835)
70092 249441 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1050 Ellis St 1 : 4 Tree 1 Private 1     21 Width 5ft   6005807.98079 2113486.28035 37.7835587371777 -122.42360097670601 (37.7835587371777, -122.423600976706)
73594 188600 Undocumented 2 Acacia melanoxylon :: Blackwood Acacia 5 1801 22nd St 2 : 4 Tree 1 Private 1     19 Width 5ft   6012542.53813 2103744.35344 37.7571874401736 -122.399617634271 (37.7571874401736, -122.399617634271)

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