Street_Tree_List

Data source: data.sfgov.org

12 rows where DBH = 1 and qSpecies = 72

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
33471 182339 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3081 Kirkham St 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     1 Width 0ft   5985312.4034 2104975.8588 37.759013323653 -122.493879375972 (37.759013323653, -122.493879375972)
43929 178852 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 642 Moscow St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 1ft   6003293.17352 2089466.63658 37.71746417401 -122.43058673410299 (37.71746417401, -122.430586734103)
46324 135861 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 5 Dicha Aly 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     1 Width 2ft   5998316.32407 2113776.61007 37.783930185978704 -122.44954003254999 (37.7839301859787, -122.44954003255)
52740 237918 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 179 Downey St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 3ft   5998918.302569999 2107113.8819 37.76567046085321 -122.4469777966 (37.7656704608532, -122.4469777966)
55556 214319 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 109 Edgewood Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 2ft   5996574.94596 2106340.51258 37.7634128279669 -122.455027021201 (37.7634128279669, -122.455027021201)
61362 182193 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2830 Lawton St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   5985470.896000001 2104355.1387 37.757318269846394 -122.49328551153499 (37.7573182698464, -122.493285511535)
65870 237887 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 169 Delmar St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 3ft   5999396.06078 2107229.0151400003 37.7660138714542 -122.44533362007 (37.7660138714542, -122.44533362007)
75667 123051 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 544 Funston Ave 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     1 Width 4ft   5991925.368290001 2111718.74321 37.777912168825004 -122.47150017707199 (37.777912168825, -122.471500177072)
153128 200001 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1450 Griffith St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   6017674.9346 2092354.0887 37.7261968206849 -122.381075736801 (37.7261968206849, -122.381075736801)
160536 200068 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2025 Lane St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 0ft   6014532.2716 2093611.1753 37.7294745562967 -122.392027707824 (37.7294745562967, -122.392027707824)
182515 178853 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 34 Lois Ln 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 2ft   6012436.48238 2087819.01103 37.7134538649768 -122.398866750723 (37.7134538649768, -122.398866750723)
183312 237930 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 4119 20th St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 3ft   6002901.50765 2104134.40267 37.75771629278479 -122.432987885294 (37.7577162927848, -122.432987885294)

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