Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 3ft" and qSpecies = 134

View and edit SQL

Suggested facets: qAddress

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1134 188691 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1300 Evans Ave 45 : 4 Tree 1 DPW 2   03/18/2017 02:26:00 PM 3 Width 3ft   6017107.93008 2097506.97635 37.740314314066296 -122.38339440233999 (37.7403143140663, -122.38339440234)
1139 188692 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1300 Evans Ave 46 : 4 Tree 1 DPW 2   03/18/2017 02:33:00 PM 3 Width 3ft   6017090.76081 2097520.28707 37.7403499137184 -122.383454693803 (37.7403499137184, -122.383454693803)
1145 188690 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1300 Evans Ave 44 : 4 Tree 1 DPW 2   03/18/2017 02:23:00 PM 3 Width 3ft   6017127.64655 2097493.15124 37.7402774427419 -122.383325267851 (37.7402774427419, -122.383325267851)
1158 190438 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1350 Evans Ave 4 : 4 Tree 1 DPW 2   03/18/2017 11:59:00 AM 3 Width 3ft   6016891.21359 2097667.15217 37.740742144938395 -122.38415488076001 (37.7407421449384, -122.38415488076)
1167 190439 DPW Maintained 3 Ginkgo biloba 'Autumn Gold' :: Ginkgo: Autumn Gold 134 1350 Evans Ave 6 : 4 Tree 1 DPW 2   03/18/2017 11:54:00 AM 3 Width 3ft   6016857.78658 2097692.82931 37.740810800972206 -122.384272247659 (37.7408108009722, -122.384272247659)

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