Street_Tree_List

Data source: data.sfgov.org

11 rows where qCaretaker = 3 and qSpecies = 39 sorted by DBH

View and edit SQL

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

qCaretaker

  • Rec/Park · 11
Link rowid TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH ▼ PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
120398 12053 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1300X La Salle Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   03/29/1993 12:00:00 AM 6 3X3   6016940.808513099 2094664.4394134998 37.7325000389111 -122.38377438405399 (37.7325000389111, -122.383774384054)
78767 12056 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
92477 12059 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
93198 12058 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
109212 12062 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
110400 12057 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
117052 12065 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 10 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
121136 12060 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1330X La Salle Ave 5 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     12 3X3   6016860.8582794005 2094712.6673543 37.732628043472 -122.38405415096399 (37.732628043472, -122.384054150964)
80819 12055 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1300X La Salle Ave 7 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     18 3X3   6016940.808513099 2094664.4394134998 37.7325000389111 -122.38377438405399 (37.7325000389111, -122.383774384054)
117183 12054 Permitted Site 1 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 1300X La Salle Ave 6 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     18 3X3   6016940.808513099 2094664.4394134998 37.7325000389111 -122.38377438405399 (37.7325000389111, -122.383774384054)
115558 107125 Undocumented 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 39 350X 30TH ST 1 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     30 6x6   6004409.0 2098396.0 37.7420453649399 -122.427365577216 (37.7420453649399, -122.427365577216)

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