Street_Tree_List

Data source: data.sfgov.org

8 rows where qSiteInfo = 8 and qSpecies = 1

View and edit SQL

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

qSiteInfo

  • Front Yard : Cutout · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
9868 173714 Undocumented 2 Myoporum laetum :: Myoporum 1 699x 29th St 3 Front Yard : Cutout 8 Tree 1 Private 1       3x3   6002089.0 2098776.0 37.7429572717864 -122.435414565427 (37.7429572717864, -122.435414565427)
85675 108214 Undocumented 2 Myoporum laetum :: Myoporum 1 1611 47th Ave 1 Front Yard : Cutout 8 Tree 1 Private 1     15 3x3   5981530.432709999 2104091.45519 37.756363002508294 -122.50689338520701 (37.7563630025083, -122.506893385207)
91613 88453 Significant Tree 6 Myoporum laetum :: Myoporum 1 2801 Oakdale Ave 2 Front Yard : Cutout 8 Tree 1 Private 1       3x3 Permit Number 51417 6011007.5 2098422.1 37.742488010089005 -122.40455177544202 (37.742488010089, -122.404551775442)
94216 100680 Undocumented 2 Myoporum laetum :: Myoporum 1 387 Beacon St   Front Yard : Cutout 8 Tree 1 Private 1         7' wide public RoW 6002378.0 2098199.0 37.7413893731095 -122.434374040118 (37.7413893731095, -122.434374040118)
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)
111585 88455 Significant Tree 6 Myoporum laetum :: Myoporum 1 2801 Oakdale Ave 4 Front Yard : Cutout 8 Tree 1 Private 1       3x3 Permit Number 51417 6011007.5 2098422.1 37.742488010089005 -122.40455177544202 (37.742488010089, -122.404551775442)
119856 85365 Significant Tree 6 Myoporum laetum :: Myoporum 1 66 Clarendon Ave 1 Front Yard : Cutout 8 Tree 1 Private 1   08/17/2007 12:00:00 AM     Permit Number 49641 5997837.8 2104660.2 37.758871479144396 -122.45053809231199 (37.7588714791444, -122.450538092312)
123166 105073 Significant Tree 6 Myoporum laetum :: Myoporum 1 101 LUNDYS LN 1 Front Yard : Cutout 8 Tree 1 Private 1     18     6006875.0 2098969.0 37.7437578546964 -122.41887954343599 (37.7437578546964, -122.418879543436)

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