Street_Tree_List

Data source: data.sfgov.org

15 rows where qLegalStatus = 7 and qSpecies = 47

View and edit SQL

Suggested facets: qSiteInfo, qCaretaker, PlotSize

qLegalStatus

  • Property Tree · 15
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2764 253207 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 89 Woodhaven Ct 1 Back Yard : Cutout 16 Tree 1 Private 1       3x3   5996069.0 2103645.0 37.75598259914371 -122.45658197288401 (37.7559825991437, -122.456581972884)
3132 253339 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 2019X 24th Ave 1 Sidewalk: Property side : Yard 9 Tree 1 PUC 13       3x3   5988853.0 2101569.0 37.7498655183494 -122.481384971136 (37.7498655183494, -122.481384971136)
4447 253626 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 1671 Funston Ave 1 Back Yard : Yard 13 Tree 1 Private 1       10x10   5992125.0 2104081.0 37.756952512450205 -122.47025325330601 (37.7569525124502, -122.470253253306)
5096 253768 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 100 Raccoon Dr 1 Back Yard : Yard 13 Tree 1 Private 1           5998692.0 2104165.0 37.7575606372552 -122.44754823773899 (37.7575606372552, -122.447548237739)
78509 102745 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 222 Moncada Way 1 Front Yard : Yard 7 Tree 1 Private 1           5992354.0 2093377.4 37.727576385896604 -122.468682482409 (37.7275763858966, -122.468682482409)
84088 103516 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 980 Green St 1 Back Yard : Yard 13 Tree 1 Private 1           6008298.0 2118971.0 37.7987586699451 -122.415374854445 (37.7987586699451, -122.415374854445)
88993 121199 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 72 Fountain St 1 Back Yard : Yard 13 Tree 1 Private 1           6000322.0 2101283.0 37.7497403826665 -122.441704227556 (37.7497403826665, -122.441704227556)
90230 98140 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 315 San Marcos Ave   Front Yard : Yard 7 Tree 1 Private 1           5992920.8 2100212.1 37.746375486546704 -122.467219803339 (37.7463754865467, -122.467219803339)
105403 105236 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 235X STATES ST 1 Back Yard : Yard 13 Tree 1 Private 1     30     6001213.0 2106258.0 37.7634512529938 -122.438979613423 (37.7634512529938, -122.438979613423)
114948 113440 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 190 BEACON ST   Back Yard : Yard 13 Tree 1 Private 1     32 3x3   6003193.0 2097540.0 37.739626138558705 -122.43150902083299 (37.7396261385587, -122.431509020833)
122333 97685 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 84 Coventry Ct   Back Yard : Yard 13 Tree 1 Private 1           5997084.0 2096485.0 37.7363812239889 -122.452555087132 (37.7363812239889, -122.452555087132)
128066 98503 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 208 Glenview Dr   Back Yard : Yard 13 Tree 1 Private 1           5998871.0 2100779.0 37.74827374071911 -122.44668556582701 (37.7482737407191, -122.446685565827)
139657 117644 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 1111X SANSOME ST 1 Back Yard : Yard 13 Tree 1 Private 1       3x30   6011937.0 2119613.0 37.8007253016149 -122.402827843034 (37.8007253016149, -122.402827843034)
140844 102706 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 1342 Funston Ave 1 Back Yard : Yard 13 Tree 1 Private 1           5992135.4 2106294.8 37.7630316255695 -122.470378504645 (37.7630316255695, -122.470378504645)
145393 98880 Property Tree 7 Cupressus macrocarpa :: Monterey Cypress 47 101 Lansdale Ave 1 Front Yard : Yard 7 Tree 1 Private 1     11     5994747.9 2097283.1 37.738438484278895 -122.460689725403 (37.7384384842789, -122.460689725403)

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