Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 5 and qSpecies = 47

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlotSize, XCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
5088 206891 DPW Maintained 3 Cupressus macrocarpa :: Monterey Cypress 47 1675x 15th Ave 1 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     24 Width 3ft   5991393.559640001 2103864.47578 37.756315678748706 -122.472767037095 (37.7563156787487, -122.472767037095)
9683 173631 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 99X Everglade Dr 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5986361.0 2095495.0 37.733042731061104 -122.48955570953301 (37.7330427310611, -122.489555709533)
110973 106962 Significant Tree 6 Cupressus macrocarpa :: Monterey Cypress 47 218 SADOWA ST 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     22     5994814.0 2087793.9 37.7123872323548 -122.459774032106 (37.7123872323548, -122.459774032106)
112486 117064 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 257 PERALTA AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   6009832.0 2099662.0 37.745826739133 -122.408703774946 (37.745826739133, -122.408703774946)
118696 108360 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 5290 DIAMOND HEIGHTS BLVD 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     30 3x10   6001137.6 2099182.7 37.7440198953745 -122.43873337410601 (37.7440198953745, -122.438733374106)
119522 99047 Permitted Site 1 Cupressus macrocarpa :: Monterey Cypress 47 240@Casitas Lansdale Ave 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     42   Permit Number 768724 5994955.6 2096712.9 37.736884803366706 -122.459930310697 (37.7368848033667, -122.459930310697)
140362 108359 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 5290 DIAMOND HEIGHTS BLVD 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     20 3x10   6001137.6 2099182.7 37.7440198953745 -122.43873337410601 (37.7440198953745, -122.438733374106)
141192 108958 Undocumented 2 Cupressus macrocarpa :: Monterey Cypress 47 1400 22ND AVE 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5989329.4 2105769.6 37.7614269305246 -122.48004495307501 (37.7614269305246, -122.480044953075)

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