Street_Tree_List

Data source: data.sfgov.org

10 rows where qSiteInfo = 5 and qSpecies = 20

View and edit SQL

Suggested facets: qLegalStatus, qAddress, SiteOrder, qCaretaker, PlantDate, PermitNotes, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Sidewalk: Property side : Cutout · 10
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
13269 187626 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 298x Molimo Dr 1 Sidewalk: Property side : Cutout 5 Tree 1 Private 1       3x3   5997428.0 2096652.0 37.7368594694916 -122.451377782024 (37.7368594694916, -122.451377782024)
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)
80878 108581 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 1X GARDENSIDE DR 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           5999463.0 2102872.0 37.7540544083949 -122.44478887768 (37.7540544083949, -122.44478887768)
95289 37234 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 2200X Moraga St 12 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/12/1998 12:00:00 AM     Permit Number 39797 5987459.55498562 2104367.82715752 37.757469225946295 -122.48640896705601 (37.7574692259463, -122.486408967056)
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)
104783 96999 Property Tree 7 Callistemon viminalis :: Weeping Bottlebrush 20 195A Kiska Rd   Sidewalk: Property side : Cutout 5 Tree 1 Housing Authority 20 FUF 1         6019164.1 2093438.1 37.7292553954157 -122.376002845114 (37.7292553954157, -122.376002845114)
115986 37239 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 2200X Moraga St 11 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/12/1998 12:00:00 AM     Permit Number 39797 5987459.55498562 2104367.82715752 37.757469225946295 -122.48640896705601 (37.7574692259463, -122.486408967056)
125835 97004 Property Tree 7 Callistemon viminalis :: Weeping Bottlebrush 20 195A Kiska Rd   Sidewalk: Property side : Cutout 5 Tree 1 Housing Authority 20 FUF 1         6019164.1 2093438.1 37.7292553954157 -122.376002845114 (37.7292553954157, -122.376002845114)
128725 109380 Undocumented 2 Callistemon viminalis :: Weeping Bottlebrush 20 725X BURNETT AVE 3 Sidewalk: Property side : Cutout 5 Tree 1 Private 1           5999257.1 2101645.9 37.7506760851616 -122.44541277185499 (37.7506760851616, -122.445412771855)
143102 37235 Permitted Site 1 Callistemon viminalis :: Weeping Bottlebrush 20 2200X Moraga St 9 Sidewalk: Property side : Cutout 5 Tree 1 Private 1   06/12/1998 12:00:00 AM     Permit Number 39797 5987459.55498562 2104367.82715752 37.757469225946295 -122.48640896705601 (37.7574692259463, -122.486408967056)

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