Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 2, qCaretaker = 10 and qLegalStatus = 2

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1493 103663 Undocumented 2 Tree(s) :: 17 350X Hickory St 2 Front Yard : Yard 7 Tree 1 DPW for City Agency 10 DPW 4 06/07/2013 12:00:00 AM     Permit Number 770306          
1912 251809 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 2 Hangah St 2 Unaccepted Street : Cutout 20 Tree 1 DPW for City Agency 10 Rec/Park 7     3x3   6010544.0 2117119.0 37.7937995065594 -122.40747229387699 (37.7937995065594, -122.407472293877)
2552 246840 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 301 Broderick St 2 : 4 Tree 1 DPW for City Agency 10     19 Width 3ft   6001188.51269 2109936.2184200003 37.7735493340682 -122.43932797261999 (37.7735493340682, -122.43932797262)
2926 140270 Undocumented 2 Liquidambar styraciflua :: American Sweet Gum 62 2040 Hayes St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10   08/11/2017 12:00:00 AM 3 Width 0ft   5998125.7967 2109984.6626 37.773507582533604 -122.44992580546001 (37.7735075825336, -122.44992580546)
43480 111380 Undocumented 2 Pinus radiata :: Monterey Pine 3 301x OCEAN AVE 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10 MTA 10   24 3x3   5999454.0 2091552.0 37.7229718629586 -122.44400669588998 (37.7229718629586, -122.44400669589)
51360 110401 Undocumented 2 Eucalyptus sideroxylon :: Red Ironbark 36 419X 18th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 MTA 10   27 3x3   5990271.90904 2112469.3758 37.779877404965504 -122.4772748837 (37.7798774049655, -122.4772748837)
93134 98908 Undocumented 2 Pittosporum undulatum :: Victorian Box 26 501X Shotwell St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 DPW 4     3x3   6007873.2 2105005.6 37.7603891478182 -122.415855367022 (37.7603891478182, -122.415855367022)
96735 113809 Undocumented 2 Eriobotrya deflexa :: Bronze Loquat 49 4101x 25TH ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 SFUSD 6 06/15/2016 07:36:00 AM 3 5x5   6002889.0 2101238.0 37.7497627495089 -122.43282423123999 (37.7497627495089, -122.43282423124)
111553 113706 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 2801x CLEMENT ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 SFUSD 6     4x4   5986698.0 2113245.0 37.78179903933621 -122.4896955071 (37.7817990393362, -122.4896955071)
142174 111129 Undocumented 2 Liquidambar styraciflua :: American Sweet Gum 62 2030x HAYES ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 SFUSD 6     5x5.5   5998060.0 2109954.0 37.773419625938295 -122.450151194281 (37.7734196259383, -122.450151194281)
144577 113865 Undocumented 2 Lophostemon confertus :: Brisbane Box 11 301x BRODERICK ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10       3x3   6001207.0 2109749.0 37.7730363312645 -122.43925060074899 (37.7730363312645, -122.439250600749)
144922 110534 Undocumented 2 Maytenus boaria :: Mayten 22 100X ASHBURY ST 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW for City Agency 10 City College 13     3x3   5998750.0 2110223.0 37.7741976920008 -122.447783765196 (37.7741976920008, -122.447783765196)

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