Street_Tree_List

Data source: data.sfgov.org

11 rows where DBH = 7 and qSpecies = 72

View and edit SQL

Suggested facets: qLegalStatus, SiteOrder, qSiteInfo, PlotSize

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
42845 214337 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 10 Granada Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   5995645.82098 2089943.6870099998 37.7183378437938 -122.457054429431 (37.7183378437938, -122.457054429431)
46702 214354 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 8 Edgehill Way 1 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     7 Width 3ft   5994911.61844 2099129.8957599998 37.7435187450863 -122.460257437746 (37.7435187450863, -122.460257437746)
57776 237917 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1295 Stanyan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 4ft   5997516.67396 2104938.08371 37.7596160926213 -122.45166873503 (37.7596160926213, -122.45166873503)
62044 214343 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 105 Beverly St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 10ft   5991402.99723 2089917.07257 37.7180201978552 -122.47171800938999 (37.7180201978552, -122.47171800939)
62511 202088 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1 Gould St 16 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     7     6012849.75876 2091137.38485 37.722588475066 -122.397670917693 (37.722588475066, -122.397670917693)
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)
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)
138178 214355 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 811 Congo St 23 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7     6000531.25655 2095885.67636 37.734932531704004 -122.440593534571 (37.734932531704, -122.440593534571)
148360 237940 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 67 Potomac St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6003085.03748 2108738.20516 37.7703676280017 -122.432682022255 (37.7703676280017, -122.432682022255)
154466 214328 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 100 Vista Verde Ct 10 Sidewalk: Curb side : Yard 2 Tree 1 Private 1     7 Width 10ft   5999189.95231 2096066.10598 37.735351477276296 -122.44524384613001 (37.7353514772763, -122.44524384613)
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)

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