Street_Tree_List

Data source: data.sfgov.org

6 rows where SiteOrder = 15 and qSiteInfo = 17

View and edit SQL

Suggested facets: qLegalStatus, qCaretaker

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1320 251503 DPW Maintained 3 Pinus pinea :: Italian Stone Pine 143 800X Bosworth St 15 Side Yard : Yard 17 Tree 1 DPW 2           6001905.0 2095492.0 37.733929718905394 -122.435815869962 (37.7339297189054, -122.435815869962)
45261 177822 Undocumented 2 Myoporum laetum :: Myoporum 1 35 Tomaso Ct 15 Side Yard : Yard 17 Tree 1 Private 1     19 Width 3ft   6009243.51838 2086439.4286099998 37.7094873825954 -122.40980548443899 (37.7094873825954, -122.409805484439)
57891 125340 Undocumented 2 Acer macrophyllum :: Big Leaf Maple 159 943 Green St 15 Side Yard : Yard 17 Tree 1 Private 1     20     6008683.32426 2118993.96894 37.798843386272395 -122.41404312948299 (37.7988433862724, -122.414043129483)
70214 134516 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 100 Fulton St 15 Side Yard : Yard 17 Tree 1 Private 1     7 Width 4ft   6007879.23543 2112081.34439 37.7798178173801 -122.416335670458 (37.7798178173801, -122.416335670458)
146611 206798 Undocumented 2 Cupaniopsis anacardioides :: Carrotwood 118 714 Detroit St 15 Side Yard : Yard 17 Tree 1 Private 1     13     5999465.474230001 2095438.72707 37.7336445658277 -122.444246198512 (37.7336445658277, -122.444246198512)
147910 136288 Undocumented 2 Quercus spp :: Oak 297 2836 Larkin St 15 Side Yard : Yard 17 Tree 1 Private 1     5     6006500.63968 2121061.90297 37.804398574988205 -122.421742905414 (37.8043985749882, -122.421742905414)

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