Street_Tree_List

Data source: data.sfgov.org

10 rows where qLegalStatus = 3 and qSpecies = 89

View and edit SQL

qLegalStatus

  • DPW Maintained · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13972 20404 DPW Maintained 3 Magnolia spp :: Magnolia 89 262X Sunset Blvd 49 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 60            
24029 250142 DPW Maintained 3 Magnolia spp :: Magnolia 89 2550x Lyon St 10 Median : Yard 3 Tree 1 DPW 2     1     5999229.6006 2117622.80882 37.7945430395703 -122.44665726921801 (37.7945430395703, -122.446657269218)
88027 21552 DPW Maintained 3 Magnolia spp :: Magnolia 89 1405 Sutter St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 2x2   6005864.0928275 2114832.0476095 37.787257048711794 -122.423502557849 (37.7872570487118, -122.423502557849)
90682 6716 DPW Maintained 3 Magnolia spp :: Magnolia 89 1200X Fairfax Ave 13 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   04/05/2015 11:25:00 AM 3 3x3   6017621.9936242 2096730.3826429 37.7382103402349 -122.381562963191 (37.7382103402349, -122.381562963191)
93089 6779 DPW Maintained 3 Magnolia spp :: Magnolia 89 1355 Fairfax Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   06/17/2011 12:00:00 AM 3 3x3   6016787.8631263 2097291.0360598997 37.7397036915046 -122.38448604022699 (37.7397036915046, -122.384486040227)
98423 6713 DPW Maintained 3 Magnolia spp :: Magnolia 89 1200X Fairfax Ave 10 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   04/05/2015 11:14:00 AM 3 3x3   6017621.9936242 2096730.3826429 37.7382103402349 -122.381562963191 (37.7382103402349, -122.381562963191)
109354 19337 DPW Maintained 3 Magnolia spp :: Magnolia 89 420 Shields St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2   07/12/2014 12:00:00 AM 3 3x3   5992930.1579343 2089870.1086696 37.71797948671671 -122.46643591192101 (37.7179794867167, -122.466435911921)
121835 28057 DPW Maintained 3 Magnolia spp :: Magnolia 89 33 Haight St 4 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     8 4X4   6005944.78414 2109618.42708 37.77294627400379 -122.42285271058 (37.7729462740038, -122.42285271058)
123461 28056 DPW Maintained 3 Magnolia spp :: Magnolia 89 33 Haight St 3 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     8 4X4   6005944.78414 2109618.42708 37.77294627400379 -122.42285271058 (37.7729462740038, -122.42285271058)
128741 5427 DPW Maintained 3 Magnolia spp :: Magnolia 89 460X Dolores St 5 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     6 3X3   6004889.2026724005 2105697.5669461996 37.7621209168257 -122.42622490044901 (37.7621209168257, -122.426224900449)

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