Street_Tree_List

Data source: data.sfgov.org

10 rows where qCaretaker = 10 and qSiteInfo = 5

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, qAddress, SiteOrder, DBH, PlotSize, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
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)
44837 95043 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 3224 Pierce St 4 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10     9 3x3   6001388.0 2119447.0 37.79967484547421 -122.43931976889999 (37.7996748454742, -122.4393197689)
91879 95040 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 3224 Pierce St 13 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10       3x3   6001388.0 2119447.0 37.79967484547421 -122.43931976889999 (37.7996748454742, -122.4393197689)
98857 97214 DPW Maintained 3 Ceanothus 'Ray Hartman' :: California Lilac 'Ray Hartman' 58 300X Claremont Blvd 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10     12     5993486.0 2098110.3 37.7406370848463 -122.465112792055 (37.7406370848463, -122.465112792055)
104962 97215 DPW Maintained 3 Eucalyptus sideroxylon :: Red Ironbark 36 300X Claremont Blvd 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10     20 4x12   5993486.0 2098110.3 37.7406370848463 -122.465112792055 (37.7406370848463, -122.465112792055)
105794 95046 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 3224 Pierce St 10 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10     13 3x3   6001388.0 2119447.0 37.79967484547421 -122.43931976889999 (37.7996748454742, -122.4393197689)
107894 111381 Undocumented 2 Pinus radiata :: Monterey Pine 3 301x OCEAN AVE 3 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)
111208 95042 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 3224 Pierce St 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10     11 3x3   6001388.0 2119447.0 37.79967484547421 -122.43931976889999 (37.7996748454742, -122.4393197689)
115106 95044 DPW Maintained 3 Ficus nitida :: Laurel Fig 43 3224 Pierce St 6 Sidewalk: Property side : Cutout 5 Tree 1 DPW for City Agency 10       3x3   6001388.0 2119447.0 37.79967484547421 -122.43931976889999 (37.7996748454742, -122.4393197689)
121695 111379 Undocumented 2 Pinus radiata :: Monterey Pine 3 301x OCEAN AVE 1 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)

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