Street_Tree_List

Data source: data.sfgov.org

6 rows where qSiteInfo = 5 and qSpecies = 131

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
14398 104044 DPW Maintained 3 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 1601X Kansas St 8 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     70 9x9   6011818.89895 2100809.64818 37.749089017243904 -122.401913980245 (37.7490890172439, -122.401913980245)
14780 104045 DPW Maintained 3 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 1601X Kansas St 7 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     4 3x6   6011820.27046 2100794.2900099996 37.7490469235803 -122.40190815805 (37.7490469235803, -122.40190815805)
15361 104046 DPW Maintained 3 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 1601X Kansas St 6 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     4 3x6   6011820.47885 2100780.87152 37.7490100909441 -122.401906494295 (37.7490100909441, -122.401906494295)
15563 104460 DPW Maintained 3 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 1601X Kansas St 2 Sidewalk: Property side : Cutout 5 Tree 1 DPW 2     4 3x6   6011835.24913 2100548.938 37.7483740760146 -122.401839117097 (37.7483740760146, -122.401839117097)
79054 100424 Permitted Site 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 200X Stonecrest Dr 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x6   5990724.7 2093134.9 37.7268162840874 -122.47429724264 (37.7268162840874, -122.47429724264)
88841 100425 Permitted Site 1 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 131 200X Stonecrest Dr 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x6   5990724.7 2093134.9 37.7268162840874 -122.47429724264 (37.7268162840874, -122.47429724264)

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