Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 5, PlotSize = "Width 5ft" and qSpecies = 97

View and edit SQL

Suggested facets: qAddress, SiteOrder

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
25032 189928 Undocumented 2 Ceratonia siliqua :: Carob 97 43 Fremont St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6013312.71119 2116223.04908 37.79149401858479 -122.397829357532 (37.7914940185848, -122.397829357532)
36711 189929 Undocumented 2 Ceratonia siliqua :: Carob 97 43 Fremont St 4 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6013297.80377 2116238.25932 37.79153495213429 -122.39788200474399 (37.7915349521343, -122.397882004744)
41181 189938 Undocumented 2 Ceratonia siliqua :: Carob 97 28 Fremont St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6013289.37156 2116149.2267400003 37.7912900199673 -122.39790493209101 (37.7912900199673, -122.397904932091)
52899 189933 Undocumented 2 Ceratonia siliqua :: Carob 97 28 Fremont St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6013208.14765 2116234.45684 37.791519517964396 -122.398191948892 (37.7915195179644, -122.398191948892)
167856 189934 Undocumented 2 Ceratonia siliqua :: Carob 97 28 Fremont St 3 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     5 Width 5ft   6013232.87553 2116207.31651 37.791446374309395 -122.398104485334 (37.7914463743094, -122.398104485334)

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