Street_Tree_List

Data source: data.sfgov.org

4 rows where qSiteInfo = 13 and qSpecies = 11

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25385 228907 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 902 Duboce Ave 4 Back Yard : Yard 13 Tree 1 Private 1     11 Width 7ft   6002320.43591 2108252.4902 37.7689905824786 -122.435292027503 (37.7689905824786, -122.435292027503)
26526 228904 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 902 Duboce Ave 1 Back Yard : Yard 13 Tree 1 Private 1     6     6002231.23378 2108246.83249 37.7689699817064 -122.435600166732 (37.7689699817064, -122.435600166732)
74783 228905 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 902 Duboce Ave 2 Back Yard : Yard 13 Tree 1 Private 1     10     6002259.19878 2108248.90212 37.768977252715295 -122.43550358581801 (37.7689772527153, -122.435503585818)
160452 228906 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 902 Duboce Ave 3 Back Yard : Yard 13 Tree 1 Private 1     13     6002292.02781 2108250.42967 37.768983311465 -122.435390141758 (37.768983311465, -122.435390141758)

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