Street_Tree_List

Data source: data.sfgov.org

4 rows where qSiteInfo = 7 and qSpecies = 20

View and edit SQL

Suggested facets: qAddress, DBH

qSiteInfo

  • Front Yard : Yard · 4
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
30579 175758 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 201 Tocoloma Ave 5 Front Yard : Yard 7 Tree 1 Private 1     4     6012839.87945 2087571.5634599999 37.7127968922232 -122.397455115464 (37.7127968922232, -122.397455115464)
37729 247042 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 596 Valley St 1 Front Yard : Yard 7 Tree 1 Private 1     4     6002114.968169999 2099165.77298 37.7440289718731 -122.43535264990601 (37.7440289718731, -122.435352649906)
153413 247043 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 596 Valley St 2 Front Yard : Yard 7 Tree 1 Private 1     5     6002094.89222 2099164.93967 37.744025543647105 -122.435422008318 (37.7440255436471, -122.435422008318)
177203 175759 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 201 Tocoloma Ave 7 Front Yard : Yard 7 Tree 1 Private 1     5     6012872.74847 2087577.73375 37.7128156646891 -122.397341941199 (37.7128156646891, -122.397341941199)

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