Street_Tree_List

Data source: data.sfgov.org

14 rows where DBH = 23 and qSpecies = 75 sorted by qCareAssistant

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant ▼ PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
49819 49090 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 101 Athens St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23   Permit Number 46240 6005000.86531 2092599.96167 37.7261641966181 -122.424906823795 (37.7261641966181, -122.424906823795)
53739 107420 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 62 Naples St 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     23     6004646.42863 2093164.0318599998 37.727692982045205 -122.426172231973 (37.7276929820452, -122.426172231973)
60293 244814 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 45 Hoff St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 6ft   6006569.6779 2106452.55606 37.7642887820295 -122.420466362743 (37.7642887820295, -122.420466362743)
66563 184459 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 2170 45th Ave 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     23 Width 0ft   5982352.1644 2100338.7067 37.746107363854705 -122.503773678611 (37.7461073638547, -122.503773678611)
72671 217483 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 487 Joost Ave 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     23 Width 10ft   5998873.28001 2094951.91453 37.7322740898789 -122.44625857187599 (37.7322740898789, -122.446258571876)
155468 217472 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 59 Hazelwood Ave 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     23 Width 3ft   5996579.72389 2094039.2232700002 37.729636804572394 -122.45412197764401 (37.7296368045724, -122.454121977644)
160869 124558 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 90 Palm Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 3ft   5995920.27647 2113881.21497 37.7840800415509 -122.457836994738 (37.7840800415509, -122.457836994738)
165462 243940 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 52 Levant St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 2ft   6000286.216519999 2106527.07627 37.764137294817296 -122.442204366933 (37.7641372948173, -122.442204366933)
165577 243936 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 300 Virginia Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     23 Width 3ft   6006941.75615 2098326.05055 37.741996218065296 -122.41860313204599 (37.7419962180653, -122.418603132046)
173091 217428 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 1113 Kirkham St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 3ft   5991492.83801 2105186.64815 37.7599517618807 -122.47252009133601 (37.7599517618807, -122.472520091336)
176643 181263 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 271 Leland Ave 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     23 Width 3ft   6009475.51838 2087694.07697 37.7129453900797 -122.40909212061199 (37.7129453900797, -122.409092120612)
180281 202175 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 100 Kalmanovitz St 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     23 Width 2ft   6013138.4392099995 2093044.77183 37.7278418441173 -122.396806662905 (37.7278418441173, -122.396806662905)
186788 203185 Undocumented 2 Washingtonia robusta :: Mexican Fan Palm 75 10 Arkansas St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23 Width 4ft   6012813.13968 2106962.381 37.76603851379279 -122.398907634804 (37.7660385137928, -122.398907634804)
189103 96941 Permitted Site 1 Washingtonia robusta :: Mexican Fan Palm 75 108 Palm Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     23     5995926.85193 2113670.95774 37.7835031091294 -122.457799026544 (37.7835031091294, -122.457799026544)

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