Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 12 and qSiteInfo = 23

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
31996 237002 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 199 Franconia St 11 : Yard 23 Tree 1 Private 1     12 Width 3ft   6010115.457330001 2099644.6115099997 37.745794866235 -122.40772238927 (37.745794866235, -122.40772238927)
32540 210191 Undocumented 2 Melaleuca quinquenervia :: Cajeput 50 321 Melrose Ave 1 : Yard 23 Tree 1 Private 1     12     5997966.64829 2095534.3479400002 37.7338214930658 -122.44943494048799 (37.7338214930658, -122.449434940488)
54292 192358 Undocumented 2 Fraxinus uhdei :: Shamel Ash: Evergreen Ash 10 1 25th St 2 : Yard 23 Tree 1 Private 1     12     6015008.12096 2102140.25985 37.752920069827 -122.39097851376499 (37.752920069827, -122.390978513765)
63043 209019 Undocumented 2 Eucalyptus globulus :: Blue Gum 103 33 Martha Ave 2 : Yard 23 Tree 1 Private 1     12     6000764.3171 2095528.5679900001 37.7339652640682 -122.43976216978201 (37.7339652640682, -122.439762169782)
66873 196280 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 1 25th St 11 : Yard 23 Tree 1 Private 1     12     6015022.69172 2102195.1938 37.7530717153135 -122.39093196394501 (37.7530717153135, -122.390931963945)
130300 196281 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 1 25th St 12 : Yard 23 Tree 1 Private 1     12     6015018.372359999 2102200.19302 37.7530852024401 -122.39094725063102 (37.7530852024401, -122.390947250631)
137606 196282 Undocumented 2 Prunus cerasifera :: Cherry Plum 16 1 25th St 13 : Yard 23 Tree 1 Private 1     12     6015015.25562 2102205.64875 37.75310000977571 -122.39095841029499 (37.7531000097757, -122.390958410295)
138227 199545 Undocumented 2 Yucca gloriosa :: Spanish Dagger 224 1 01st St 1 : Yard 23 Tree 1 Private 1     12     6014356.43896 2105915.99545 37.7632512422621 -122.39349639336099 (37.7632512422621, -122.393496393361)
153234 209020 Undocumented 2 Eucalyptus globulus :: Blue Gum 103 33 Martha Ave 4 : Yard 23 Tree 1 Private 1     12     6000767.68455 2095534.49854 37.7339817396554 -122.439750952547 (37.7339817396554, -122.439750952547)
170165 197469 Undocumented 2 Salix lasiolepis :: Arroyo willow 213 1 24th St 3 : Yard 23 Tree 1 Private 1     12     6017071.17305 2102662.5786200003 37.7544685090175 -122.383880386982 (37.7544685090175, -122.383880386982)
174582 189679 Undocumented 2 Ficus microcarpa nitida 'Green Gem' :: Indian Laurel Fig Tree 'Green Gem' 32 1 24th St 20 : Yard 23 Tree 1 Private 1     12     6017238.946959999 2102621.26617 37.7543643468473 -122.383297299846 (37.7543643468473, -122.383297299846)
178126 224454 Undocumented 2 Eucalyptus Spp :: Eucalyptus 40 4090 20th St 6 : Yard 23 Tree 1 Private 1     12 Width 3ft   6003124.6046 2104168.08557 37.7578214298263 -122.432218730236 (37.7578214298263, -122.432218730236)

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