Street_Tree_List

Data source: data.sfgov.org

8 rows where qLegalStatus = 8 and qSpecies = 12

View and edit SQL

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

qLegalStatus

  • Section 143 · 8
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25738 95912 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 858 34th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/17/2011 12:00:00 AM 4   Permit Number 767389 5985440.58134 2110021.2041 37.772873924382296 -122.49380788423099 (37.7728739243823, -122.493807884231)
98030 118337 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2 Page St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6006507.0 2110162.0 37.774470501260296 -122.42094653529199 (37.7744705012603, -122.420946535292)
108721 118336 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2 Page St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6006507.0 2110162.0 37.774470501260296 -122.42094653529199 (37.7744705012603, -122.420946535292)
115517 118338 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2 Page St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6006507.0 2110162.0 37.774470501260296 -122.42094653529199 (37.7744705012603, -122.420946535292)
138904 118339 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2 Page St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   6006507.0 2110162.0 37.774470501260296 -122.42094653529199 (37.7744705012603, -122.420946535292)
139876 31650 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 3632 Vicente St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   08/07/2015 12:00:00 AM 3   Permit Number 35160 5981711.46236471 2097421.70961548 37.7380604052223 -122.505772893936 (37.7380604052223, -122.505772893936)
140107 110044 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 550 33rd Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   03/19/2015 12:00:00 AM 3 3x3   5985672.92923 2112141.09949 37.7787081437008 -122.49316037495899 (37.7787081437008, -122.493160374959)
175584 96402 Section 143 8 Arbutus 'Marina' :: Hybrid Strawberry Tree 12 2160 36th Ave 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1   05/12/2011 12:00:00 AM 1 2x3   5985141.5215 2100472.7854 37.746639122425606 -122.494138462065 (37.7466391224256, -122.494138462065)

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