Street_Tree_List

Data source: data.sfgov.org

5 rows where qSiteInfo = 8 and qSpecies = 15

View and edit SQL

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

qSiteInfo

  • Front Yard : Cutout · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
2767 252950 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 261x Winding Way 2 Front Yard : Cutout 8 Tree 1 Private 1       3x3 Permit Number 780594 6001774.0 2086449.0 37.7090922302752 -122.435622042553 (37.7090922302752, -122.435622042553)
2772 252949 Undocumented 2 Platanus x hispanica :: Sycamore: London Plane 15 261x Winding Way 1 Front Yard : Cutout 8 Tree 1 Private 1       3x3 Permit Number 780594 6001774.0 2086449.0 37.7090922302752 -122.435622042553 (37.7090922302752, -122.435622042553)
8205 110025 Permitted Site 1 Platanus x hispanica :: Sycamore: London Plane 15 2585 Pacific Ave 1 Front Yard : Cutout 8 Tree 1 Private 1   03/18/2015 12:00:00 AM 3   Permit Number 774536 6001760.7528800005 2116964.32872 37.7928792839017 -122.437851993568 (37.7928792839017, -122.437851993568)
29261 105753 Significant Tree 6 Platanus x hispanica :: Sycamore: London Plane 15 3636 Buchanan St 1 Front Yard : Cutout 8 Tree 1 Private 1   02/21/2014 12:00:00 AM 13   Permit Number 771077 6003146.89414 2120799.57812 37.803488607670296 -122.433330062032 (37.8034886076703, -122.433330062032)
84041 114392 Significant Tree 6 Platanus x hispanica :: Sycamore: London Plane 15 104x TAPIA DR 1 Front Yard : Cutout 8 Tree 1 Private 1     10     5988688.0 2090939.0 37.72066869526729 -122.481177253578 (37.7206686952673, -122.481177253578)

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