Street_Tree_List

Data source: data.sfgov.org

10 rows where SiteOrder = 5 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
24177 237873 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1200 San Jose Ave 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     11 Width 4ft   6004198.3369 2096122.91618 37.7357920776323 -122.427932046027 (37.7357920776323, -122.427932046027)
32082 214339 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 10 Granada Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     3 Width 3ft   5995645.61653 2089973.7563200002 37.7184203952771 -122.45705730996401 (37.7184203952771, -122.457057309964)
46954 237909 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 5 Side Yard : Yard 17 Tree 1 Private 1     17     6002350.80679 2103530.36749 37.7560265053261 -122.43484923730499 (37.7560265053261, -122.434849237305)
60249 196325 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 582 Rhode Island St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     4     6011758.16915 2105659.78061 37.7624030241958 -122.402464984075 (37.7624030241958, -122.402464984075)
60540 135872 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 2550 Pierce St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 4ft   6001695.18556 2117280.97246 37.7937449767048 -122.43810155185601 (37.7937449767048, -122.438101551856)
66579 237936 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 272 Corbett Ave 5 Side Yard : Yard 17 Tree 1 Private 1     4 Width 3ft   5999637.58135 2105322.06296 37.7607916396321 -122.444361196632 (37.7607916396321, -122.444361196632)
71198 214353 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 50 Garcia Ave 5 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     4 Width 3ft   5995149.72336 2099349.67966 37.74413591023829 -122.45945004977399 (37.7441359102383, -122.459450049774)
165180 214347 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 649 Parnassus Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     4 Width 3ft   5995088.00725 2106121.15655 37.762725118180704 -122.460153932955 (37.7627251181807, -122.460153932955)
166052 135874 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 941 Vallejo St 5 Front Yard : Yard 7 Tree 1 Private 1     14     6008901.53322 2118681.17119 37.7979967743805 -122.413265921012 (37.7979967743805, -122.413265921012)
186984 113952 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1416 Powell St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 3x3   6009764.02998 2118627.67395 37.7978982689348 -122.410277642896 (37.7978982689348, -122.410277642896)

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