Street_Tree_List

Data source: data.sfgov.org

15 rows where qLegalStatus = 5 and qSiteInfo = 13

View and edit SQL

Suggested facets: qSpecies, SiteOrder, PlantType, qCaretaker, DBH

qLegalStatus

  • Private · 15
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2502 253119 Private 5 Pinus radiata :: Monterey Pine 3 185 Belgrave Ave 1 Back Yard : Yard 13 Tree 1 Private 1         Permit Number 780239 5997636.85301 2104869.74588 37.759435335978296 -122.45124816933 (37.7594353359783, -122.45124816933)
3835 253567 Private 5 Salix spp :: Willow 218 25 Raycliff Ter 1 Back Yard : Yard 13 Tree 1 Private 1           6000333.0 2116919.0 37.792673532262505 -122.44278881704399 (37.7926735322625, -122.442788817044)
5091 253769 Private 5 Cupressus macrocarpa :: Monterey Cypress 47 100 Raccoon Dr 2 Back Yard : Yard 13 Tree 1 Private 1           5998692.0 2104165.0 37.7575606372552 -122.44754823773899 (37.7575606372552, -122.447548237739)
8592 121500 Private 5 Pinus radiata :: Monterey Pine 3 251X Pennsylvania Ave 1 Back Yard : Yard 13 Tree 1 DPW 2                    
13268 187627 Private 5 Cupressus macrocarpa :: Monterey Cypress 47 88 States St 1 Back Yard : Yard 13 Tree 1 Private 1           6001213.0 2106258.0 37.7634512529938 -122.438979613423 (37.7634512529938, -122.438979613423)
79705 108816 Private 5 Pinus radiata :: Monterey Pine 3 348 Gold Mine Dr 1 Back Yard : Yard 13 Tree 1 Private 1     30     6001084.0 2097744.0 37.740066514789 -122.43881563429301 (37.740066514789, -122.438815634293)
85994 104510 Private 5 Sequoia sempervirens :: Coast Redwood 116 254 ALLISON ST 1 Back Yard : Yard 13 Tree 1 Private 1     40     6000052.0 2087408.0 37.7116274717654 -122.441642291463 (37.7116274717654, -122.441642291463)
97106 102276 Private 5 Tree(s) :: 17 279 Topaz Way   Back Yard : Yard 13 Landscaping 2 Private 1           6001205.6 2097796.6 37.7402178594385 -122.43839895973301 (37.7402178594385, -122.438398959733)
101345 104689 Private 5 Pinus radiata :: Monterey Pine 3 657 PALMETTO AVE 1 Back Yard : Yard 13 Tree 1 Private 1     30     5991786.0 2087190.1 37.7105547448876 -122.470195680575 (37.7105547448876, -122.470195680575)
103907 106639 Private 5 Private shrub :: Private Shrub 64 1321X CLAYTON ST 1 Back Yard : Yard 13 Landscaping 2 Private 1           5998910.0 2105100.0 37.7601403710114 -122.44686158716699 (37.7601403710114, -122.446861587167)
110838 107348 Private 5 Private shrub :: Private Shrub 64 260 LANSDALE AVE 1 Back Yard : Yard 13 Landscaping 2 Private 1           5995019.0 2096651.7 37.7367204092857 -122.459706678853 (37.7367204092857, -122.459706678853)
111683 114761 Private 5 Pinus radiata :: Monterey Pine 3 2155 10TH AVE 1 Back Yard : Yard 13 Tree 1 Private 1       10x10   5993160.0 2101036.0 37.7486515109126 -122.466452556212 (37.7486515109126, -122.466452556212)
122672 102060 Private 5 Cupressus macrocarpa :: Monterey Cypress 47 115 Kensington Way 1 Back Yard : Yard 13 Tree 1 Private 1           5994908.3 2098325.8 37.741310707397396 -122.460210667073 (37.7413107073974, -122.460210667073)
123904 106641 Private 5 Private shrub :: Private Shrub 64 1323X CLAYTON ST 1 Back Yard : Yard 13 Landscaping 2 Private 1           5999055.0 2105304.0 37.7607087868046 -122.446374778866 (37.7607087868046, -122.446374778866)
145175 108885 Private 5 Cupaniopsis anacardioides :: Carrotwood 118 707 NOE ST 5 Back Yard : Yard 13 Tree 1 Private 1       3x3   6003152.4 2104071.5 37.757557804850705 -122.43211570496099 (37.7575578048507, -122.432115704961)

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