Street_Tree_List

Data source: data.sfgov.org

12 rows where PlotSize = "Width 0ft", qLegalStatus = 3 and qSpecies = 36

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2557 139640 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 1780 Turk St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 Width 0ft   6001669.0 2112367.0 37.7802509803634 -122.437840034507 (37.7802509803634, -122.437840034507)
2560 138642 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 3059 PINE ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     22 Width 0ft   5999277.8969 2114611.151 37.7862765793233 -122.446273410182 (37.7862765793233, -122.446273410182)
2566 139641 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 1780 Turk St 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     25 Width 0ft   6001669.0 2112367.0 37.7802509803634 -122.437840034507 (37.7802509803634, -122.437840034507)
2569 139637 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 1780 Turk St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     16 Width 0ft   6001520.6292 2112190.4921 37.7797578963919 -122.438340667374 (37.7797578963919, -122.438340667374)
2574 139639 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 1780 Turk St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   03/14/1997 12:00:00 AM 22 Width 0ft   6001669.0 2112367.0 37.7802509803634 -122.437840034507 (37.7802509803634, -122.437840034507)
33628 176389 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 700x Mansell St 16 Median : Cutout 11 Tree 1 DPW 2     38 Width 0ft   6009439.980830001 2090047.93275 37.719406601704 -122.40938096396499 (37.719406601704, -122.409380963965)
42536 176390 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 700x Mansell St 37 Median : Cutout 11 Tree 1 DPW 2     21 Width 0ft   6009150.9462 2089957.5754799999 37.7191423008581 -122.410373676998 (37.7191423008581, -122.410373676998)
54771 176387 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 100x Mansell St 4 Median : Cutout 11 Tree 1 DPW 2     32 Width 0ft   6011480.82156 2090667.2216900003 37.7212211781905 -122.402370013862 (37.7212211781905, -122.402370013862)
67100 176388 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 100x Mansell St 8 Median : Cutout 11 Tree 1 DPW 2     32 Width 0ft   6011438.192840001 2090648.2271599998 37.7211666433202 -122.40251603501001 (37.7211666433202, -122.40251603501)
70249 176386 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 10x Mansell St 10 Median : Cutout 11 Tree 1 DPW 2     8 Width 0ft   6011666.66331 2090722.9963200002 37.7213846965192 -122.40173152668501 (37.7213846965192, -122.401731526685)
162071 176385 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 10x Mansell St 9 Median : Cutout 11 Tree 1 DPW 2     15 Width 0ft   6011675.69162 2090725.79104 37.7213928740681 -122.401700514484 (37.7213928740681, -122.401700514484)
181793 206291 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 500x Junipero Serra Blvd 38 Median : Cutout 11 Tree 1 DPW 2     7 Width 0ft   5991445.95006 2094262.4550299998 37.7299540269465 -122.471886066612 (37.7299540269465, -122.471886066612)

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