Street_Tree_List

Data source: data.sfgov.org

9 rows where qLegalStatus = 5 and qSiteInfo = 5

View and edit SQL

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

qSiteInfo

  • Sidewalk: Property side : Cutout · 9
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
79103 120636 Private 5 Private shrub :: Private Shrub 64 385 Nevada St 1 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1       3x3   6008960.0 2096519.0 37.7371478708762 -122.411497024701 (37.7371478708762, -122.411497024701)
84402 109353 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 6 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)
97877 121418 Private 5 Juniperus californica :: California juniper 226 521 Lakeview Ave 1 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1       3x3   5996348.0 2089857.0 37.718140121256106 -122.45462104638399 (37.7181401212561, -122.454621046384)
104832 109350 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 3 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)
113379 109349 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 2 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)
118354 104317 Private 5 Pyrus calleryana :: Ornamental Pear 9 13011305 SANCHEZ ST 2 Sidewalk: Property side : Cutout 5 Tree 1 Private 1     12 3x3   6003956.0 2100665.0 37.748249883960796 -122.429093651106 (37.7482498839608, -122.429093651106)
122284 109352 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 5 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)
125736 109351 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 4 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)
139898 109348 Private 5 Ficus Spp. :: 253 2505 Pacific Ave 1 Sidewalk: Property side : Cutout 5 Landscaping 2 Private 1   02/11/2015 12:00:00 AM 3 .5x1   6002092.0 2116990.0 37.7929686009801 -122.43670770268999 (37.7929686009801, -122.43670770269)

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