Street_Tree_List

Data source: data.sfgov.org

4 rows where SiteOrder = 5, 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
757 251377 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 401 Portola Dr 5 Median : Yard 3 Tree 1 DPW 2           5998962.0 2100210.0 37.7467166026546 -122.446329965078 (37.7467166026546, -122.446329965078)
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)
83234 109676 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 200X VIDAL DR 5 Median : Yard 3 Tree 1 DPW 2           5987624.0 2090693.0 37.719931328083206 -122.48483708629801 (37.7199313280832, -122.484837086298)
183462 206813 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 198x San Anselmo Ave 5 Median : Yard 3 Tree 1 DPW 2     12     5993675.924 2096312.14772 37.7357107573442 -122.464325594759 (37.7357107573442, -122.464325594759)

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