Street_Tree_List

Data source: data.sfgov.org

16 rows where qAddress = "111 BAY ST" and qCaretaker = 13

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
17977 116827 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 14 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
83489 116828 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 15 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
83621 116826 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 13 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
85395 116822 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 9 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
92074 116820 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 7 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
93526 116831 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 18 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
94354 116825 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 12 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
99346 116823 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 10 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
107057 116830 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 17 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
110974 116818 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 5 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
111971 116809 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 1 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
126108 116824 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 11 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
127145 116817 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 4 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
139776 116829 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 16 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
144844 116816 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 3 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)
146001 116815 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 111 BAY ST 2 Front Yard : Yard 7 Tree 1 PUC 13           6010193.0 2121519.0 37.805861173705296 -122.408997391272 (37.8058611737053, -122.408997391272)

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