Street_Tree_List

Data source: data.sfgov.org

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

View and edit SQL

Suggested facets: qAddress

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
4816 188474 Undocumented 2 Ceratonia siliqua :: Carob 97 255 12th St 9 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6007923.258880001 2109012.80714 37.7713948192467 -122.41596601311599 (37.7713948192467, -122.415966013116)
132027 189931 Undocumented 2 Ceratonia siliqua :: Carob 97 43 Fremont St 6 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6013267.71842 2116267.46362 37.7916134647515 -122.397988149957 (37.7916134647515, -122.397988149957)
134675 189932 Undocumented 2 Ceratonia siliqua :: Carob 97 43 Fremont St 7 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6013255.6952599995 2116279.68267 37.791646345764796 -122.398030607826 (37.7916463457648, -122.398030607826)
170578 189925 Undocumented 2 Ceratonia siliqua :: Carob 97 45 Fremont St 11 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6013397.06496 2116134.8231200003 37.7912564680486 -122.397531302439 (37.7912564680486, -122.397531302439)
180285 189941 Undocumented 2 Ceratonia siliqua :: Carob 97 28 Fremont St 10 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6013331.4553 2116106.58194 37.7911752709767 -122.39775632990299 (37.7911752709767, -122.397756329903)
180715 189930 Undocumented 2 Ceratonia siliqua :: Carob 97 43 Fremont St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 5ft   6013282.15015 2116252.99602 37.7915745438725 -122.39793720064199 (37.7915745438725, -122.397937200642)

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