Street_Tree_List

Data source: data.sfgov.org

6 rows where DBH = 12, qLegalStatus = 2 and qSpecies = 72

View and edit SQL

qLegalStatus

  • Undocumented · 6

DBH

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
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)
70609 237916 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 1295 Stanyan St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 4ft   5997518.24966 2104934.77487 37.7596070976188 -122.451663046815 (37.7596070976188, -122.451663046815)
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)
153732 237942 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 320 Hermann St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     12 Width 3ft   6003704.07001 2108683.26654 37.770251867271796 -122.43053686847901 (37.7702518672718, -122.430536868479)
162501 237907 Undocumented 2 Prunus domestica 'Mariposa' :: Mariposa Plum 72 3911 21st St 3 Side Yard : Yard 17 Tree 1 Private 1     12     6002340.71018 2103530.84091 37.75602723197329 -122.43488418855301 (37.7560272319733, -122.434884188553)
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)

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