Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 13 and qSpecies = 99

View and edit SQL

Suggested facets: SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25803 225170 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 84 Putnam St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6009137.3737 2096981.67824 37.7384282324737 -122.410916429557 (37.7384282324737, -122.410916429557)
71985 190021 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 1400 03rd St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 5ft   6015535.23888 2108524.8420599997 37.7704799937881 -122.389601494338 (37.7704799937881, -122.389601494338)
73909 225153 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 105 Franconia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6010058.65262 2099813.08608 37.7462542804284 -122.407930691168 (37.7462542804284, -122.407930691168)
131158 225165 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 4318 26th St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6001787.26659 2100614.3133 37.7479877056879 -122.436589428169 (37.7479877056879, -122.436589428169)
150545 225149 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 369 Prentiss St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 2ft   6008818.14298 2097106.89478 37.7387541440918 -122.41202902491999 (37.7387541440918, -122.41202902492)
166960 126011 Undocumented 2 Chamaerops humilis :: Mediterranean Fan Palm 99 2600 Lyon St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 7ft   5999243.15513 2117721.3039700002 37.7948142553315 -122.446617458939 (37.7948142553315, -122.446617458939)

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