Street_Tree_List

Data source: data.sfgov.org

5 rows where qLegalStatus = 4 and qSiteInfo = 7

View and edit SQL

Suggested facets: qSpecies, qAddress, SiteOrder, PlantDate, XCoord, YCoord, Latitude, Longitude, Location

qSiteInfo

  • Front Yard : Yard · 5

qLegalStatus

  • Planning Code 138.1 required · 5
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
113628 116851 Planning Code 138.1 required 4 Olea europaea :: Olive Tree 41 83 Panorama Dr 3 Front Yard : Yard 7 Tree 1 Private 1   05/03/2016 12:00:00 AM 3     5997625.8 2100317.8 37.7469361901044 -122.450958160054 (37.7469361901044, -122.450958160054)
117231 116850 Planning Code 138.1 required 4 Olea europaea :: Olive Tree 41 83 Panorama Dr 2 Front Yard : Yard 7 Tree 1 Private 1   05/03/2016 12:00:00 AM 3     5997625.8 2100317.8 37.7469361901044 -122.450958160054 (37.7469361901044, -122.450958160054)
122654 116267 Planning Code 138.1 required 4 Acer japonicum :: Japanese Maple 183 717 PARIS ST 1 Front Yard : Yard 7 Tree 1 Private 1       3x3   6001138.0 2089523.0 37.717496606347495 -122.438040195581 (37.7174966063475, -122.438040195581)
140550 116849 Planning Code 138.1 required 4 Metrosideros excelsa :: New Zealand Xmas Tree 2 83 Panorama Dr 1 Front Yard : Yard 7 Tree 1 Private 1   05/03/2016 12:00:00 AM 3     5997625.8 2100317.8 37.7469361901044 -122.450958160054 (37.7469361901044, -122.450958160054)
140646 121962 Planning Code 138.1 required 4 Tree(s) :: 17 20 16th Ave 1 Front Yard : Yard 7 Tree 1 Private 1   11/23/2016 12:00:00 AM 3 5x10 Permit Number 778592 5990850.71184 2114913.60159 37.78662213560371 -122.47545108088 (37.7866221356037, -122.47545108088)

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