Street_Tree_List

Data source: data.sfgov.org

9 rows where qCaretaker = 3 and qSpecies = 20

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qSiteInfo, PlantDate, DBH, 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
13832 27154 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1700X Silver Ave 3 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   01/12/2001 12:00:00 AM 6 3X3   6011126.61874 2095085.7194599998 37.7333336755986 -122.403905168305 (37.7333336755986, -122.403905168305)
15856 27155 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1700X Silver Ave 4 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   01/29/2000 12:00:00 AM 6 3X3   6011143.89147 2095098.83858 37.733370662922795 -122.403846374205 (37.7333706629228, -122.403846374205)
16026 27153 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1700X Silver Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   01/12/2001 12:00:00 AM 6 3X3   6011109.96837 2095074.7045 37.7333025005961 -122.403961958687 (37.7333025005961, -122.403961958687)
40373 37238 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 2200X Moraga St 2 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3   03/26/2013 12:00:00 AM 11   Permit Number 770085 5987346.2909 2103736.5081 37.755729192821704 -122.48675431687 (37.7557291928217, -122.48675431687)
78978 87642 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1002X Laguna St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3           6004813.344433 2112300.6630169996 37.7802471321724 -122.42695756751101 (37.7802471321724, -122.426957567511)
95392 37236 DPW Maintained 3 Callistemon viminalis :: Weeping Bottlebrush 20 2200X Moraga St 8 Sidewalk: Property side : Cutout 5 Tree 1 Rec/Park 3   03/26/2013 12:00:00 AM     Permit Number 770085 5987459.55498562 2104367.82715752 37.757469225946295 -122.48640896705601 (37.7574692259463, -122.486408967056)
95395 27160 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1700X Silver Ave 9 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     3 3X3   6011020.5092245005 2095004.7366116 37.733105385033795 -122.40426632243 (37.7331053850338, -122.40426632243)
107812 87643 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1002X Laguna St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3           6004813.344433 2112300.6630169996 37.7802471321724 -122.42695756751101 (37.7802471321724, -122.426957567511)
140654 27152 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 1700X Silver Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3   06/02/1999 12:00:00 AM 6 3X3   6011020.5092245005 2095004.7366116 37.733105385033795 -122.40426632243 (37.7331053850338, -122.40426632243)

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