Street_Tree_List

Data source: data.sfgov.org

4 rows where DBH = 25, qLegalStatus = 3 and qSpecies = 1

View and edit SQL

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
12649 24533 DPW Maintained 3 Myoporum laetum :: Myoporum 1 1395 47th Ave 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     25 3X3   5981505.7764 2105644.9273 37.7606269413357 -122.507093890918 (37.7606269413357, -122.507093890918)
17928 22547 DPW Maintained 3 Myoporum laetum :: Myoporum 1 15 Topaz Way 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     25 2X3   6001443.018180001 2098660.99719 37.7426047928778 -122.437639954147 (37.7426047928778, -122.437639954147)
84555 2254 DPW Maintained 3 Myoporum laetum :: Myoporum 1 410X Brotherhood Way 7 Median : Cutout 11 Tree 1 DPW 2     25 M   5993748.152574 2087576.478532 37.7117288925291 -122.463442127126 (37.7117288925291, -122.463442127126)
98286 30056 DPW Maintained 3 Myoporum laetum :: Myoporum 1 410X Brotherhood Way 8 Median : Cutout 11 Tree 1 DPW 2     25 M   5993748.152574 2087576.478532 37.7117288925291 -122.463442127126 (37.7117288925291, -122.463442127126)

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