Street_Tree_List

Data source: data.sfgov.org

12 rows where SiteOrder = 4 and qSpecies = 72

View and edit SQL

Suggested facets: qSiteInfo, DBH, PlotSize

SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25440 237908 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 4 Side Yard : Yard 17 Tree 1 Private 1     18     6002345.78312 2103531.79558 37.7560301412935 -122.43486671293002 (37.7560301412935, -122.43486671293)
28893 237879 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 400 Prospect Ave 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     10     6006275.052019999 2097644.49058 37.74008724961789 -122.420860008587 (37.7400872496179, -122.420860008587)
37563 178857 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 701 Delta St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 3ft   6009291.72599 2087274.3379400002 37.711782574777004 -122.409697761866 (37.711782574777, -122.409697761866)
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)
59899 237911 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 414 Collingwood St 4 Sidewalk: Property side : Yard 9 Tree 1 Private 1     8     6002101.71196 2103425.3535700003 37.7557240165608 -122.435703175975 (37.7557240165608, -122.435703175975)
67839 135863 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 8 Kimball Pl 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     10 Width 4ft   6007998.64807 2116497.60836 37.7919505198577 -122.416235439221 (37.7919505198577, -122.416235439221)
130531 237915 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1295 Stanyan St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 4ft   5997519.793 2104903.6211900003 37.7595216458395 -122.451655461936 (37.7595216458395, -122.451655461936)
137397 214320 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1518 05th Ave 4 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4     5994627.9467 2105254.67875 37.7603195216609 -122.46168228042801 (37.7603195216609, -122.461682280428)
166087 237935 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 4 Side Yard : Yard 17 Tree 1 Private 1     6 Width 3ft   5999636.03267 2105332.26436 37.7608195617885 -122.444367285948 (37.7608195617885, -122.444367285948)
171158 135864 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2451 Steiner St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   6002234.27154 2116544.43758 37.791753285928294 -122.43618353624201 (37.7917532859283, -122.436183536242)
182972 135871 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2550 Pierce St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 4ft   6001702.83254 2117214.86813 37.7935639062924 -122.43807035526001 (37.7935639062924, -122.43807035526)
186227 214352 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 50 Garcia Ave 4 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     3 Width 3ft   5995162.00455 2099364.3275 37.744176835692 -122.459408645009 (37.744176835692, -122.459408645009)

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