Street_Tree_List

Data source: data.sfgov.org

8 rows where DBH = 11 and qSpecies = 72

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, qCaretaker, PlotSize

DBH

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)
32056 178850 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 178 Dublin St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     11 Width 5ft   6004207.2935 2089409.6566400002 37.7173594632439 -122.427422984776 (37.7173594632439, -122.427422984776)
51364 214329 DPW Maintained 3 Prunus domestica 'Mariposa' :: Mariposa Plum 72 100x Idora Ave 11 Median : Yard 3 Tree 1 DPW 2     11 Width 9ft   5995487.46893 2099377.84768 37.744232666505106 -122.45828424602301 (37.7442326665051, -122.458284246023)
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)
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)
181167 214351 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 100 Vista Verde Ct 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   5999187.72445 2096110.16457 37.735472324573706 -122.445254715344 (37.7354723245737, -122.445254715344)
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)
188194 237882 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 814 Treat Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     11 Width 3ft   6008528.1634 2103776.1584 37.7570501811472 -122.41350319182101 (37.7570501811472, -122.413503191821)

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