Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 3, qSiteInfo = 3 and qSpecies = 48

View and edit SQL

Suggested facets: qAddress, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
24383 116552 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1041x Naples St 8 Median : Yard 3 Tree 1 DPW 2     3 3x3   6001598.03525 2088202.06693 37.7138957693564 -122.436355582838 (37.7138957693564, -122.436355582838)
30642 176917 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1002x Naples St 9 Median : Yard 3 Tree 1 DPW 2     3     6001514.03799 2088123.65893 37.7136757052349 -122.436640299224 (37.7136757052349, -122.436640299224)
44260 116540 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1002x Naples St 3 Median : Yard 3 Tree 1 DPW 2     3 3x3   6001555.506159999 2088195.95431 37.713876568835396 -122.43650214175399 (37.7138765688354, -122.436502141754)
146422 116546 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1041x Naples St 2 Median : Yard 3 Tree 1 DPW 2     3 3x3   6001545.434780001 2088113.86518 37.7136505979649 -122.43653108014401 (37.7136505979649, -122.436531080144)
156295 116548 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1002x Naples St 4 Median : Yard 3 Tree 1 DPW 2     3 3x3   6001544.87474 2088178.1549900002 37.713827091712396 -122.436537614614 (37.7138270917124, -122.436537614614)
158635 116539 DPW Maintained 3 Lagunaria patersonii :: Primrose Tree 48 1002x Naples St 2 Median : Yard 3 Tree 1 DPW 2     3 3x3   6001567.487380001 2088213.7256900002 37.7139260459311 -122.436462001442 (37.7139260459311, -122.436462001442)

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