Street_Tree_List

Data source: data.sfgov.org

5 rows where SiteOrder = 5 and qSpecies = 4

View and edit SQL

Suggested facets: qSiteInfo, DBH, PlotSize

Link rowid ▼ TreeID qLegalStatus qSpecies qAddress SiteOrder qSiteInfo PlantType qCaretaker qCareAssistant PlantDate DBH PlotSize PermitNotes XCoord YCoord Latitude Longitude Location
1872 177039 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 178 Seville St 5 Sidewalk: Property side : Yard 9 Tree 1 Private 1     7 Width 2ft   6001177.23506 2087434.66895 37.711764745717 -122.437755094333 (37.711764745717, -122.437755094333)
47627 191426 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 1700 22nd St 5 Front Yard : Yard 7 Tree 1 Private 1     6     6012934.525830001 2103813.36642 37.7573987772601 -122.39826682196001 (37.7573987772601, -122.39826682196)
66325 249500 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 1765 California St 5 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     1 Width 3ft   6005972.54693 2115883.04317 37.7901489421804 -122.42320206534401 (37.7901489421804, -122.423202065344)
75729 129524 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 1109 Chestnut St 5 Sidewalk: Curb side : Cutout 1 Tree 1 Private 1     7 Width 3ft   6006507.139280001 2120407.78108 37.802602889666794 -122.421673924708 (37.8026028896668, -122.421673924708)
166908 129552 Undocumented 2 Ligustrum japonicum :: Japanese Privet 4 44 Montgomery St 5 Sidewalk: Curb side : Pot 10 Tree 1 Private 1     4 Width 4ft   6012061.46033 2115633.25932 37.789804834569296 -122.402117209065 (37.7898048345693, -122.402117209065)

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