Street_Tree_List

Data source: data.sfgov.org

11 rows where PlotSize = "Width 3ft", SiteOrder = 3 and qSpecies = 99

View and edit SQL

Suggested facets: qSiteInfo, DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
32476 126017 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 500 Post St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     6 Width 3ft   6009644.05128 2115053.2571900003 37.788077063340204 -122.410440279012 (37.7880770633402, -122.410440279012)
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)
40866 225175 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3309 Folsom St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   6008515.82219 2099330.37365 37.7448423609829 -122.41323150034901 (37.7448423609829, -122.413231500349)
49752 225207 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3816 24th St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     6 Width 3ft   6004299.338409999 2101924.10637 37.7517265264651 -122.427996107428 (37.7517265264651, -122.427996107428)
54105 206046 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 82 Ventura Ave 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 3ft   5994334.26497 2101814.09479 37.750855650885605 -122.462448420067 (37.7508556508856, -122.462448420067)
60112 225210 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3641 17th St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     7 Width 3ft   6004615.0966300005 2105985.22525 37.7628952609247 -122.427193419352 (37.7628952609247, -122.427193419352)
76779 225196 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 3160 21st St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     9 Width 3ft   6007182.851 2103832.80652 37.7571300930895 -122.41815982112699 (37.7571300930895, -122.418159821127)
106572 225189 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 500 Capp St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 3ft   6007250.88683 2103937.06131 37.757420182006605 -122.41793191673901 (37.7574201820066, -122.417931916739)
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)
173741 206038 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 280 Brighton Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 3ft   5996260.86716 2091785.79325 37.72343113441671 -122.45506152366998 (37.7234311344167, -122.45506152367)
178754 190010 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 499 Arkansas St 3 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     12 Width 3ft   6013000.60503 2104793.1604 37.7600927575897 -122.398107028633 (37.7600927575897, -122.398107028633)

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