Street_Tree_List

Data source: data.sfgov.org

9 rows where qSpecies = 203

View and edit SQL

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

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
3283 253384 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 55 Cerritos Ave 1 Front Yard : Yard 7 Tree 1 Private 1       10x10   5992588.0 2092941.0 37.7263916542788 -122.46784182223999 (37.7263916542788, -122.46784182224)
4277 19665 DPW Maintained 3 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 100 STAIRWAY5 64 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     18 60ST            
11747 19668 DPW Maintained 3 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 100 STAIRWAY5 67 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     12 60ST            
78402 20478 Permitted Site 1 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 1203X Sunset Blvd 12 Sidewalk: Curb side : Cutout 1 Tree 1 Rec/Park 3     24 40   5984781.3005655 2107242.2257009 37.7652050441375 -122.49588333961701 (37.7652050441375, -122.495883339617)
83993 114406 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 500X ARBALLO DR 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5987859.0 2089716.0 37.7172624174607 -122.483953179035 (37.7172624174607, -122.483953179035)
107939 114408 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 500X ARBALLO DR 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5987859.0 2089716.0 37.7172624174607 -122.483953179035 (37.7172624174607, -122.483953179035)
112205 114404 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 500X ARBALLO DR 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     24 3x3   5987859.0 2089716.0 37.7172624174607 -122.483953179035 (37.7172624174607, -122.483953179035)
116418 100578 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 35 Lloyd St 1 Front Yard : Yard 7 Tree 1 Private 1         Permit Number 56924 6002279.7 2108550.0 37.769805157627204 -122.435454215606 (37.7698051576272, -122.435454215606)
138618 114405 Significant Tree 6 Cedrus atlantica Glauca :: Blue Atlas Cedar 203 500X ARBALLO DR 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1       3x3   5987859.0 2089716.0 37.7172624174607 -122.483953179035 (37.7172624174607, -122.483953179035)

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