Street_Tree_List

Data source: data.sfgov.org

9 rows where qCaretaker = 3 and qLegalStatus = 6

View and edit SQL

Suggested facets: qSpecies, qAddress, qSiteInfo, XCoord, YCoord, Latitude, Longitude, Location

qCaretaker

  • Rec/Park · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
93863 94301 Significant Tree 6 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 101 1150X Fillmore St 5 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
101234 94303 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 6 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
102570 94295 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 2 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
103966 94293 Significant Tree 6 Ficus nitida :: Laurel Fig 43 1150X Fillmore St 1 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
107857 94299 Significant Tree 6 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 101 1150X Fillmore St 4 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
111357 96617 Significant Tree 6 Lophostemon confertus :: Brisbane Box 11 3555@ Valencia 19th St 251 Sidewalk: Property side : 26 Tree 1 Rec/Park 3         Permit Number 771218 6006277.0 2104934.0 37.7601026853586 -122.42137080656 (37.7601026853586, -122.42137080656)
123205 94297 Significant Tree 6 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 101 1150X Fillmore St 3 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3           6003451.3 2112195.3 37.7798807216656 -122.431661979156 (37.7798807216656, -122.431661979156)
139364 96618 Significant Tree 6 Lophostemon confertus :: Brisbane Box 11 3555@ 19th St 19th St 268 Sidewalk: Property side : 26 Tree 1 Rec/Park 3         Permit Number 771218 6006277.0 2104934.0 37.7601026853586 -122.42137080656 (37.7601026853586, -122.42137080656)
140734 94945 Significant Tree 6 Aesculus californica :: California Buckeye 338 1820X Palou Ave   : Cutout 24 Tree 1 Rec/Park 3 FUF 1 04/04/2009 12:00:00 AM       6013714.4 2096294.3 37.7367964240349 -122.395043047708 (37.7367964240349, -122.395043047708)

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