Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 3, qLegalStatus = 6 and qSpecies = 1

View and edit SQL

Suggested facets: qSiteInfo, PermitNotes

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
106407 88454 Significant Tree 6 Myoporum laetum :: Myoporum 1 2801 Oakdale Ave 3 Front Yard : Cutout 8 Tree 1 Private 1       3x3 Permit Number 51417 6011007.5 2098422.1 37.742488010089005 -122.40455177544202 (37.742488010089, -122.404551775442)
109657 98303 Significant Tree 6 Myoporum laetum :: Myoporum 1 6 Locksley Ave 3 Front Yard : Yard 7 Tree 1 Private 1           5994194.0 2104902.7 37.7593280901784 -122.463157548093 (37.7593280901784, -122.463157548093)
111205 112771 Significant Tree 6 Myoporum laetum :: Myoporum 1 1X HOWTH ST 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1       3x3   5998027.0 2091524.0 37.722813474972206 -122.44893750468901 (37.7228134749722, -122.448937504689)
123005 121182 Significant Tree 6 Myoporum laetum :: Myoporum 1 1000x Duncan St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3 Permit Number 775289 5999834.0 2099740.0 37.7454758595085 -122.44328093408899 (37.7454758595085, -122.443280934089)
142656 121196 Significant Tree 6 Myoporum laetum :: Myoporum 1 255x Red Rock Way 3 Front Yard : Yard 7 Tree 1 Private 1       3x3 Permit Number 775289 5999917.0 2099808.0 37.7456673038035 -122.442998816589 (37.7456673038035, -122.442998816589)

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