Street_Tree_List

Data source: data.sfgov.org

5 rows where DBH = 13 and qSpecies = 4

View and edit SQL

Suggested facets: qAddress, SiteOrder, qSiteInfo, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
36844 177034 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 675 Colby St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 6ft   6008984.35993 2091023.84247 37.7220607070166 -122.411024777165 (37.7220607070166, -122.411024777165)
45994 226656 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 121 Moffitt St 1 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 2ft   6002727.925340001 2096681.4535 37.737242397212704 -122.43305572295401 (37.7372423972127, -122.433055722954)
47963 191430 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 12 Augusta St 3 Sidewalk: Property side : Yard 9 Tree 1 Private 1     13 Width 2ft   6011384.738480001 2095507.87401 37.7345072405216 -122.403042454946 (37.7345072405216, -122.403042454946)
49924 226657 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 117 Laidley St 1 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6003659.76941 2097669.44697 37.740008014859995 -122.42990436449 (37.74000801486, -122.42990436449)
166827 226658 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 117 Laidley St 2 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     13 Width 3ft   6003646.084869999 2097679.68219 37.7400353434466 -122.429952409889 (37.7400353434466, -122.429952409889)

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