Street_Tree_List

Data source: data.sfgov.org

7 rows where qSiteInfo = 13 and qSpecies = 1

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Back Yard : Yard · 7
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
883 251306 Undocumented 2 Myoporum laetum :: Myoporum 1 1 Cashmere St 5 Back Yard : Yard 13 Tree 1 Private 1       3x3   6017463.0 2095772.0 37.7355700327415 -122.382046041696 (37.7355700327415, -122.382046041696)
885 251305 Undocumented 2 Myoporum laetum :: Myoporum 1 1 Cashmere St 4 Back Yard : Yard 13 Tree 1 Private 1       3x3   6017463.0 2095772.0 37.7355700327415 -122.382046041696 (37.7355700327415, -122.382046041696)
891 251304 Undocumented 2 Myoporum laetum :: Myoporum 1 1 Cashmere St 3 Back Yard : Yard 13 Tree 1 Private 1 Health Dept 5     3x3   6017463.0 2095772.0 37.7355700327415 -122.382046041696 (37.7355700327415, -122.382046041696)
13301 187651 Significant Tree 6 Myoporum laetum :: Myoporum 1 175 Raccoon Dr 1 Back Yard : Yard 13 Tree 1 Private 1           5998689.0 2104063.0 37.7572803991188 -122.447551270828 (37.7572803991188, -122.447551270828)
27599 232417 Undocumented 2 Myoporum laetum :: Myoporum 1 173 Everson St 1 Back Yard : Yard 13 Tree 1 Private 1     15     6002718.41885 2097663.27226 37.7399377058635 -122.433158722322 (37.7399377058635, -122.433158722322)
29851 210532 Undocumented 2 Myoporum laetum :: Myoporum 1 47 Ralston St 5 Back Yard : Yard 13 Tree 1 Private 1     3     5992170.38695 2088246.7586700001 37.7134782905637 -122.46894401367099 (37.7134782905637, -122.468944013671)
38627 210531 Undocumented 2 Myoporum laetum :: Myoporum 1 47 Ralston St 1 Back Yard : Yard 13 Tree 1 Private 1     5     5992169.14182 2088256.46113 37.7135048592377 -122.46894902289 (37.7135048592377, -122.46894902289)

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