Street_Tree_List

Data source: data.sfgov.org

6 rows where qAddress = "2187x 09th Ave", qSiteInfo = 3 and qSpecies = 47

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
39373 206819 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 11 Median : Yard 3 Tree 1 DPW 2     9     5993645.71889 2101030.10757 37.7486633474324 -122.46477253084 (37.7486633474324, -122.46477253084)
48845 206816 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 5 Median : Yard 3 Tree 1 DPW 2     2     5993579.5371900005 2100911.34414 37.7483334374322 -122.46499276043001 (37.7483334374322, -122.46499276043)
60954 206815 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 3 Median : Yard 3 Tree 1 DPW 2     1     5993562.9787 2100880.73772 37.7482484452101 -122.465047796213 (37.7482484452101, -122.465047796213)
67634 206814 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 1 Median : Yard 3 Tree 1 DPW 2     3     5993540.83818 2100833.0540400003 37.748116241270104 -122.465120894018 (37.7481162412701, -122.465120894018)
132074 206817 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 6 Median : Yard 3 Tree 1 DPW 2     35     5993586.72405 2100922.72435 37.7483650989873 -122.464968735031 (37.7483650989873, -122.464968735031)
171283 206818 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 2187x 09th Ave 9 Median : Yard 3 Tree 1 DPW 2     28     5993615.2443699995 2100968.4802 37.748492377339204 -122.46487343566601 (37.7484923773392, -122.464873435666)

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