Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 19 and qSpecies = 141

View and edit SQL

Suggested facets: DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
55505 186565 Undocumented 2 Cordyline australis :: Dracena Palm 141 1501 Sunset Blvd 36 unknown : Yard 19 Tree 1 Private 1     2 Width 0ft   5984733.8247 2104692.236 37.7582007060302 -122.49585942192302 (37.7582007060302, -122.495859421923)
137799 186560 Undocumented 2 Cordyline australis :: Dracena Palm 141 1501 Sunset Blvd 31 unknown : Yard 19 Tree 1 Private 1     3 Width 0ft   5984754.3422 2104716.1033 37.7582674405997 -122.495790225123 (37.7582674405997, -122.495790225123)
146842 186566 Undocumented 2 Cordyline australis :: Dracena Palm 141 1501 Sunset Blvd 37 unknown : Yard 19 Tree 1 Private 1     3 Width 0ft   5984742.1992 2104682.6054 37.7581747535408 -122.49582974929 (37.7581747535408, -122.49582974929)
179756 186570 Undocumented 2 Cordyline australis :: Dracena Palm 141 1501 Sunset Blvd 41 unknown : Yard 19 Tree 1 Private 1     3 Width 0ft   5984760.623 2104719.4531 37.7582770060448 -122.495768750789 (37.7582770060448, -122.495768750789)
182562 186564 Undocumented 2 Cordyline australis :: Dracena Palm 141 1501 Sunset Blvd 35 unknown : Yard 19 Tree 1 Private 1     2 Width 0ft   5984731.3124 2104697.6794 37.7582155049555 -122.49586851196199 (37.7582155049555, -122.495868511962)

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