Street_Tree_List

Data source: data.sfgov.org

3 rows where PlotSize = "Width 8ft" and qSpecies = 97

View and edit SQL

Suggested facets: qAddress, SiteOrder, DBH

PlotSize

  • Width 8ft · 3
Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
67080 189835 Undocumented 2 Ceratonia siliqua :: Carob 97 1698 Galvez Ave 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 8ft   6015422.83464 2098030.46357 37.7416584290923 -122.389257386733 (37.7416584290923, -122.389257386733)
161929 189837 Undocumented 2 Ceratonia siliqua :: Carob 97 1698 Galvez Ave 11 Sidewalk: Property side : Yard 9 Tree 1 Private 1     16 Width 8ft   6015387.45837 2098059.88528 37.7417372537812 -122.389381761177 (37.7417372537812, -122.389381761177)
176882 189838 Undocumented 2 Ceratonia siliqua :: Carob 97 525 Phelps St 7 Sidewalk: Property side : Yard 9 Tree 1 Private 1     9 Width 8ft   6015431.26911 2098152.3632900002 37.741993608228505 -122.389236732886 (37.7419936082285, -122.389236732886)

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