Street_Tree_List

Data source: data.sfgov.org

12 rows where qSiteInfo = 7 and qSpecies = 72

View and edit SQL

Suggested facets: qAddress, SiteOrder, PlotSize

qSiteInfo

  • Front Yard : Yard · 12

qLegalStatus

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
29564 237905 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3937 21st St 1 Front Yard : Yard 7 Tree 1 Private 1     18     6002227.46362 2103520.4707299997 37.7559923274905 -122.435275090576 (37.7559923274905, -122.435275090576)
38247 237913 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 256 Bemis St 2 Front Yard : Yard 7 Tree 1 Private 1     8     6003021.95871 2096302.8591099998 37.736219537998 -122.432012088491 (37.736219537998, -122.432012088491)
47913 196323 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1922 23rd St 1 Front Yard : Yard 7 Tree 1 Private 1     3     6012591.21229 2102864.69613 37.7547748064319 -122.399387546319 (37.7547748064319, -122.399387546319)
56030 214314 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1630 09th Ave 2 Front Yard : Yard 7 Tree 1 Private 1     10 Width 6ft   5993419.49404 2104375.41426 37.7578356535119 -122.465797833501 (37.7578356535119, -122.465797833501)
62421 214311 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1616 09th Ave 1 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   5993417.73262 2104465.9003 37.7580840030825 -122.46581049954901 (37.7580840030825, -122.465810499549)
71993 237925 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 37 Seward St 7 Front Yard : Yard 7 Tree 1 Private 1     14 Width 3ft   6000968.93807 2104244.5163 37.7579088304528 -122.439679384512 (37.7579088304528, -122.439679384512)
72296 237926 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 23 Seward St 1 Front Yard : Yard 7 Tree 1 Private 1     12 Width 3ft   6001036.33691 2104228.71408 37.757869277361706 -122.43944515878799 (37.7578692773617, -122.439445158788)
135434 214312 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1616 09th Ave 2 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   5993417.09067 2104452.78428 37.758047952866605 -122.465811766705 (37.7580479528666, -122.465811766705)
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)
174855 196321 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1018 Pennsylvania Ave 1 Front Yard : Yard 7 Tree 1 Private 1     8 Width 6ft   6014465.23121 2102394.5848 37.753588252598796 -122.392873735151 (37.7535882525988, -122.392873735151)
177811 214313 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1630 09th Ave 1 Front Yard : Yard 7 Tree 1 Private 1     12 Width 6ft   5993420.04408 2104384.15571 37.7578596869935 -122.465796566365 (37.7578596869935, -122.465796566365)
178991 237875 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 200 Kingston St 6 Front Yard : Yard 7 Tree 1 Private 1     3     6006243.1676199995 2098035.54696 37.7411592055212 -122.420998010444 (37.7411592055212, -122.420998010444)

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