Street_Tree_List

Data source: data.sfgov.org

13 rows where PlantType = 2 and qSiteInfo = 13

View and edit SQL

Suggested facets: qLegalStatus, qSpecies, XCoord

PlantType

  • Landscaping · 13
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
80672 98502 Property Tree 7 Tree(s) :: 17 244 Glenview Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5999066.0 2100737.0 37.7481695560511 -122.44600824337601 (37.7481695560511, -122.446008243376)
82720 98465 Property Tree 7 Tree(s) :: 17 190 Portola Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5999550.3 2100620.3 37.7478767693988 -122.444325170302 (37.7478767693988, -122.444325170302)
89166 102275 Property Tree 7 Tree(s) :: 17 267 Topaz Way   Back Yard : Yard 13 Landscaping 2 Private 1           6001225.6 2097744.2 37.740075118911705 -122.438326054857 (37.7400751189117, -122.438326054857)
94734 98893 Property Tree 7 Tree(s) :: 17 216 Glenview Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5998910.0 2100761.0 37.7482265448319 -122.44654941060699 (37.7482265448319, -122.446549410607)
97106 102276 Private 5 Tree(s) :: 17 279 Topaz Way   Back Yard : Yard 13 Landscaping 2 Private 1           6001205.6 2097796.6 37.7402178594385 -122.43839895973301 (37.7402178594385, -122.438398959733)
98291 98892 Property Tree 7 Tree(s) :: 17 220 Glenview Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5998935.0 2100753.0 37.7482060067302 -122.44646238623999 (37.7482060067302, -122.44646238624)
99802 98890 Property Tree 7 Tree(s) :: 17 256 Glenview Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5999134.0 2100748.0 37.748203642185395 -122.44577389345 (37.7482036421854, -122.44577389345)
103907 106639 Private 5 Private shrub :: Private Shrub 64 1321X CLAYTON ST 1 Back Yard : Yard 13 Landscaping 2 Private 1           5998910.0 2105100.0 37.7601403710114 -122.44686158716699 (37.7601403710114, -122.446861587167)
110212 110320 Property Tree 7 :: 54 9 Imperial Aly   Back Yard : Yard 13 Landscaping 2 Private 1           6005040.9 2119421.8 37.7998128500526 -122.426677597274 (37.7998128500526, -122.426677597274)
110838 107348 Private 5 Private shrub :: Private Shrub 64 260 LANSDALE AVE 1 Back Yard : Yard 13 Landscaping 2 Private 1           5995019.0 2096651.7 37.7367204092857 -122.459706678853 (37.7367204092857, -122.459706678853)
115357 98501 Property Tree 7 Tree(s) :: 17 232 Glenview Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5998998.0 2100740.0 37.748173910048706 -122.446243600021 (37.7481739100487, -122.446243600021)
123904 106641 Private 5 Private shrub :: Private Shrub 64 1323X CLAYTON ST 1 Back Yard : Yard 13 Landscaping 2 Private 1           5999055.0 2105304.0 37.7607087868046 -122.446374778866 (37.7607087868046, -122.446374778866)
145716 98878 Property Tree 7 Tree(s) :: 17 11 Panorama Dr   Back Yard : Yard 13 Landscaping 2 Private 1           5998029.0 2100213.0 37.7466715093679 -122.449556386849 (37.7466715093679, -122.449556386849)

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