Street_Tree_List

Data source: data.sfgov.org

11 rows where PlotSize = 8 and qSpecies = 71

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlantDate, DBH

PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1548 8472 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1900 Geary Blvd 9 Median : Cutout 11 Tree 1 DPW 2     6 8   6002074.2026 2113678.2789 37.7838744530021 -122.436532136471 (37.7838744530021, -122.436532136471)
3479 8471 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1900 Geary Blvd 8 Median : Cutout 11 Tree 1 DPW 2   06/03/1994 12:00:00 AM 6 8   6002124.2891 2113678.9558 37.783879157642104 -122.43635890448 (37.7838791576421, -122.43635890448)
4472 8393 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 4 Median : Cutout 11 Tree 1 DPW 2     36 8   6004320.9581 2113985.4149 37.7848451877241 -122.428781097193 (37.7848451877241, -122.428781097193)
5271 8390 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 1 Median : Cutout 11 Tree 1 DPW 2     36 8   6004488.7034 2114010.5767 37.784923768316396 -122.428202546761 (37.7849237683164, -122.428202546761)
5273 8391 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 2 Median : Cutout 11 Tree 1 DPW 2     36 8   6004438.3798 2114005.2394 37.784906265949004 -122.428376269712 (37.784906265949, -122.428376269712)
5280 8392 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 3 Median : Cutout 11 Tree 1 DPW 2     36 8   6004378.143999999 2113996.8521 37.784879827842296 -122.428584068109 (37.7848798278423, -122.428584068109)
5837 8395 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 6 Median : Cutout 11 Tree 1 DPW 2   06/09/1994 12:00:00 AM 6 8   6004192.8617 2113973.9777 37.7848065332396 -122.429223453232 (37.7848065332396, -122.429223453232)
6395 8394 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1500 Geary Blvd 5 Median : Cutout 11 Tree 1 DPW 2     36 8   6004234.0356 2113977.7901 37.784819331933 -122.429081276927 (37.784819331933, -122.429081276927)
6405 8469 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1900 Geary Blvd 6 Median : Cutout 11 Tree 1 DPW 2     48 8   6002244.0904 2113695.2 37.7839305664786 -122.435945599699 (37.7839305664786, -122.435945599699)
6701 8474 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1900 Geary Blvd 11 Median : Cutout 11 Tree 1 DPW 2     6 8   6001879.2717 2113651.8819999998 37.7837908949329 -122.437204633286 (37.7837908949329, -122.437204633286)
7244 8475 DPW Maintained 3 Pinus canariensis :: Canary Island Pine 71 1900 Geary Blvd 12 Median : Cutout 11 Tree 1 DPW 2   06/03/1994 12:00:00 AM 6 8   6001831.8926 2113645.1136 37.7837696172579 -122.43736806210899 (37.7837696172579, -122.437368062109)

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