Street_Tree_List

Data source: data.sfgov.org

13 rows where PlotSize = "Width 0ft" and qSpecies = 72

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 0ft · 13
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)
36992 181899 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2374 28th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     6 Width 0ft   5987671.9860000005 2099129.3564 37.7430981701656 -122.48528992840201 (37.7430981701656, -122.485289928402)
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)
65313 183563 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2593 30th Ave 2 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 0ft   5987056.9644 2097643.917 37.738983699378096 -122.487307395263 (37.7389836993781, -122.487307395263)
73967 181900 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2374 28th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   5987672.3244 2099143.5701 37.7431372169369 -122.485289801059 (37.7431372169369, -122.485289801059)
128545 183562 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2591 30th Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     5 Width 0ft   5987056.0774 2097655.4477 37.7390153079093 -122.487311308785 (37.7390153079093, -122.487311308785)
136222 142495 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 471 UNION ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 0ft   6010670.1646 2119603.9064 37.800629516216 -122.407210998267 (37.800629516216, -122.407210998267)
147966 183564 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2595 30th Ave 3 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     6 Width 0ft   5987057.6296 2097628.3948 37.738941118307295 -122.487303955513 (37.7389411183073, -122.487303955513)
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)
158382 142479 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 472 UNION ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 0ft   6010643.4105 2119643.0095 37.8007353864259 -122.407306336996 (37.8007353864259, -122.407306336996)
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)
169138 139121 Permitted Site 1 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1501 LAGUNA ST 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 0ft   6004511.3378 2114128.6273 37.785249186429 -122.428132654809 (37.785249186429, -122.428132654809)
171405 183467 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2534 26th Ave 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     2 Width 0ft   5988330.845 2098043.4689 37.740154968776395 -122.482932230746 (37.7401549687764, -122.482932230746)

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