Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 11 and qSpecies = 87

View and edit SQL

Suggested facets: qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Median : Cutout · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
4226 137774 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 900x DIVISADERO ST 7 Median : Cutout 11 Tree 1 DPW 2   10/10/2017 09:09:00 AM 3 Width 0ft   6001464.3665 2111724.7391 37.7784758562415 -122.438501924604 (37.7784758562415, -122.438501924604)
78773 97390 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1400X Broadway 14 Median : Cutout 11 Tree 1 DPW 2           6006851.0 2118099.6 37.7962845906619 -122.420320069483 (37.7962845906619, -122.420320069483)
96286 97389 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1400X Broadway 13 Median : Cutout 11 Tree 1 DPW 2           6006851.0 2118099.6 37.7962845906619 -122.420320069483 (37.7962845906619, -122.420320069483)
101756 97388 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1400X Broadway 11 Median : Cutout 11 Tree 1 DPW 2           6006851.0 2118099.6 37.7962845906619 -122.420320069483 (37.7962845906619, -122.420320069483)
106439 97376 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1300X Broadway 10 Median : Cutout 11 Tree 1 DPW 2           6007392.5 2118111.1 37.7963466650802 -122.418447178533 (37.7963466650802, -122.418447178533)
121405 97387 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1400X Broadway 12 Median : Cutout 11 Tree 1 DPW 2           6006851.0 2118099.6 37.7962845906619 -122.420320069483 (37.7962845906619, -122.420320069483)
138437 97386 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1400X Broadway 10 Median : Cutout 11 Tree 1 DPW 2           6006851.0 2118099.6 37.7962845906619 -122.420320069483 (37.7962845906619, -122.420320069483)
141313 97375 DPW Maintained 3 Acer rubrum 'Armstrong' :: Armstrong Red Maple 87 1300X Broadway 11 Median : Cutout 11 Tree 1 DPW 2           6007392.5 2118111.1 37.7963466650802 -122.418447178533 (37.7963466650802, -122.418447178533)

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