Street_Tree_List

Data source: data.sfgov.org

12 rows where PlotSize = "Width 2ft" and qSpecies = 72

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, DBH

PlotSize

  • Width 2ft · 12
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
39041 214326 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 121 Miraloma Dr 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 2ft   5994581.43196 2096914.1717599998 37.7374159195969 -122.461238551316 (37.7374159195969, -122.461238551316)
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)
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)
60135 237893 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 48 Mirabel Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 2ft   6007622.588690001 2099939.38246 37.746464374648596 -122.416363270665 (37.7464643746486, -122.416363270665)
61323 178851 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 642 Madrid St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 2ft   6002153.25457 2090190.2605700002 37.719386440714004 -122.43457861601101 (37.719386440714, -122.434578616011)
62287 214325 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 121 Miraloma Dr 2 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 2ft   5994585.09435 2096884.89716 37.7373357495539 -122.461223767378 (37.7373357495539, -122.461223767378)
94247 237894 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 101 Franconia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 2ft   6010034.07785 2099858.60697 37.7463778949392 -122.408018877775 (37.7463778949392, -122.408018877775)
131366 237944 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 26 Ohlone Way 1 Back Yard : Yard 13 Tree 1 Private 1     15 Width 2ft   6002164.0262 2096336.8178599998 37.736264104808 -122.43498073797701 (37.736264104808, -122.434980737977)
146622 237895 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 101 Franconia St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 2ft   6010025.93602 2099871.47095 37.746412760754104 -122.40804793845501 (37.7464127607541, -122.408047938455)
147556 214315 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1643 09th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 2ft   5993376.02878 2104293.90166 37.7576093337224 -122.465942230469 (37.7576093337224, -122.465942230469)
158642 214324 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 121 Miraloma Dr 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4 Width 2ft   5994586.44209 2096871.4866 37.7372990050334 -122.461218135833 (37.7372990050334, -122.461218135833)
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)

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