Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 9, 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
40086 190990 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 301x Cashmere St 9 Median : Yard 3 Tree 1 DPW 2     8     6016177.273030001 2096204.98812 37.7366878401785 -122.38652151236201 (37.7366878401785, -122.386521512362)
47222 206821 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 335x Pacheco St 9 Median : Yard 3 Tree 1 DPW 2     3 Width 8ft   5994174.99878 2101175.06788 37.7490918726007 -122.46295281564501 (37.7490918726007, -122.462952815645)
163128 247031 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 550x Valley St 9 Median : Yard 3 Tree 1 DPW 2     26     6002334.8025400005 2099162.94393 37.744033686108395 -122.43459231090901 (37.7440336861084, -122.434592310909)
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)
184580 206812 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 66x Santa Monica Way 9 Median : Yard 3 Tree 1 DPW 2     15     5993679.09704 2097560.53952 37.739138713068 -122.464405236026 (37.739138713068, -122.464405236026)

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