Street_Tree_List

Data source: data.sfgov.org

8 rows where SiteOrder = 1 and qSpecies = 353

View and edit SQL

Suggested facets: qLegalStatus, qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
27051 196337 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 602 Arthur Ave 1 Front Yard : Yard 7 Tree 1 Private 1     4     6015979.32592 2099953.2392599997 37.7469688106565 -122.38746731498199 (37.7469688106565, -122.387467314982)
48787 237954 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 5569 Diamond Heights Blvd 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     2 Width 3ft   6001676.453319999 2097164.39417 37.7385087406884 -122.43672569793002 (37.7385087406884, -122.43672569793)
112315 114756 Permitted Site 1 Prunus ilicifoia :: Holly-leaved Cherry 353 301X Olmstead St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   12/04/2015 12:00:00 AM     Permit Number 777132 6010782.8898599995 2090965.6524200002 37.722001621884 -122.40480357636001 (37.722001621884, -122.40480357636)
114328 121377 Significant Tree 6 Prunus ilicifoia :: Holly-leaved Cherry 353 2701 Jackson St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6001200.0 2116539.0 37.79167953949779 -122.439761713662 (37.7916795394978, -122.439761713662)
158271 237955 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 43 Harry St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     12 Width 5ft   6003146.635009999 2097611.34949 37.739819419837396 -122.431674423652 (37.7398194198374, -122.431674423652)
164450 178858 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 321 Olmstead St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     1 Width 3ft   6010771.67715 2090938.6411099997 37.7219268276555 -122.40484043533701 (37.7219268276555, -122.404840435337)
164689 237952 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 1243 Stanyan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     2 Width 4ft   5997445.05985 2105447.6147 37.761011034661706 -122.45195317171301 (37.7610110346617, -122.451953171713)
170630 83694 Undocumented 2 Prunus ilicifoia :: Holly-leaved Cherry 353 2455 29th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1 FUF 1   3     5987336.2715 2098572.6525 37.7415500456995 -122.486409860339 (37.7415500456995, -122.486409860339)

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