Street_Tree_List

Data source: data.sfgov.org

14 rows where DBH = 8 and qSpecies = 99

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, qCaretaker, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31570 225166 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 338 Hoffman Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 4ft   6000619.1665199995 2101783.32951 37.7511310943237 -122.440712500502 (37.7511310943237, -122.440712500502)
34889 175846 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 210 Tocoloma Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6012734.12087 2087510.3732 37.7126229867466 -122.397816364158 (37.7126229867466, -122.397816364158)
45461 189994 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 1150x Tennessee St 8 Median : Cutout 11 Tree 1 DPW 2     8 Width 6ft   6015560.24014 2103579.83014 37.756903445945795 -122.389169674966 (37.7569034459458, -122.389169674966)
63471 206034 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 700x Monterey Blvd 17 Median : Cutout 11 Tree 1 DPW 2     8 Width 4ft   5996882.83192 2094722.4323900002 37.731530109506295 -122.453123407313 (37.7315301095063, -122.453123407313)
63791 201677 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 401 08th St 13 Front Yard : Yard 7 Tree 1 Private 1     8     6010264.4203699995 2109791.71635 37.7736648699818 -122.407922721364 (37.7736648699818, -122.407922721364)
67172 175847 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 210 Tocoloma Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6012727.81245 2087493.92668 37.7125774765391 -122.397837015259 (37.7125774765391, -122.397837015259)
71306 206033 DPW Maintained 3 Chamaerops humilis :: Mediterranean Fan Palm 99 700x Monterey Blvd 16 Median : Cutout 11 Tree 1 DPW 2     8 Width 4ft   5996901.71225 2094723.16535 37.7315332040984 -122.453058187605 (37.7315332040984, -122.453058187605)
147255 225182 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007750.95097 2106539.82911 37.764594912141206 -122.416386843697 (37.7645949121412, -122.416386843697)
152776 225194 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007219.63733 2103836.19178 37.757141458734395 -122.418032839538 (37.7571414587344, -122.418032839538)
152995 225179 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007756.33933 2106453.2465 37.764357479442 -122.41636207364799 (37.764357479442, -122.416362073648)
156182 189998 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1950 18th St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8 Width 6ft   6011839.98262 2105629.53813 37.7623245520575 -122.402179893599 (37.7623245520575, -122.402179893599)
166308 225184 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 240 Shotwell St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007748.54808 2106641.05965 37.764872732518704 -122.416402325519 (37.7648727325187, -122.416402325519)
170506 225177 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 858 Shotwell St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 3ft   6007943.221609999 2102943.9382 37.754732232531794 -122.41546723204901 (37.7547322325318, -122.415467232049)
172815 225154 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 104 Franconia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     8 Width 2ft   6010002.80385 2099859.8218 37.7463794795488 -122.40812710578999 (37.7463794795488, -122.40812710579)

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