Street_Tree_List

Data source: data.sfgov.org

5 rows where PlotSize = "Width 4ft", qCaretaker = 2 and qSpecies = 97

View and edit SQL

Suggested facets: qAddress, qSiteInfo

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1249 237914 DPW Maintained 3 Ceratonia siliqua :: Carob 97 1001 Stanyan St 1 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     21 Width 4ft   5997227.0 2107052.0 37.7654037766697 -122.452823145368 (37.7654037766697, -122.452823145368)
1440 222893 DPW Maintained 3 Ceratonia siliqua :: Carob 97 301 Dolores St 2 Sidewalk: Curb side : Cutout 1 Tree 1 DPW 2     24 Width 4ft   6004914.2278 2106488.73534 37.7642946914815 -122.426194676362 (37.7642946914815, -122.426194676362)
3231 188482 DPW Maintained 3 Ceratonia siliqua :: Carob 97 1580 Burke Ave 3 : 4 Tree 1 DPW 2   03/30/1990 12:00:00 AM 9 Width 4ft   6016171.38717 2099220.37618 37.7449671554124 -122.386752079638 (37.7449671554124, -122.386752079638)
35881 225050 DPW Maintained 3 Ceratonia siliqua :: Carob 97 500x 27th St 24 Median : Cutout 11 Tree 1 DPW 2     11 Width 4ft   6002949.31338 2100070.05084 37.7465592558077 -122.432532251866 (37.7465592558077, -122.432532251866)
180608 225049 DPW Maintained 3 Ceratonia siliqua :: Carob 97 500x 27th St 22 Median : Cutout 11 Tree 1 DPW 2     6 Width 4ft   6002919.63953 2100068.3028700002 37.7465527734974 -122.432634735922 (37.7465527734974, -122.432634735922)

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