Street_Tree_List

Data source: data.sfgov.org

9 rows where qSiteInfo = 11 and qSpecies = 25

View and edit SQL

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

qSiteInfo

  • Median : Cutout · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2263 22364 Landmark tree 9 Schinus terebinthifolius :: Brazilian Pepper 25 5490X 03rd St 1 Median : Cutout 11 Tree 1 DPW 2     48 40TR   6014151.6099 2093070.9929 37.7279701830365 -122.393305916851 (37.7279701830365, -122.393305916851)
64857 239685 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 1601x Alabama St 1 Median : Cutout 11 Tree 1 DPW 2     6 Width 6ft   6009289.0171 2100045.3572 37.7468489265392 -122.41060840725201 (37.7468489265392, -122.410608407252)
87349 807 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 600X 39th Ave 5 Median : Cutout 11 Tree 1 DPW 2     6 6-HOA   5983808.206040001 2111664.13118 37.7772892893219 -122.49957581574499 (37.7772892893219, -122.499575815745)
104485 24342 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 600X 39th Ave 14 Median : Cutout 11 Tree 1 DPW 2     3 6-HOA   5983831.1679936 2111715.0127262003 37.7774303425616 -122.499500145383 (37.7774303425616, -122.499500145383)
119968 104734 Undocumented 2 Schinus terebinthifolius :: Brazilian Pepper 25 5490x 03RD ST 1 Median : Cutout 11 Tree 1 DPW 2     40 9x9   6014203.0 2093127.0 37.7281268221954 -122.39313217573601 (37.7281268221954, -122.393132175736)
121730 803 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 680X 39th Ave 1 Median : Cutout 11 Tree 1 DPW 2     6 6-HOA   5983825.76498 2111129.60729 37.7758226717015 -122.499475562851 (37.7758226717015, -122.499475562851)
143285 814 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 600X 39th Ave 12 Median : Cutout 11 Tree 1 DPW 2     6 6-HOA   5983831.1679936 2111715.0127262003 37.7774303425616 -122.499500145383 (37.7774303425616, -122.499500145383)
145945 805 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 680X 39th Ave 3 Median : Cutout 11 Tree 1 DPW 2     6 6-HOA   5983823.96426 2111160.91126 37.7759085177004 -122.499484105844 (37.7759085177004, -122.499484105844)
170156 117839 DPW Maintained 3 Schinus terebinthifolius :: Brazilian Pepper 25 600x 39th Ave 3 Median : Cutout 11 Tree 1 DPW 2     15 Width 6ft   5983810.52385 2111649.02031 37.7772479352498 -122.499566680778 (37.7772479352498, -122.499566680778)

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